[perl #54742] [PATCH] Implementation of map for List

2008-05-24 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #54742] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=54742 Hello. Reworked implementation of 'map' -- Bacek Index: src/classes/List.pir

Re: [perl #54742] [PATCH] Implementation of map for List

2008-05-24 Thread Patrick R. Michaud
On Fri, May 23, 2008 at 03:28:32PM -0700, Vasily Chekalkin wrote: Hello. Reworked implementation of 'map' Excellent. A couple of notes: 1. Calling 'newclosure' from within 'map' is almost certainly wrong. The newclosure op can only be called for closures that have the current sub