> On 30 Apr 2016, at 17:00, Carl Mäsak (via RT) <perl6-bugs-follo...@perl.org> > wrote: > > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #128038] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/Ticket/Display.html?id=128038 > > > > <TimToady> m: ''.substr(5).handled.say > <camelia> rakudo-moar 1acf80: OUTPUT«True» > <TimToady> that's one bug > * masak submits rakudobug > <masak> TimToady: what output did you expect? > <TimToady> False > <masak> danke > <TimToady> something is testing the Failure for boolean/defined > somewhere and marking it handled
$ 6 '(substr "",5).handled.say’ False Looks to me that somehow the extra call level is causing the Failure to be handled. Liz