On Tue Apr 20 07:47:45 2010, Solomon wrote: > colomon: rakudo: (-<<(1..10)).perl.say > p6eval: rakudo 5a0581: OUTPUT«maximum recursion depth exceededcurrent > instr.: 'perl6;Iterable;list' pc 10791 (src/builtins/Role.pir:111)» > colomon: rakudo: (-<<(1...10)).perl.say > p6eval: rakudo 5a0581: OUTPUT«[-1, -2, -3, -4, -5, -6, -7, -8, -9, -10]» > > jnthn: rakudo: (-<<(1..10)) > p6eval: rakudo 5a0581: OUTPUT«maximum recursion depth exceededcurrent > instr.: 'perl6;Iterable;list' pc 10791 (src/builtins/Role.pir:111)» >
All of these now work. Assigning to moritz++ for testing. -- Will "Coke" Coleda