Closed
Bug 555644
Opened 15 years ago
Closed 15 years ago
Fix toSource() on ctypes.float types
Categories
(Core :: js-ctypes, defect)
Core
js-ctypes
Tracking
()
RESOLVED
FIXED
People
(Reporter: dwitte, Assigned: dwitte)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mozilla+ben
:
review+
|
Details | Diff | Splinter Review |
I discovered, to my dismay, that PR_dtoa is far from an intuitive function to use, and that our unit tests do not tickle it. :(
Thusly, we switch to JS_dtostr, and rectify the testing situation.
Attachment #435538 -
Flags: review?(bnewman)
Comment 1•15 years ago
|
||
Comment on attachment 435538 [details] [diff] [review]
patch v1
Works for me, even playing around with other crazier values.
Attachment #435538 -
Flags: review?(bnewman) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Comment on attachment 435538 [details] [diff] [review]
patch v1
http://hg.mozilla.org/mozilla-central/rev/e3e903d1519a
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•