Changes between Version 12 and Version 13 of PMCUnionDeprecationTasklist

Show
Ignore:
Timestamp:
01/17/09 09:03:56 (13 years ago)
Author:
cotto
Comment:

added gotchas, fixed Float

Legend:

Unmodified
Added
Removed
Modified
  • PMCUnionDeprecationTasklist

    v12 v13  
    1111||Continuation (PMC_pmc_val only)|||| 
    1212||Coroutine (PMC_pmc_val only)|||| 
    13 ||Float||in progress|| 
     13||Float||fixed in r35666|| 
    1414||!LexPad (PMC_pmc_val only)|||| 
    1515||!LuaBoolean|||| 
     
    3434 
    3535* src/gc/mark_sweep.c also uses PMC_struct_val in two places.  This needs to be investigated and the data stored elsewhere.  See TT #178. 
     36 
     37== Gotchas == 
     38 
     39* You may need to add certain VTABLE functions to the PMCs which you are updating.  This applies not just to init and destroy, but also clone, morph and other functions that need to deal with the PMC's internal data. 
     40