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

fix: make new implementation of read and code gen phases the default #446

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #445

@ToddFincannonEI: This flips the logic for the temporary SDE_NONPUBLIC_USE_NEW_PARSE flag so that it's opt-out instead of opt-in. I kinda regret not adding a helper function instead of checking the env var values inline, but these conditionals will be removed soon so it's not worth it. I've replaced all === '0' with !== '1' and vice versa.

Copy link
Collaborator

@ToddFincannonEI ToddFincannonEI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty straightforward! Glad to see this move into production.

@chrispcampbell chrispcampbell merged commit e0e6d40 into main Mar 12, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/445-new-parser-as-default branch March 12, 2024 01:16
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.

Make new implementation of read and code gen phases the default
2 participants