-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Implement more Temporal functionality #3924
Conversation
Test262 conformance changes
Fixed tests (284):
Broken tests (8):
|
Were those broken tests false positives before? |
Yeah, the broken tests should be false positives as they weren't implemented prior to then. EDIT: add some compare methods and bumped EDIT 2: 8 Broken tests now, but all of them should be false positives as the methods weren't implemented prior. |
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.
LGTM! Most of the important changes were already reviewed in temporal_rs
, so this is pretty much good.
This Pull Request makes updates for the ongoing work on Temporal.
It changes the following:
temporal_rs
's gitMethods implemented:
Duration.prototype.negated
PlainDate.prototype.fromCalendar
PlainDateTime.prototype.fromPlainTime
PlainDateTime.prototype.fromCalendar
PlainDateTime.prototype.until
PlainDateTime.prototype.since
PlainDateTime.prototype.equals
PlainDate.compare
PlainDateTime.compare
PlainTime.compare
Partially implements on Boa's side (not yet implemented in
temporal_rs
)PlainDateTime.prototype.round