[perl #124294] [BUG] uint32 behaving like int64

2015-12-18 Thread jn...@jnthn.net via RT
On Mon Apr 13 16:42:11 2015, grond...@yahoo.fr wrote: > Hello > > $ perl6 -e 'say my uint32 $ = 2**32;' > 4294967296 > $ perl6 -e 'say my uint32 $ = 2**64;' > 0 > $ perl6 -e 'say my uint32 $ = 2**63;' > -9223372036854775808 > $ perl6 -e 'say my uint32 $ = 2**62;' > 4611686018427387904 > > $ perl6

[perl #124294] [BUG] uint32 behaving like int64

2015-04-14 Thread via RT
# New Ticket Created by grond...@yahoo.fr # Please include the string: [perl #124294] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124294 > Hello $ perl6 -e 'say my uint32 $ = 2**32;' 4294967296 $ perl6 -e 'say my uint32 $