-
Notifications
You must be signed in to change notification settings - Fork 159
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
Temporal.Plain{MonthDay,MonthYear}.prototype.toPlainDate: Unnecessary options object created for CalendarDateFromFields #2803
Labels
editorial
non-prod-polyfill
THIS POLYFILL IS NOT FOR PRODUCTION USE!
spec-text
Specification text involved
Milestone
Comments
This is a minor oversight, but it doesn't meet the bar for a normative change at this point IMO. |
Can this be treated as a post-commit fix for #2718? |
We discussed that at the last champions meeting and believe the process allows for that. |
ptomato
added a commit
to ptomato/test262
that referenced
this issue
Mar 20, 2024
…nDate It was previously not tested what options value a custom calendar's dateFromFields() method would be called with, when called from the toPlainDate() method of PlainYearMonth/PlainMonthDay. See tc39/proposal-temporal#2803
ptomato
added
spec-text
Specification text involved
non-prod-polyfill
THIS POLYFILL IS NOT FOR PRODUCTION USE!
editorial
labels
Mar 28, 2024
Ms2ger
pushed a commit
to ptomato/test262
that referenced
this issue
Apr 3, 2024
…nDate It was previously not tested what options value a custom calendar's dateFromFields() method would be called with, when called from the toPlainDate() method of PlainYearMonth/PlainMonthDay. See tc39/proposal-temporal#2803
Ms2ger
pushed a commit
to tc39/test262
that referenced
this issue
Apr 3, 2024
…nDate It was previously not tested what options value a custom calendar's dateFromFields() method would be called with, when called from the toPlainDate() method of PlainYearMonth/PlainMonthDay. See tc39/proposal-temporal#2803
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
editorial
non-prod-polyfill
THIS POLYFILL IS NOT FOR PRODUCTION USE!
spec-text
Specification text involved
Temporal.PlainMonthDay.prototype.toPlainDate:
Temporal.PlainYearMonth.prototype.toPlainDate:
It's not necessary to create an options object when "overflow" is "constrain", because that's the default overflow value.
The text was updated successfully, but these errors were encountered: