[perl #77174] [BUG] "maximum recursion depth exceeded" from: my @a //= (3); @a.perl.say;

2012-06-29 Thread Will Coleda via RT
On Sun Oct 09 09:13:19 2011, coke wrote: > On Wed Aug 11 13:25:39 2010, ronaldxs wrote: > > The variant my @a ||= (3); @a.perl.say; outputs something > reasonable. > > > > Ron > > Still happening: > > 12:11 < [Coke]> rakudo: my @a //= (3); @a.perl.say; > 12:11 <+p6eval> rakudo f6eb61: OUTPUT«m

[perl #77174] [BUG] "maximum recursion depth exceeded" from: my @a //= (3); @a.perl.say;

2011-10-09 Thread Will Coleda via RT
On Wed Aug 11 13:25:39 2010, ronaldxs wrote: > The variant my @a ||= (3); @a.perl.say; outputs something reasonable. > > Ron Still happening: 12:11 < [Coke]> rakudo: my @a //= (3); @a.perl.say; 12:11 <+p6eval> rakudo f6eb61: OUTPUT«maximum recursion depth exceeded␤Method 'disp

[perl #77174] [BUG] "maximum recursion depth exceeded" from: my @a //= (3); @a.perl.say;

2010-08-11 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #77174] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77174 > The variant my @a ||= (3); @a.perl.say; outputs something reasonable. Ron