-
Notifications
You must be signed in to change notification settings - Fork 28
Updates for ZonedDateTime since / until issue #619
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
Conversation
4be0624 to
baf4eff
Compare
|
Test failure I think we have an additional bug somewhere. |
|
We may have just run into a known bug ... is this related to tc39/proposal-temporal#3159? Quite possible that it is us though. |
baf4eff to
9144a14
Compare
9144a14 to
8929d9d
Compare
| let end = self.time_zone.get_iso_datetime_for(other, provider)?; | ||
| // 4. If ns2 - ns1 < 0, let sign be -1; else let sign be 1. | ||
| // 4. If CompareISODate(startDateTime.[[ISODate]], endDateTime.[[ISODate]]) = 0, then | ||
| if start.date == end.date { |
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.
this step was missing from @nekevss' original PR
Might have been added to the spec later
|
@nekevss Nope. Turns out your original PR missed a step; probably because it was written based off of a draft spec change that itself got updated a dozen times. |
Uplifts boa-dev/temporal#618, boa-dev/temporal#619 to fix the remaining test262 failures. Bug: 401065166 Change-Id: Ie94eb956b4a0327d9e91c7ca43774cc4ecf3bf18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7120501 Commit-Queue: Manish Goregaokar <[email protected]> Reviewed-by: Łukasz Anforowicz <[email protected]> Cr-Commit-Position: refs/heads/main@{#1540332}
Uplifts boa-dev/temporal#618, boa-dev/temporal#619 to fix the remaining test262 failures. Bug: 401065166 Change-Id: Ie94eb956b4a0327d9e91c7ca43774cc4ecf3bf18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7120501 Commit-Queue: Manish Goregaokar <[email protected]> Reviewed-by: Łukasz Anforowicz <[email protected]> Cr-Commit-Position: refs/heads/main@{#1540332}
This updates the implementation for the tc39/proposal-temporal#3141 fix up for merge in tc39/proposal-temporal#3147.
Ported from #530
The reverse_wallclock test still fails