[webkit-changes] [WebKit/WebKit] a0dc4a: [JSC] Intl.PluralRules pluralCategories need to fo...
Yusuke Suzuki
noreply at github.com
Thu Dec 5 09:54:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a0dc4abf136123d6d8b380e29e73b9a1d2ce072c
https://github.com/WebKit/WebKit/commit/a0dc4abf136123d6d8b380e29e73b9a1d2ce072c
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-12-05 (Thu, 05 Dec 2024)
Changed paths:
M JSTests/stress/intl-pluralrules.js
M JSTests/test262/expectations.yaml
M Source/JavaScriptCore/runtime/CommonIdentifiers.h
M Source/JavaScriptCore/runtime/IntlPluralRules.cpp
Log Message:
-----------
[JSC] Intl.PluralRules pluralCategories need to follow to a specific ordering
https://bugs.webkit.org/show_bug.cgi?id=284089
rdar://problem/140965181
Reviewed by Yijia Huang.
Update Intl.PluralRules implementation to the latest spec requirement.
pluralCategories needs specific ordering. This patch enforces it.
* Source/JavaScriptCore/runtime/CommonIdentifiers.h:
* Source/JavaScriptCore/runtime/IntlPluralRules.cpp:
(JSC::IntlPluralRules::resolvedOptions const):
Canonical link: https://commits.webkit.org/287411@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list