Closed
Bug 1609258
Opened 6 years ago
Closed 6 years ago
ValueToSource should tack a 'n' suffix onto bigints
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
Details
Attachments
(1 file)
ValueToSource
currently handles equal numbers and bigints exactly the same, so e.g. 2
and 2n
typed in the shell will display "2" as the result. This is unhelpful.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → jwalden
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=193413b3e06ec544bbc36c40c8b4e666841da2ec lookin' clean as anything is these days.
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/autoland/rev/6d2f4c1c8e20
Tack a 'n' onto the end of the ValueToSource result for bigints. r=evilpie
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•