Changes between Version 9 and Version 10 of HowToDeprecate

Show
Ignore:
Timestamp:
05/13/11 16:01:32 (11 years ago)
Author:
plobsing
Comment:

updates to improve pain points experienced by recent zavolaj breakage

Legend:

Unmodified
Added
Removed
Modified
  • HowToDeprecate

    v9 v10  
    99 * maybe post to parrot-dev and/or parrot-users depending on the nature of the change 
    1010 * get some feedback indicating that the change is sane 
     11 * set up automatic usage detection using api.yaml regexes (static usage detection) and/or Parrot_warn_deprecated (dynamic usage detection) 
    1112 
    1213=== Step 2: Wait === 
     
    3435 * make sure the HLLs and libraries are ready the deprecation (and submit patches if not) 
    3536 * merge or commit your backwards-incompatible changes to trunk 
    36  * close the deprecation ticket 
     37 * close the deprecation ticket, linking to the wiki transition documentation 
    3738 * bump PBC_COMPAT and run mk_native_pbc if needed 
    3839 * that's it