On Tue, Dec 30, 2008 at 01:04:58PM -0800, Carl Mäsak wrote: > > <masak> rakudo: my $a = 5; eval 'say $a' > <p6eval> rakudo 34665: RESULT«Null PMC access in find_method() [...] > * masak submits rakudobug
At the moment eval strings are unable to access their outer lexical environment -- fixing this will involve quite a few changes to PCT::HLLCompiler and the overall compilation process. I'll mark this ticket as stalled for now, and we can use it as a meta or merge ticket for other "lexical in eval" issues. Thanks! Pm