# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #130282]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130282 >


Code:
say 42.roll(-1)

Result (HEAD):
(42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 
42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 
42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 
42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 ...)

Result (2015.10):
()


Bisectable points to 
https://github.com/rakudo/rakudo/commit/f4e9d5e5074f3a34152ed472bf94b29679eb9692

IRC discussion: https://irclog.perlgeek.de/perl6/2016-12-06#i_13693983

Reply via email to