-
-
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
Fix Number.prototype.toFixed()
#2898
Conversation
Test262 conformance changes
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2898 +/- ##
==========================================
- Coverage 49.56% 49.55% -0.01%
==========================================
Files 446 446
Lines 43716 43712 -4
==========================================
- Hits 21666 21663 -3
+ Misses 22050 22049 -1
☔ View full report in Codecov by Sentry. |
aeb03e3
to
8acc2ed
Compare
4d7041e
to
b49041d
Compare
b49041d
to
c070bc5
Compare
ed757db
to
6f9afcf
Compare
The ryu-js PR was merged, so we can publish a new version then merge this :) |
6f9afcf
to
4306436
Compare
4306436
to
bc1eb23
Compare
The |
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.
Really nice work! Hopefully with the new ryu-js
CI we'll be able to integrate the remaining formatting methods a bit quicker.
This Pull Request fixes/closes #2609 .
This depends on the implementation of
Number.prototype.toFixed()
on boa-dev/ryu-js#35.Added the tests about the rounding (which test262 does not check) on
ryu-js
and here just in case :)