Root-relative namespace keys

Allison Randal allison at parrot.org
Wed Jan 7 03:37:16 UTC 2009


Allison Randal wrote:
> 
> But, the first line of the 'isa_pmc' vtable function is:
> 
>          if (PMC_IS_NULL(lookup))
>              return 0;
> 
> If it's throwing a null PMC access exception, that's a bug.

Oooh, I see what the bug is. The behavior is right in Class and Object, 
but was never updated in default PMC. Fixed in r35087.

Allison


More information about the parrot-dev mailing list