Changes between Version 7 and Version 8 of PMCUnionDeprecationTasklist

Show
Ignore:
Timestamp:
01/17/09 00:12:16 (13 years ago)
Author:
cotto
Comment:

add table of PMCs that can currently be converted

Legend:

Unmodified
Added
Removed
Modified
  • PMCUnionDeprecationTasklist

    v7 v8  
    66== What Needs to Happen ==  
    77 
    8 ''Note: An alternate migration plan is needed.  Watch this space for updates.'' 
     8The following PMCs should be straightforward to convert to ATTRs.  If a PMC has a certain macro listed, only convert uses of that macro to ATTRs for the PMC.  Other UnionVal macros have depenency issues which are not yet resolvable. 
     9||PMC||revision fixed|| 
     10||!BigInt|||| 
     11||Continuation (PMC_pmc_val only)|||| 
     12||Coroutine (PMC_pmc_val only)|||| 
     13||Float|||| 
     14||!LexPax (PMC_pmc_val only)|||| 
     15||!LuaBoolean|||| 
     16||!LuaThread|||| 
     17||!ManagedStruct (PMC_int_val only)|||| 
     18||!MatchRange (PMC_int_val2 only)|||| 
     19||!NameSpace (PMC_pmc_val only)|||| 
     20||SArray|||| 
     21||TQueue||r35653|| 
    922 
    10 Allison [http://rt.perl.org/rt3/Ticket/Display.html?id=48014#txn-438628 explained in depth] how to convert code. 
     23 
     24Allison [http://rt.perl.org/rt3/Ticket/Display.html?id=48014#txn-438628 explained in depth] how to convert code.  Good example code can be found in src/pmc/exporter.pmc . 
    1125 
    1226== Inheritance ==