[perl #130798] A andthen B orelse C orelse D leaks some internal Block

2017-04-29 Thread Zoffix Znet via RT
On Fri, 17 Feb 2017 12:41:12 -0800, david.warring wrote: > On Thu, 16 Feb 2017 19:44:47 -0800, lloyd.fo...@gmail.com wrote: > > note (Nil andthen "foo" orelse Nil orelse "bar"); > > -> ;; $_ is raw { #`(Block|140635964425160) ... } > > > > see the previously fixed: > >

[perl #130798] A andthen B orelse C orelse D leaks some internal Block

2017-04-29 Thread Zoffix Znet via RT
On Fri, 17 Feb 2017 12:41:12 -0800, david.warring wrote: > On Thu, 16 Feb 2017 19:44:47 -0800, lloyd.fo...@gmail.com wrote: > > note (Nil andthen "foo" orelse Nil orelse "bar"); > > -> ;; $_ is raw { #`(Block|140635964425160) ... } > > > > see the previously fixed: > >

[perl #130798] A andthen B orelse C orelse D leaks some internal Block

2017-02-17 Thread Christian Bartolomaeus via RT
On Fri, 17 Feb 2017 12:41:12 -0800, david.warring wrote: > 09:38] r: my $r := do 42 with Nil; say $r.perl; > [09:38] <+camelia> rakudo-moar a162c4: OUTPUT«Empty␤» > [09:38] <+camelia> ..rakudo-jvm fb4f16: OUTPUT«slip()␤» Just a short comment on this: Camelia runs on an older commit (fb4f16 is

[perl #130798] A andthen B orelse C orelse D leaks some internal Block

2017-02-16 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #130798] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130798 > note (Nil andthen "foo" orelse Nil orelse "bar"); -> ;; $_ is raw {