Remove range restrictions from Intl.DateTimeFormat, Intl.NumberFormat, and Intl.PluralRules
Categories
(Core :: JavaScript: Internationalization API, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(5 files)
Assignee | ||
Comment 1•3 years ago
|
||
Intl.PluralRules
changes for https://github.com/tc39/proposal-intl-numberformat-v3/pull/100.
Assignee | ||
Comment 2•3 years ago
|
||
Intl.NumberFormat
changes for https://github.com/tc39/proposal-intl-numberformat-v3/pull/100.
DecimalNumber
can be further simplified once there's a concrete proposal for
https://github.com/tc39/proposal-intl-numberformat-v3/issues/98. For now it's
left as-is, because it provides methods for extracting the exponent and the
number of significand digits of a decimal number.
Depends on D152388
Assignee | ||
Comment 3•3 years ago
|
||
Remove range check per https://github.com/tc39/ecma402/pull/701.
Depends on D152389
Comment hidden (off-topic) |
Comment 5•3 years ago
|
||
(In reply to Release mgmt bot [:suhaib / :marco/ :calixte] from comment #4)
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Is this a problem with the bot? anba is still active, also in this bug 4 days ago.
Comment 6•3 years ago
|
||
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
Comment 7•3 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #6)
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
Thanks! :)
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 8•3 years ago
|
||
Update test262 to import changed tests for parts 1-3.
Depends on D152391
Assignee | ||
Comment 9•3 years ago
|
||
These tests were actually removed when updating test262 in part 4.
Depends on D152858
Comment 10•3 years ago
|
||
Comment 11•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e542bb9ad980
https://hg.mozilla.org/mozilla-central/rev/730cc8810308
https://hg.mozilla.org/mozilla-central/rev/ae3aee7e2ca7
https://hg.mozilla.org/mozilla-central/rev/b54086a090de
https://hg.mozilla.org/mozilla-central/rev/0e19e8025314
Description
•