-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
Build out remaining method stubs for temporal #4172
Conversation
Test262 conformance changes
Fixed tests (128):
Broken tests (1):
|
In regard to the tests, most of the legitimate passing tests should be related to branding, length, or options validation. Overall, it may not be best to put too much stock into them as the potential for false positives here is high since these are stubs. With any luck though, there should be a decent chunk of passing tests. |
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! Hopefully a nice chunk of the tests are true positives.
Exactly my hope, but I just don't want to put too much weight into them 😆 |
This Pull Request is related to ongoing work for #1804
It changes the following:
temporal_rs
versionDuration.prototype.compare
,PlainDate.prototype.toZonedDateTime
(these methods are)The main goal here was to complete some of the remaining leg work for Temporal in Boa (outside of any remaining debugging).