Summary

#b/o/x do not allow a # beyond fixnum range, unlike #d

Metadata

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