Changes between Version 19 and Version 20 of PMCUnionDeprecationTasklist
- Timestamp:
- 02/19/09 22:15:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PMCUnionDeprecationTasklist
v19 v20 37 37 38 38 * 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.