[perl #70183] [BUG] Recently introduced memory leak in loops

2009-11-03 Thread via RT
# New Ticket Created by Carlin Bingham # Please include the string: [perl #70183] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70183 > This did not occur in 657d55cce1f1ded33fd1f731344bd31b33099cb8 but is present in 6b04b

Re: How does List.map: { .say } work?

2009-11-03 Thread Moritz Lenz
On Mon, Nov 02, 2009 at 10:16:39AM -0500, Solomon Foster wrote: > On Mon, Nov 2, 2009 at 9:53 AM, Moritz Lenz wrote: > > Hi, > > > > the current spec doesn't allow immutable containers to call .map with a > > block that implicitly uses $_ as an implicit parameter. > > > > Here's why: > > > > S06 s

Re: How does List.map: { .say } work?

2009-11-03 Thread Carl Mäsak
Moritz (>), Solomon (>>), Moritz (>>>): >> > the current spec doesn't allow immutable containers to call .map with a >> > block that implicitly uses $_ as an implicit parameter. >> > >> > Here's why: >> > >> > S06 says >> > >> >> The C<$_> variable functions as a placeholder in a block without any