-
Notifications
You must be signed in to change notification settings - Fork 156
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
Next batch of editorial issues #2922
Conversation
This is one step towards breaking the annoying circular import between calendar.mjs and ecmascript.mjs.
This observable call occurred while building an error message. It shouldn't be there according to the spec.
roundedFractionalDays/roundedDaysRemainder isn't needed, and would be more of a hassle for implementations to calculate anyway. Closes: #2889
There is already a test262 case that tests throwing here: test/built-ins/Temporal/ZonedDateTime/prototype/until/roundingincrement-addition-out-of-range.js Thanks to Anba for spotting this. Closes: #2891
Thanks to Anba for spotting this.
These weren't used anymore after removing Now.plainDate/plainDateTime/ zonedDateTime. Thanks to Anba for spotting this.
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, thanks!
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 great, thanks!
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
These arguments aren't optional in the corresponding spec text AOs either.
Best reviewed commit by commit. Explanations in each commit message. Closes several issues opened by @anba.