On Fri Aug 14 21:13:01 2015, [email protected] wrote:
> Code:
> say chr 999999999999999999999999999;
>
> Result:
> chr codepoint cannot be negative
> in block <unit> at ./test.pl:2
>
>
> Well, it is not negative.
Behavior has changed to the more accurate:
13:17 < [Coke]> m: say chr 999999999999999999999999999
13:17 <+camelia> rakudo-moar 273e89: OUTPUT«Cannot unbox 90 bit wide bigint
into native integer in block <unit> at /tmp/LiDTTrQn4t:1»
I think this is closable with tests.
--
Will "Coke" Coleda