[webkit-changes] [WebKit/WebKit] f172ce: [JSC] Update Intl.DurationFormat not to include gr...

Yusuke Suzuki noreply at github.com
Thu Dec 5 01:48:02 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f172ce8e237cc9636c36f55a3536d70addc9532c
      https://github.com/WebKit/WebKit/commit/f172ce8e237cc9636c36f55a3536d70addc9532c
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

  Changed paths:
    M JSTests/stress/intl-durationformat-rounding-errors.js
    M JSTests/test262/expectations.yaml
    M Source/JavaScriptCore/runtime/IntlDurationFormat.cpp

  Log Message:
  -----------
  [JSC] Update Intl.DurationFormat not to include grouping for 2-digit / numeric styles
https://bugs.webkit.org/show_bug.cgi?id=284087
rdar://problem/140962232

Reviewed by Yijia Huang.

Update the Intl.DurationFormat implementation to include the latest
proposal update[1]. When 2-digit / numeric styles are specified, we
should not use grouping.

[1]: https://github.com/tc39/proposal-intl-duration-format/commit/68b00f3f272ea5a1bbcd37588da66d07f2d3507d

* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/IntlDurationFormat.cpp:
(JSC::collectElements):

Canonical link: https://commits.webkit.org/287393@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