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

2016-08-25 Thread Will Coleda via RT
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 invocant of type 'Bool' > in block at -e line 1 > >

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

2016-07-23 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128718] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128718 > Not even sure what causes that, but removing the `redo` avoids the error. $ perl6 -e