Summary
#b/o/x do not allow a # beyond fixnum range, unlike #d
Metadata
- Id: f7da4d1f7d897f2ad92caef063f0ebadd96e0856
- Trac id: 321
- Type: defect
- Reporter: kon
- Owner: felix
- Cc: kon
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.5.x
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-08-09 23:33:35 UTC
- Keywords:
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.)
Changes and comments
[2010-08-15 04:43:42 UTC] kon set cc to kon
[2010-08-18 15:26:38 UTC] felix changed status from new to assigned
[2010-08-18 15:26:38 UTC] felix set owner to felix
[2010-08-19 09:06:11 UTC] felix changed status from assigned to closed
[2010-08-19 09:06:11 UTC] felix set resolution to fixed
[2010-08-19 09:06:11 UTC] felix wrote:
Please see ffb9d81052efd9df073eff285f01c1753156bab5 (experimental). Conversion from non-decimal string to double is now done manually.
[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0
[2011-04-04 08:31:00 UTC] felix wrote:
Milestone 4.6.0 deleted