Changes between Version 3 and Version 4 of ParrotDeprecations

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

add impact estimates as suggested by austin++

Legend:

Unmodified
Added
Removed
Modified
  • ParrotDeprecations

    v3 v4  
    88 
    99 * Remove sizeof op.  No replacement currently exists.  TT #633 
     10   - negligible impact expected: this op was not widely used 
    1011 * Replace STRING_is_null with Parrot_str_is_null.  TT #1585 
     12   - moderate impact expected: simple textual substitution for C code dealing with STRING* values 
    1113 * Remove in-place substr op variants.  TT #1450 
     14   - high impact expected: most PIR code dealing with string substitution will need to be updated 
    1215 
    1316== Changes Between 2.0 and 2.3 ==