Changes between Version 4 and Version 5 of ParrotDeprecations

Show
Ignore:
Timestamp:
06/29/10 16:59:41 (12 years ago)
Author:
cotto
Comment:

add some anchor links to specific deprecations

Legend:

Unmodified
Added
Removed
Modified
  • ParrotDeprecations

    v4 v5  
    77This list is a summary.  A more complete description and migration path for each change is at [wiki:ParrotDeprecationsFor2.6 ParrotDeprecationsFor2.6].  Because this list was created after the deprecations were committed to trunk, it's likely we've missed a few.  If you find a missing deprecation notice, file a ticket [http://trac.parrot.org/parrot/newticket here] or hop on #parrot on irc.parrot.org and let us know. 
    88 
    9  * Remove sizeof op.  No replacement currently exists.  TT #633 
     9 * [wiki:ParrotDeprecationsFor2.6#Removesizeofop Remove sizeof op.]  No replacement currently exists.  TT #633 
    1010   - negligible impact expected: this op was not widely used 
    11  * Replace STRING_is_null with Parrot_str_is_null.  TT #1585 
     11 * [wiki:ParrotDeprecationsFor2.6#ReplaceSTRING_is_nullwithParrot_str_is_null Replace STRING_is_null with Parrot_str_is_null.]  TT #1585 
    1212   - moderate impact expected: simple textual substitution for C code dealing with STRING* values 
    13  * Remove in-place substr op variants.  TT #1450 
     13 * [wiki:ParrotDeprecationsFor2.6#Removein-placesubstropvariants Remove in-place substr op variants.]  TT #1450 
    1414   - high impact expected: most PIR code dealing with string substitution will need to be updated 
    1515