-
Notifications
You must be signed in to change notification settings - Fork 106
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
Normative: raised minimum/maximum fractional digits from 20 to 100 #786
Conversation
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.
spec change LGTM, let's check what the consensus is
v8 tracking bug https://bugs.chromium.org/p/v8/issues/detail?id=14170 |
The landing of https://chromium-review.googlesource.com/c/v8/v8/+/4679294 is blocked by the merging of this PR. |
tc39/ecma402#786 This ECMA402 PR 786 reach TC39 consensus in July 2023 meeting
test262 tests in tc39/test262#3875 |
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.
Since this is already reach consensus in TC39, it will be nice if you can land this ASAP. Thanks
tc39/ecma402#786 This ECMA402 PR 786 reached TC39 consensus in the July 2023 meeting
thanks for merging this. |
Implements the changes from <tc39/ecma402#786>. Drive-by change: Enable another test which no longer fails. Differential Revision: https://phabricator.services.mozilla.com/D189541
Implements the changes from <tc39/ecma402#786>. Drive-by change: Enable another test which no longer fails. Differential Revision: https://phabricator.services.mozilla.com/D189541
Implements the changes from <tc39/ecma402#786>. Drive-by change: Enable another test which no longer fails. Differential Revision: https://phabricator.services.mozilla.com/D189541 UltraBlame original commit: 50ef49e1e6cc9c7c73f8aec7ee3375a5b0abf83b
Implements the changes from <tc39/ecma402#786>. Drive-by change: Enable another test which no longer fails. Differential Revision: https://phabricator.services.mozilla.com/D189541 UltraBlame original commit: 50ef49e1e6cc9c7c73f8aec7ee3375a5b0abf83b
Implements the changes from <tc39/ecma402#786>. Drive-by change: Enable another test which no longer fails. Differential Revision: https://phabricator.services.mozilla.com/D189541 UltraBlame original commit: 50ef49e1e6cc9c7c73f8aec7ee3375a5b0abf83b
…Digits` to reflect change made in tc39/ecma402#786
…ionDigits` and `maximumFractionDigits` from 20 to 100 to reflect change made in tc39/ecma402#786
…ionDigits` and `maximumFractionDigits` (#33357) Update maximum values of `Intl.NumberFormat` parameters `minimumFractionDigits` and `maximumFractionDigits` from 20 to 100 to reflect change made in tc39/ecma402#786
fix #585
Unclear what the consensus was on increasing max fractional digits to match 262, but if we're doing it this PR does it.