-
-
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
Progress on Duration's round/total method updates #3451
Conversation
a0b6286
to
e3535d8
Compare
e3535d8
to
5a05ca1
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3451 +/- ##
==========================================
- Coverage 44.81% 44.67% -0.15%
==========================================
Files 488 488
Lines 50373 50513 +140
==========================================
- Hits 22576 22567 -9
- Misses 27797 27946 +149
☔ View full report in Codecov by Sentry. |
Test262 conformance changes
|
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! :)
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 progress! Just have a small suggestion.
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.
No more nitpicks :) Great work!
* Update round and total method * Apply review * Cargo fmt * validate rounding increment to u64
* Update round and total method * Apply review * Cargo fmt * validate rounding increment to u64
* Update round and total method * Apply review * Cargo fmt * validate rounding increment to u64
Follow up to #3443.
Just looking to merge more progress on some
Duration
methods. 😄Let me know what you think!