[perl #77036] Elements from gather list are not Stringy after join

2011-10-04 Thread Will Coleda via RT
On Fri Aug 06 01:30:28 2010, q...@cono.org.ua wrote: > #git rev-parse HEAD > 0e5edb5c5fb2c2a2011c5a41d0f5161bcd1f8885 > > 11:22 < cono> rakudo: class E {has $.n is rw; has $.v is rw; method > Str{~self.v}}; my E $x .= new(:v(1)); $x.n = E.new(:v(2)); (gather { > my $i = $x; while $i.defined { take

[perl #77036] Elements from gather list are not Stringy after join

2010-08-06 Thread via RT
# New Ticket Created by Alex Varyanick # Please include the string: [perl #77036] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77036 > #git rev-parse HEAD 0e5edb5c5fb2c2a2011c5a41d0f5161bcd1f8885 11:22 < cono> rakudo: cl