-
Notifications
You must be signed in to change notification settings - Fork 170
Editorial: Split GetTemporalUnitValuedOption with ValidateTemporalUnitValue #3135
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3135 +/- ##
=======================================
Coverage 96.85% 96.85%
=======================================
Files 21 21
Lines 9983 9983
Branches 1829 1829
=======================================
Hits 9669 9669
Misses 268 268
Partials 46 46 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ptomato
requested changes
Jul 18, 2025
ptomato
approved these changes
Jul 19, 2025
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.
Thanks!
ptomato
added a commit
that referenced
this pull request
Aug 4, 2025
ptomato
added a commit
that referenced
this pull request
Aug 9, 2025
hubot
pushed a commit
to v8/v8
that referenced
this pull request
Aug 21, 2025
This updates to the non-observable changes from tc39/proposal-temporal#3135 This also makes the changes from to-be-merged spec PR tc39/proposal-temporal#3130 (these changes are observable) This passes the tests added in tc39/test262#4557. Bug: 401065166 Change-Id: I6a6a6964a2436085a3fa20b3bbb10392f0fe95df Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6851756 Auto-Submit: Manish Goregaokar <[email protected]> Commit-Queue: Manish Goregaokar <[email protected]> Reviewed-by: Leszek Swirski <[email protected]> Cr-Commit-Position: refs/heads/main@{#101978}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Editorial changes split from #3130.