Cory Spencer (via RT) wrote:
> # New Ticket Created by  Cory Spencer 
> # Please include the string:  [perl #64370]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64370 >
> 
> 
> 
> The attached patch moves much of Range.pir's functionality into Range.pm 
> in the setting.

This leads to massive failures in the test suite, the first being



t/spec/S02-builtin_data_types/array....
1..100
ok 1 - for 1, 2, 3 does three iterations
...
ok 50 - trailing commas make correct array
maximum recursion depth exceeded
current instr.: 'parrot;Perl6Object;iterator' pc 935
(src/classes/Object.pir:136)
called from Sub 'parrot;Range;list' pc 7612 (src/classes/Range.pir:34)
called from Sub 'parrot;Perl6Object;iterator' pc 944
(src/classes/Object.pir:137)
called from Sub 'parrot;Range;list' pc 7612 (src/classes/Range.pir:34)
called from Sub 'parrot;Perl6Object;iterator' pc 944
(src/classes/Object.pir:137)
...

so I'm not applying it for now.

Cheers,
Moritz
-- 
Moritz Lenz
http://perlgeek.de/ |  http://perl-6.de/ | http://sudokugarden.de/

Reply via email to