Fix UTF-16 TextDecoder unpaired surrogate handling (#4612)#4650
Open
Rahul-2k4 wants to merge 5 commits intoboa-dev:mainfrom
Open
Fix UTF-16 TextDecoder unpaired surrogate handling (#4612)#4650Rahul-2k4 wants to merge 5 commits intoboa-dev:mainfrom
Rahul-2k4 wants to merge 5 commits intoboa-dev:mainfrom
Conversation
Test262 conformance changes
|
jedel1043
reviewed
Feb 22, 2026
Contributor
|
@Rahul-2k4 are you still working on this? |
Author
|
yep just finished in a while rn final commits are taking place |
8c98bbc to
0e8a6ac
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4650 +/- ##
==========================================
+ Coverage 47.24% 57.13% +9.89%
==========================================
Files 476 549 +73
Lines 46892 60304 +13412
==========================================
+ Hits 22154 34456 +12302
- Misses 24738 25848 +1110 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0e8a6ac to
45fcd6e
Compare
zhuzhu81998
reviewed
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
U+FFFDutf-16leandutf-16bedecode pathsTests
utf-16leandutf-16becargo test -p boa_runtime decoder_utf16cargo test -p boa_runtimecargo fmt --all --checkcargo clippy -p boa_runtime --all-targets -- -D warningsCloses #4612.