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

chore!: EXPOSED-239 Set preserveKeywordCasing flag to true by default #1948

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

bog-walk
Copy link
Member

The opt-in flag preserveKeywordCasing was introduced 3 versions ago (PR #1841 ).

This PR sets the goal behavior (that keywords retain user-defined casing before being quoted) to true by default.

The flag temporarily remains in the event that users want to opt-out of the now default behavior by setting it to false.

Tests have been refactored to account for new behavior.

@bog-walk bog-walk requested a review from e5l December 19, 2023 18:20
The default behavior will now be that keyword identifiers retain their user-defined
case sensitivity after getting quotations.

The flag still exists, so users have the option to now opt-out if they still
have not altered their identifier or quotation habits.
@bog-walk bog-walk force-pushed the bog-walk/change-keyword-default branch from 33a2796 to 0a7f803 Compare December 19, 2023 18:21
Copy link
Member

@e5l e5l left a comment

Choose a reason for hiding this comment

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

Could you please also adjust breaking changes doc?

@bog-walk bog-walk merged commit 1d2d3f0 into main Dec 20, 2023
5 checks passed
@bog-walk bog-walk deleted the bog-walk/change-keyword-default branch December 20, 2023 13:51
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.

2 participants