Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codegen improvements #193

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Codegen improvements #193

merged 1 commit into from
Aug 7, 2024

Conversation

bcardarella
Copy link
Contributor

@bcardarella bcardarella commented Aug 7, 2024

  • Codegen.patch/3 now returns result tuple for better error handling
  • Codegens are grouped by file and type to merge all codegens for a single pass on each
  • Don't error on missing files
  • Don't error on unhandled codegen scenarios

@bcardarella bcardarella force-pushed the bc-codegen-improvements branch from 9d81149 to 816ce90 Compare August 7, 2024 17:08
* Codegen.patch/3 now returns result tuple for better error handling
* Codegens are grouped by file and type to merge all codegens for a single pass on each
* Don't error on missing files
* Don't error on unhandled codegen scenarios
@bcardarella bcardarella force-pushed the bc-codegen-improvements branch from 816ce90 to 4ea1beb Compare August 7, 2024 17:10
@bcardarella bcardarella merged commit 4d5aedf into main Aug 7, 2024
1 check passed
@bcardarella bcardarella deleted the bc-codegen-improvements branch August 7, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant