-
-
Notifications
You must be signed in to change notification settings - Fork 411
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 value to bigint conversion #2688
Conversation
fb9ceac
to
58f8934
Compare
Test262 conformance changes
Fixed tests (2):
|
Codecov Report
@@ Coverage Diff @@
## main #2688 +/- ##
==========================================
+ Coverage 49.33% 49.39% +0.06%
==========================================
Files 397 395 -2
Lines 39610 39572 -38
==========================================
+ Hits 19540 19548 +8
+ Misses 20070 20024 -46
... and 10 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. |
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.
Thanks!
bors r+ |
This PR should fix the remaining tests in the builtin `BigInt` test suite
Pull request successfully merged into main. Build succeeded: |
This PR should fix the remaining tests in the builtin
BigInt
test suite