[perl #58744] Hashes flatten lists

2008-09-10 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #58744] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58744 Rakudo r30946: 08:35 masak rakudo: .perl.say for {a = [b, c]}.kv # I have a fun

Re: [perl #58744] Hashes flatten lists

2008-09-10 Thread Moritz Lenz
Moritz Lenz (via RT) wrote: # New Ticket Created by Moritz Lenz # Please include the string: [perl #58744] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58744 Rakudo r30946: 08:35 masak rakudo: .perl.say

Re: [perl #58744] Hashes flatten lists

2008-09-10 Thread Patrick R. Michaud
On Wed, Sep 10, 2008 at 12:22:01PM +0200, Moritz Lenz wrote: Moritz Lenz (via RT) wrote: 08:35 masak rakudo: .perl.say for {a = [b, c]}.kv # I have a fun bug for you, too! :) 08:35 polyglotbot OUTPUT[a␤b c␤] that should have been [b, c] on the second line Now fixed

[perl #58560] [BUG] !flatten does not handle references

2008-09-10 Thread Patrick R. Michaud via RT
On Wed Sep 03 21:07:57 2008, s1n wrote: The List !flatten method does not properly recurse into references. List.pir:188 retrieves the elements opcode and does not check the pmc type for recursion. This functionality is needed for .elems and :prefix+ to function properly for cases such as

Re: [perl #57530] Fwd: Parallelize the Perl 6 tests

2008-09-10 Thread Moritz Lenz
Ron Schmidt via RT wrote: It'd be nice if we used the same env var for this as we did for the main harness. (that one is currently TEST_JOBS, iirc.) Per request from moritz I have come up with an updated patch that seems to apply cleanly and tested it on Ubuntu and cygwin/Windows Vista. It

Re: [perl #57530] Fwd: Parallelize the Perl 6 tests

2008-09-10 Thread Moritz Lenz
Moritz Lenz wrote: Thank you very much. On Debian with two cores I get 2 jobs: 4m04 1 job: 2m35 Well, actually it's the other way round ;-) -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/

Re: [perl #57530] Fwd: Parallelize the Perl 6 tests

2008-09-10 Thread Moritz Lenz
Ron Schmidt via RT wrote: It'd be nice if we used the same env var for this as we did for the main harness. (that one is currently TEST_JOBS, iirc.) Per request from moritz I have come up with an updated patch that seems to apply cleanly and tested it on Ubuntu and cygwin/Windows Vista. It