On Fri Apr 23 04:08:52 2010, masak wrote:
> <mls> rakudo: say say (1, + * ... *).perl
> <p6eval> rakudo 6783b5: OUTPUT«␤Null PMC access in
> find_method('params') [...]
> * masak submits rakudobug
> <masak> rakudo: 1, +* ... *
> <p6eval> rakudo 6783b5: OUTPUT«␤Null PMC access in
> find_method('params')
> <masak> it's the '1,', the '+' and the '...' in conjunction that does
> it.

This no longer fails, but hangs, as it's generating an inf list of ones.

> say (1, + * ... *).munch(40).perl
(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)


-- 
Will "Coke" Coleda

Reply via email to