On Sun Jun 21 11:24:57 2009, moritz wrote:
> $ perl6 -e 'my @a := gather {  for 1..3 { take $_; say @a.perl } }; 
say
> @a.perl'
> Null PMC access in find_method()
> in Main (<unknown>:1)
> 
> I don't know if you need laziness to get that working...
> 
> Moritz

This now says:

$ ./perl6 -e 'my @a := gather { for 1..3 { take $_; say @a.perl } }; say 
@a.perl'
().list
splice() not implemented in class 'Mu'
  in method reify at src/gen/CORE.setting:3652
  in method gimme at src/gen/CORE.setting:3989
  in method perl at src/gen/CORE.setting:4168

-- 
Will "Coke" Coleda

Reply via email to