Normative: raised minimum/maximum fractional digits from 20 to 100#786
Merged
ryzokuken merged 1 commit intotc39:masterfrom Jul 21, 2023
Merged
Normative: raised minimum/maximum fractional digits from 20 to 100#786ryzokuken merged 1 commit intotc39:masterfrom
ryzokuken merged 1 commit intotc39:masterfrom
Conversation
ryzokuken
approved these changes
Jun 1, 2023
Member
ryzokuken
left a comment
There was a problem hiding this comment.
spec change LGTM, let's check what the consensus is
Contributor
|
v8 tracking bug https://bugs.chromium.org/p/v8/issues/detail?id=14170 |
Contributor
Contributor
|
The landing of https://chromium-review.googlesource.com/c/v8/v8/+/4679294 is blocked by the merging of this PR. |
FrankYFTang
added a commit
to FrankYFTang/test262
that referenced
this pull request
Jul 18, 2023
tc39/ecma402#786 This ECMA402 PR 786 reach TC39 consensus in July 2023 meeting
Contributor
|
test262 tests in tc39/test262#3875 |
FrankYFTang
approved these changes
Jul 18, 2023
Contributor
FrankYFTang
left a comment
There was a problem hiding this comment.
Since this is already reach consensus in TC39, it will be nice if you can land this ASAP. Thanks
Ms2ger
pushed a commit
to tc39/test262
that referenced
this pull request
Jul 24, 2023
tc39/ecma402#786 This ECMA402 PR 786 reached TC39 consensus in the July 2023 meeting
Contributor
|
thanks for merging this. |
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Nov 5, 2023
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
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this pull request
Nov 6, 2023
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
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Nov 8, 2023
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
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Nov 8, 2023
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
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Nov 8, 2023
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
ben-allen
added a commit
to ben-allen/mdn-content
that referenced
this pull request
May 1, 2024
…Digits` to reflect change made in tc39/ecma402#786
ben-allen
added a commit
to ben-allen/mdn-content
that referenced
this pull request
May 1, 2024
…ionDigits` and `maximumFractionDigits` from 20 to 100 to reflect change made in tc39/ecma402#786
Josh-Cena
pushed a commit
to mdn/content
that referenced
this pull request
May 1, 2024
…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
jwidar
pushed a commit
to jwidar/LatencyZeroGithub
that referenced
this pull request
Sep 16, 2025
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
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.
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.