Vasily Chekalkin wrote:

And another question. Should all lvalue occurences of PMC_*_val(SELF) be replaced with VTABLE_set_*_native? (Except for VTABLE method implementation of cause)

In general, yes. You'll have to check each PMC to see if they have the appropriate VTABLE_set_*(_native) vtable function defined.

(Ultimately, the storage for these PMCs should all be changed to ATTRs and the accessors to GET_ATTR_* and SET_ATTR_*.)

Allison

Reply via email to