Re: find_method changes look wrong

2007-07-03 Thread Jonathan Worthington
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

Re: find_method changes look wrong

2007-07-03 Thread Allison Randal
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 *