This now simply complains about unboxing a large integer. Not sure when this changed, but testneeded.
On 2015-08-14 22:21:17, alex.jakime...@gmail.com wrote: > Code: > say <a b c d > e> .roll(-9999999999999999999999999999999999999999999999999).perl; > > Result: > it hangs > > Code: > say <a b c d > e> .roll(- > e> 99999999999999999999999999999999999999999999999999999999999999999).perl; > > Result: > ("b",) > > > On the other hand: > say <a b c d > e> .roll(99999999999999999999999999999999999999999999999999999999999999999).perl; > > Result: > ()