-
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
AddDurationToOrSubtractDurationFromPlainYearMonth: CreateTemporalDate is fallible #2700
Comments
Thanks! I concur. |
ptomato
added a commit
to ptomato/test262
that referenced
this issue
Oct 11, 2023
In PlainYearMonth arithmetic, we need to find the end of the month when adding a negative duration or subtracting a positive one. This end of the month can be out of range. Test case based on one provided by Anba. See issue: tc39/proposal-temporal#2700
ptomato
added a commit
to ptomato/test262
that referenced
this issue
Oct 12, 2023
In PlainYearMonth arithmetic, we need to find the end of the month when adding a negative duration or subtracting a positive one. This end of the month can be out of range. Test case based on one provided by Anba. See issue: tc39/proposal-temporal#2700
ptomato
added a commit
to ptomato/test262
that referenced
this issue
Oct 18, 2023
In PlainYearMonth arithmetic, we need to find the end of the month when adding a negative duration or subtracting a positive one. This end of the month can be out of range. Test case based on one provided by Anba. See issue: tc39/proposal-temporal#2700
ptomato
added a commit
to tc39/test262
that referenced
this issue
Oct 18, 2023
In PlainYearMonth arithmetic, we need to find the end of the month when adding a negative duration or subtracting a positive one. This end of the month can be out of range. Test case based on one provided by Anba. See issue: tc39/proposal-temporal#2700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AddDurationToOrSubtractDurationFromPlainYearMonth, step 12.d:
But CreateTemporalDate is fallible. Test case:
The text was updated successfully, but these errors were encountered: