-
-
Notifications
You must be signed in to change notification settings - Fork 406
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 by Bors] - Fix TypedArray
s minus zero key
#2808
Conversation
Test262 conformance changes
Fixed tests (12):
|
Hmmm are those broken tests expected? |
I think this is caused because I need to check if it's detached first, converting this into a draft PR until it's fixed :) |
Codecov Report
@@ Coverage Diff @@
## main #2808 +/- ##
========================================
Coverage 51.31% 51.31%
========================================
Files 416 417 +1
Lines 41213 41316 +103
========================================
+ Hits 21149 21203 +54
- Misses 20064 20113 +49
... and 39 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
c385cd5
to
f35da7f
Compare
Fixed! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!! Great comments explaining deviations from the spec :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
bors r+ |
It changes the following: - Fix `-0` index in typed arrays
Pull request successfully merged into main. Build succeeded: |
TypedArray
s minus zero keyTypedArray
s minus zero key
It changes the following:
-0
index in typed arrays