Closed Bug 1780545 Opened 2 years ago Closed 2 years ago

Remove range restrictions from Intl.DateTimeFormat, Intl.NumberFormat, and Intl.PluralRules

Categories

(Core :: JavaScript: Internationalization API, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED
105 Branch
Tracking Status
firefox105 --- fixed

People

(Reporter: anba, Assigned: anba)

Details

Attachments

(5 files)

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

(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.

Flags: needinfo?(smujahid)
Flags: needinfo?(mcastelluccio)

Sorry, there was a problem with the detection of inactive users. I'm reverting the change.

Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
Flags: needinfo?(mcastelluccio)

(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! :)

Flags: needinfo?(smujahid)
Severity: -- → N/A
Priority: -- → P1
Attachment #9286421 - Attachment description: WIP: Bug 1780545 - Part 1: Remove range checks from Intl.PluralRules. → Bug 1780545 - Part 1: Remove range checks from Intl.PluralRules. r=dminor!
Attachment #9286422 - Attachment description: WIP: Bug 1780545 - Part 2: Remove range checks from Intl.NumberFormat. → Bug 1780545 - Part 2: Remove range checks from Intl.NumberFormat. r=dminor!
Attachment #9286424 - Attachment description: WIP: Bug 1780545 - Part 3: Remove range checks from Intl.DateTimeFormat. → Bug 1780545 - Part 3: Remove range checks from Intl.DateTimeFormat. r=dminor!

Update test262 to import changed tests for parts 1-3.

Depends on D152391

These tests were actually removed when updating test262 in part 4.

Depends on D152858

Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e542bb9ad980
Part 1: Remove range checks from Intl.PluralRules. r=dminor
https://hg.mozilla.org/integration/autoland/rev/730cc8810308
Part 2: Remove range checks from Intl.NumberFormat. r=dminor
https://hg.mozilla.org/integration/autoland/rev/ae3aee7e2ca7
Part 3: Remove range checks from Intl.DateTimeFormat. r=dminor
https://hg.mozilla.org/integration/autoland/rev/b54086a090de
Part 4: Update test262. r=dminor
https://hg.mozilla.org/integration/autoland/rev/0e19e8025314
Part 5: Update test262 exclusions. r=dminor
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: