On Tue, 31 Jan 2017 18:58:22 -0800, pe...@mscha.org wrote:
> % perl6
> To exit type 'exit' or '^D'
>  > my int $i = 10**16;
> 10000000000000000
>  > say $i;
> 10000000000000000
>  > say $i div 4;
> 468729856
>  > say $i / 4;
> 2500000000000000
> 
> This is on a 64-bit build, Rakudo Star 2017.01.

Thank you for the report. This is now fixed.

Rakudo fix: https://github.com/rakudo/rakudo/commit/c98b3a581f
NQP fix:    https://github.com/perl6/nqp/commit/afab417317
MoarVM fix: https://github.com/MoarVM/MoarVM/commit/9258acaffd
Test:       https://github.com/perl6/roast/commit/13535c7fb5

Reply via email to