Skip to content

Make compiler options which map to a flag case-insensitive again #17755

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

Merged
merged 1 commit into from
Aug 12, 2017

Conversation

weswigham
Copy link
Member

Fixes some breaks in our RWC suite. We were not case sensitive before, so it was breaking to be so (and, more importantly, we didn't issue an error on case mismatch - we just silently did the wrong thing). This reintroduces case-insensitivity in our normalization of option-based options.

Copy link
Member

@rbuckton rbuckton left a comment

Choose a reason for hiding this comment

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

@DanielRosenwasser, can you take a look as well? I think we broke this when we switched to using our parsed to parse JSON over using JSON.parse.

@weswigham weswigham merged commit d03d107 into microsoft:master Aug 12, 2017
@weswigham weswigham deleted the dont-be-case-sensitive branch August 17, 2017 22:50
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants