Changes between Version 19 and Version 20 of PMCUnionDeprecationTasklist

Show
Ignore:
Timestamp:
02/19/09 22:15:00 (13 years ago)
Author:
cotto
Comment:

add moderately coherent gotcha about MULTIs

Legend:

Unmodified
Added
Removed
Modified
  • PMCUnionDeprecationTasklist

    v19 v20  
    3737 
    3838* Make sure that PMC_data is only used for the PMC-specific attributes struct. 
     39 
     40* Watch out for MULTI functions in base classes.  This is mainly a concern when working on an extending PMC where the base PMC has a MULTI function that the extending PMC doesn't override.  For example, the String PMC needs its own is_equal MULTI, since scalar's is_equal MULTI assumes that any extending PMCs use the UnionVal rather than ATTRs.