[perl #75316] 1...1..0 keeps Rakudo on 100% CPU usage

2014-09-23 Thread Christian Bartolomaeus via RT
The test for this ticket (which now resides in S03-sequence/basic.t) was fudged for rakudo (todo 'mysterious'). AFAIU the code { 1 ... () } now throws an exception (just like shifting one element from an empty list does). Therefore I changed the test (and unfudged it): throws_like { 1 ... () }

[perl #75316] 1...1..0 keeps Rakudo on 100% CPU usage

2010-05-25 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #75316] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75316 > [18:32] rakudo: say 1...1..0 # this one kills Rakudo, should it be check for valid typ