Allison Randal wrote:
There currently isn't any way to add vtable overrides to the class's
list of vtable overrides, so this is temporary (and actually, I
thought you put it in).
That was implemented earlier today. I wrote the email before I'd
implemented it. I think I've implemented what you m
Jonathan Worthington wrote:
Hi,
Just looking at the Class and Object PMCs and a couple of things concern
me.
1) Inside the method finding code I see this has been added:
if ( ! PMC_IS_NULL(namespace)
&& VTABLE_exists_keyed_str(interp, namespace, name)) {
PMC *
Hi,
Just looking at the Class and Object PMCs and a couple of things concern me.
1) Inside the method finding code I see this has been added:
if ( ! PMC_IS_NULL(namespace)
&& VTABLE_exists_keyed_str(interp, namespace, name)) {
PMC *ret = VTABLE_get_pmc_keyed_str(