Re: [perl #59394] [PATCH] Implementation of Pair.pairs.

2008-09-29 Thread Moritz Lenz
Patrick R. Michaud wrote: On Sat, Sep 27, 2008 at 12:18:21AM -0700, Vasily Chekalkin wrote: Hello. There is implementation of Pair.pairs. +3 passed tests in S29-hash/pairs.t +$P0 = get_hll_namespace ['Perl6Pair'] +'!EXPORT'('pairs', $P0) It's probably wrong to export 'pairs'

Re: [perl #59394] [PATCH] Implementation of Pair.pairs.

2008-09-29 Thread Patrick R. Michaud
On Mon, Sep 29, 2008 at 05:32:23PM +0200, Moritz Lenz wrote: Patrick R. Michaud wrote: On Sat, Sep 27, 2008 at 12:18:21AM -0700, Vasily Chekalkin wrote: +$P0 = get_hll_namespace ['Perl6Pair'] +'!EXPORT'('pairs', $P0) It's probably wrong to export 'pairs' here -- the exported

Re: [perl #59394] [PATCH] Implementation of Pair.pairs.

2008-09-28 Thread Patrick R. Michaud
On Sun, Sep 28, 2008 at 04:00:47AM +1000, Vasily Chekalkin wrote: Patrick R. Michaud via RT wrote: +$P0 = get_hll_namespace ['Perl6Pair'] +'!EXPORT'('pairs', $P0) It's probably wrong to export 'pairs' here -- the exported pairs function should be the one that is on 'Any'. Either

[perl #59394] [PATCH] Implementation of Pair.pairs.

2008-09-27 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #59394] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59394 Hello. There is implementation of Pair.pairs. +3 passed tests in