[perl #131567] [REGRESSION] `do LABEL: for 1 { next LABEL }` doesn't see the label since 2016.07 commit

2017-06-13 Thread Zoffix Znet via RT
On Tue, 13 Jun 2017 07:26:15 -0700, c...@zoffix.com wrote: > m: do LABEL: for 1 { next LABEL } > rakudo-moar 4aa60a: OUTPUT: «labeled next without loop construct␤ in > block at line 1␤␤» > > Bisectable points to > https://github.com/rakudo/rakudo/commit/5581b24111589683dcd50356a9de2bcf60ae3bb2

[perl #131567] [REGRESSION] `do LABEL: for 1 { next LABEL }` doesn't see the label since 2016.07 commit

2017-06-13 Thread Zoffix Znet via RT
On Tue, 13 Jun 2017 07:26:15 -0700, c...@zoffix.com wrote: > m: do LABEL: for 1 { next LABEL } > rakudo-moar 4aa60a: OUTPUT: «labeled next without loop construct␤ in > block at line 1␤␤» > > Bisectable points to > https://github.com/rakudo/rakudo/commit/5581b24111589683dcd50356a9de2bcf60ae3bb2

[perl #131567] [REGRESSION] `do LABEL: for 1 { next LABEL }` doesn't see the label since 2016.07 commit

2017-06-13 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131567] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131567 > m: do LABEL: for 1 { next LABEL } rakudo-moar 4aa60a: OUTPUT: «labeled next