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 unhandled cases for exotic idents #6777

Merged
merged 4 commits into from
May 25, 2024

Conversation

cometkim
Copy link
Member

@cometkim cometkim commented May 25, 2024

Duplicates #6658, but with much smaller changes

Reflecting on @cristianoc ' review, I tried to reduce possible affected surface to only uppercase names. So make sure this doesn't possibly break any others

Fixes #6539

Duplicates rescript-lang#6658, but with much smaller changes

Reflecting on @cristianoc ' review, I tried to reduce possible affected surface to only exotic uident.
jscomp/ext/ext_ident.ml Outdated Show resolved Hide resolved
jscomp/ext/ext_ident.ml Outdated Show resolved Hide resolved
@cristianoc cristianoc merged commit 4fdf5e0 into rescript-lang:master May 25, 2024
@cometkim cometkim deleted the exotic-ident-2 branch May 25, 2024 15:01
@cometkim cometkim mentioned this pull request May 27, 2024
6 tasks
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.

Unexpected compiler error occurs on PascalCase type names
2 participants