Re: [perl #61860] Printing a variable from inside an eval yields Null PMC Access in Rakudo

2008-12-31 Thread Patrick R. Michaud
On Tue, Dec 30, 2008 at 01:04:58PM -0800, Carl Mäsak wrote: > > rakudo: my $a = 5; eval 'say $a' > 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

[perl #61860] Printing a variable from inside an eval yields Null PMC Access in Rakudo

2008-12-30 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61860] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61860 > rakudo: my $a = 5; eval 'say $a' rakudo 34665: RESULT«Null PMC access in find_method()