[JSC] Refactor Temporal calendar annotation key parsing#43849
Merged
webkit-commit-queue merged 1 commit intoApr 10, 2025
Conversation
Collaborator
|
EWS run on previous version of this PR (hash 5fe9bd6) Details |
justinmichaud
approved these changes
Apr 9, 2025
sosukesuzuki
approved these changes
Apr 10, 2025
5fe9bd6 to
2e7faa2
Compare
Collaborator
|
EWS run on current version of this PR (hash 2e7faa2) Details |
2e7faa2 to
4e5acc7
Compare
https://bugs.webkit.org/show_bug.cgi?id=223166 Reviewed by Justin Michaud and Sosuke Suzuki. This does not change anything currently, but is groundwork for implementing a normative change to the Temporal proposal: tc39/proposal-temporal#2397 It changes parseCalendar() to handle unknown annotation keys and known annotation keys with the `!` critical flag. (Although those are still disallowed by canBeCalendar() at this time, I will send a follow-up PR for that.) Note this code was already submitted as part of WebKit#36361 which I'm trying to split up into smaller, more easily reviewable parts. * Source/JavaScriptCore/runtime/ISO8601.cpp: (JSC::ISO8601::parseCalendar): Canonical link: https://commits.webkit.org/293522@main
4e5acc7 to
fec80ce
Compare
Collaborator
|
Committed 293522@main (fec80ce): https://commits.webkit.org/293522@main Reviewed commits have been landed. Closing PR #43849 and removing active labels. |
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
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.
fec80ce
2e7faa2
🛠 playstation