-
Notifications
You must be signed in to change notification settings - Fork 153
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
Polyfill: Call DifferenceInstant() correctly from DifferenceZonedDateTimeWithRounding() (#3035) #3036
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3036 +/- ##
=======================================
Coverage 95.70% 95.70%
=======================================
Files 21 21
Lines 9695 9695
Branches 1741 1742 +1
=======================================
Hits 9279 9279
Misses 364 364
Partials 52 52 ☔ View full report in Codecov by Sentry. |
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!
(And I'm glad this wasn't a problem in the spec text)
It would be nice to land this together with the increased test262 coverage that led you to find this bug. So I won't merge it straightaway.
The way to do it would be to get the test262 PR reviewed and merged first, then push another commit to this PR updating the test262 submodule to the latest state of main
, then merge this PR.
Submitted the test262 PR: tc39/test262#4306 |
…Time (#4306) This is the test for the change in tc39/proposal-temporal#3036 and is a variation of the test from tc39/proposal-temporal#2814 .
6c98d11
to
d26a150
Compare
Sorry, I messed up my code review suggestion in the test262 PR. I've corrected it in tc39/test262#4320, and I'll push another update commit once that's merged. |
Looks like the polyfill fails one of the new @catamorphism Truly sorry that this quick bugfix is turning out to be so complicated to get merged! |
fc1198a
to
5c78fba
Compare
No description provided.