On Wed Mar 18 18:21:15 2009, ihrd wrote:
> 
> class C {
>     method foo { eval("':)'.say") }
> }
> 
> C.foo;
> 
> die with:
> Null PMC access in inspect_str()
> current instr.: 'eval' pc 16074 (src/builtins/control.pir:317)
> <...>
> 

Fixed in git 977b948, and we now have spectests for this too thanks to
moritz++, which I've unfudged.

Thanks,

Jonathan

Reply via email to