Skip to content

Conversation

sosukesuzuki
Copy link
Member

@sosukesuzuki sosukesuzuki commented Apr 19, 2024

bade242

[JSC] Update RegExp UCD to version 15.1.0
https://bugs.webkit.org/show_bug.cgi?id=272820

Reviewed by Yusuke Suzuki.

Updates the UCD files[1][2][3][4][5][6][7][8][9][10][11][12][13] for JSC regular expression to
version 15.1.0[1].

[1]: https://unicode.org/Public/15.1.0/ucd/CaseFolding.txt
[2]: https://unicode.org/Public/15.1.0/ucd/extracted/DerivedBinaryProperties.txt
[3]: https://unicode.org/Public/15.1.0/ucd/DerivedCoreProperties.txt
[4]: https://unicode.org/Public/15.1.0/ucd/DerivedNormalizationProps.txt
[5]: https://unicode.org/Public/15.1.0/ucd/PropList.txt
[6]: https://unicode.org/Public/15.1.0/ucd/PropertyAliases.txt
[7]: https://unicode.org/Public/15.1.0/ucd/PropertyValueAliases.txt
[8]: https://unicode.org/Public/15.1.0/ucd/ScriptExtensions.txt
[9]: https://unicode.org/Public/15.1.0/ucd/Scripts.txt
[10]: https://unicode.org/Public/15.1.0/ucd/UnicodeData.txt
[11]: https://unicode.org/Public/15.1.0/ucd/emoji/emoji-data.txt
[12]: https://unicode.org/Public/emoji/15.1/emoji-sequences.txt
[13]: https://unicode.org/Public/emoji/15.1/emoji-zwj-sequences.txt
[14]: https://unicode.org/versions/Unicode15.1.0

* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/ucd/CaseFolding.txt:
* Source/JavaScriptCore/ucd/DerivedBinaryProperties.txt:
* Source/JavaScriptCore/ucd/DerivedCoreProperties.txt:
* Source/JavaScriptCore/ucd/DerivedNormalizationProps.txt:
* Source/JavaScriptCore/ucd/PropList.txt:
* Source/JavaScriptCore/ucd/PropertyAliases.txt:
* Source/JavaScriptCore/ucd/PropertyValueAliases.txt:
* Source/JavaScriptCore/ucd/ScriptExtensions.txt:
* Source/JavaScriptCore/ucd/Scripts.txt:
* Source/JavaScriptCore/ucd/UnicodeData.txt:
* Source/JavaScriptCore/ucd/emoji-data.txt:
* Source/JavaScriptCore/ucd/emoji-sequences.txt:
* Source/JavaScriptCore/ucd/emoji-zwj-sequences.txt:

Canonical link: https://commits.webkit.org/277786@main

f6b2515

Misc iOS, tvOS & watchOS macOS Linux Windows
❌ 🧪 style ✅ 🛠 ios ✅ 🛠 mac ✅ 🛠 wpe ✅ 🛠 wincairo
✅ 🛠 ios-sim ✅ 🛠 mac-AS-debug ✅ 🧪 wpe-wk2
✅ 🧪 webkitperl ✅ 🧪 ios-wk2 ✅ 🧪 api-mac ✅ 🧪 api-wpe
✅ 🧪 ios-wk2-wpt loading-orange 🧪 mac-wk1 ✅ 🛠 wpe-skia
✅ 🛠 🧪 jsc ✅ 🧪 api-ios ✅ 🧪 mac-wk2 ✅ 🛠 gtk
✅ 🛠 🧪 jsc-arm64 ✅ 🛠 tv ✅ 🧪 mac-AS-debug-wk2 ✅ 🧪 gtk-wk2
✅ 🛠 tv-sim ✅ 🧪 mac-wk2-stress ✅ 🧪 api-gtk
✅ 🛠 watch ✅ 🛠 jsc-armv7
✅ 🛠 🧪 unsafe-merge ✅ 🛠 watch-sim ✅ 🧪 jsc-armv7-tests

@sosukesuzuki sosukesuzuki requested a review from a team as a code owner April 19, 2024 11:41
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Apr 20, 2024
Copy link
Member

@Constellation Constellation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me

@Constellation Constellation added unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing and removed merging-blocked Applied to prevent a change from being merged labels Apr 20, 2024
https://bugs.webkit.org/show_bug.cgi?id=272820

Reviewed by Yusuke Suzuki.

Updates the UCD files[1][2][3][4][5][6][7][8][9][10][11][12][13] for JSC regular expression to
version 15.1.0[1].

[1]: https://unicode.org/Public/15.1.0/ucd/CaseFolding.txt
[2]: https://unicode.org/Public/15.1.0/ucd/extracted/DerivedBinaryProperties.txt
[3]: https://unicode.org/Public/15.1.0/ucd/DerivedCoreProperties.txt
[4]: https://unicode.org/Public/15.1.0/ucd/DerivedNormalizationProps.txt
[5]: https://unicode.org/Public/15.1.0/ucd/PropList.txt
[6]: https://unicode.org/Public/15.1.0/ucd/PropertyAliases.txt
[7]: https://unicode.org/Public/15.1.0/ucd/PropertyValueAliases.txt
[8]: https://unicode.org/Public/15.1.0/ucd/ScriptExtensions.txt
[9]: https://unicode.org/Public/15.1.0/ucd/Scripts.txt
[10]: https://unicode.org/Public/15.1.0/ucd/UnicodeData.txt
[11]: https://unicode.org/Public/15.1.0/ucd/emoji/emoji-data.txt
[12]: https://unicode.org/Public/emoji/15.1/emoji-sequences.txt
[13]: https://unicode.org/Public/emoji/15.1/emoji-zwj-sequences.txt
[14]: https://unicode.org/versions/Unicode15.1.0

* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/ucd/CaseFolding.txt:
* Source/JavaScriptCore/ucd/DerivedBinaryProperties.txt:
* Source/JavaScriptCore/ucd/DerivedCoreProperties.txt:
* Source/JavaScriptCore/ucd/DerivedNormalizationProps.txt:
* Source/JavaScriptCore/ucd/PropList.txt:
* Source/JavaScriptCore/ucd/PropertyAliases.txt:
* Source/JavaScriptCore/ucd/PropertyValueAliases.txt:
* Source/JavaScriptCore/ucd/ScriptExtensions.txt:
* Source/JavaScriptCore/ucd/Scripts.txt:
* Source/JavaScriptCore/ucd/UnicodeData.txt:
* Source/JavaScriptCore/ucd/emoji-data.txt:
* Source/JavaScriptCore/ucd/emoji-sequences.txt:
* Source/JavaScriptCore/ucd/emoji-zwj-sequences.txt:

Canonical link: https://commits.webkit.org/277786@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/update-ucd-for-15.1.0 branch from f6b2515 to bade242 Compare April 20, 2024 22:14
@webkit-commit-queue
Copy link
Collaborator

Committed 277786@main (bade242): https://commits.webkit.org/277786@main

Reviewed commits have been landed. Closing PR #27511 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit bade242 into WebKit:main Apr 20, 2024
@webkit-commit-queue webkit-commit-queue removed the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label Apr 20, 2024
@sosukesuzuki sosukesuzuki deleted the eng/update-ucd-for-15.1.0 branch April 21, 2024 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants