[perl #132211] [BUG] combination of `andthen` and `orelse` causes closed over variable to never update

2018-01-26 Thread Zoffix Znet via RT
On Tue, 03 Oct 2017 08:07:41 -0700, c...@zoffix.com wrote: > IRC: https://irclog.perlgeek.de/perl6/2017-10-03#i_15250878 > > Reads "aaa", not "abc": > 15:05 Zoffix m: for { $^v.uc andthen say $v orelse .say } > 15:05 camelia rakudo-moar f946bd: OUTPUT: «a␤a␤a␤» > >

[perl #132211] [BUG] combination of `andthen` and `orelse` causes closed over variable to never update

2018-01-26 Thread Zoffix Znet via RT
On Tue, 03 Oct 2017 08:07:41 -0700, c...@zoffix.com wrote: > IRC: https://irclog.perlgeek.de/perl6/2017-10-03#i_15250878 > > Reads "aaa", not "abc": > 15:05 Zoffix m: for { $^v.uc andthen say $v orelse .say } > 15:05 camelia rakudo-moar f946bd: OUTPUT: «a␤a␤a␤» > >

[perl #132211] [BUG] combination of `andthen` and `orelse` causes closed over variable to never update

2017-10-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132211] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132211 > IRC: https://irclog.perlgeek.de/perl6/2017-10-03#i_15250878 Reads "aaa", not "abc":