[perl #128718] [CONC] Strange error when attempting to redo a supply block

2017-07-09 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Since when are we rejecting tickets like that? :) The title says “Strange error”. Current error message is: ===SORRY!=== redo without loop construct Two things: 1) No line number 2) Even if the line number was there, we don't want the behavior of this to be changing like crazy. See output on all

[perl #128718] [CONC] Strange error when attempting to redo a supply block

2017-07-09 Thread Jan-Olof Hendig via RT
On Thu, 25 Aug 2016 07:14:03 -0700, coke wrote: > On Sat Jul 23 20:47:04 2016, c...@zoffix.com wrote: > > Not even sure what causes that, but removing the `redo` avoids the > > error. > > > > $ perl6 -e 'react { whenever supply { emit 42; redo } { .say } }' > > 42 > > No such method 'CALL-ME' for i