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(compiler): Fix incorrect char well-formedness error #837

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

ospencer
Copy link
Member

@jozanza noticed that 3-byte utf-8 characters trigger a well-formedness error for char literals. I think there's a bug in the utf8 library we're using (or that I just didn't understand what a few functions did), so here's an easy workaround. Issue to see what's up with the function we were using: reasonml/reason-native#266

@ospencer ospencer requested a review from a team August 30, 2021 03:37
@ospencer ospencer self-assigned this Aug 30, 2021
Copy link
Member

@phated phated left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@marcusroberts marcusroberts left a comment

Choose a reason for hiding this comment

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

LGTM!

@ospencer ospencer merged commit 4a201cf into main Sep 1, 2021
@ospencer ospencer deleted the oscar/fix-char-well-formedness-check branch September 1, 2021 18:07
@github-actions github-actions bot mentioned this pull request May 31, 2022
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.

3 participants