Skip to content

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

Merged
chrispcampbell merged 2 commits into
mainfrom
chris/445-new-parser-as-default
Mar 12, 2024
Merged

fix: make new implementation of read and code gen phases the default#446
chrispcampbell merged 2 commits into
mainfrom
chris/445-new-parser-as-default

Conversation

@chrispcampbell
Copy link
Copy Markdown
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
Copy Markdown
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
@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