# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #87440] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=87440 >
<patrickas> spb reported <patrickas> rakudo: my @random-stuff := 1, 3, 4, 7 ... *; say @random-stuff[^10].perl <p6eval> rakudo 4bf132: OUTPUT«Method 'count' not found for invocant of class 'Failure' in <anon> at line 861:CORE.setting [...] <patrickas> I replied with <patrickas> rakudo: use fatal; my @random-stuff := 1, 3, 4, 7 ... *; say @random-stuff[^10].perl <p6eval> rakudo 4bf132: OUTPUT«Unable to figure out pattern of series [...] <patrickas> that's what I mean by louder ... unless you "use fatal" you have no idea what went wrong <masak> huh. <masak> yes, that one should definitely complain louder. * masak submits rakudobug