#321 closed defect (fixed)
#b/o/x do not allow a # beyond fixnum range, unlike #d
Reported by: | Kon Lovett | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core libraries | Version: | 4.5.x |
Keywords: | Cc: | Kon Lovett | |
Estimated difficulty: |
Description
#d18446744073709551615 => 1.84467440737096e+19
but
#xFFFFFFFFFFFFFFFF => Error: illegal number syntax: "FFFFFFFFFFFFFFFF"
(Note - probably does not apply to 64-bit machines. 32-bit problem only.)
Change History (4)
comment:1 Changed 14 years ago by
Cc: | Kon Lovett added |
---|
comment:2 Changed 14 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Please see ffb9d81052efd9df073eff285f01c1753156bab5 (experimental).
Conversion from non-decimal string to double is now done manually.