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

[StringLowering] Lower stringview_wtf16.get_codeunit to charCodeAt #6353

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

tlively
Copy link
Member

@tlively tlively commented Feb 27, 2024

Previously we lowered this to getCodePointAt, which has different semantics
around surrogate pairs.

Previously we lowered this to `getCodePointAt`, which has different semantics
around surrogate pairs.
@tlively tlively requested a review from kripken February 27, 2024 02:23
@tlively
Copy link
Member Author

tlively commented Feb 27, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@tlively tlively merged commit 063e1a2 into main Feb 27, 2024
15 checks passed
@tlively tlively deleted the string-get_codeunit-fix branch February 27, 2024 06:54
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
WebAssembly#6353)

Previously we lowered this to `getCodePointAt`, which has different semantics
around surrogate pairs.
@gkdn gkdn mentioned this pull request Aug 31, 2024
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