Changes between Version 10 and Version 11 of ParrotDeprecations
- Timestamp:
- 08/21/10 18:46:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotDeprecations
v10 v11 1 = Parrot Deprecations = 2 1 3 This page exists to systematically document all deprecations that apply to core Parrot code. We don't hate our users and while we love ripping out crufty old code, we also don't want anyone developing code on top of Parrot to dread paying the "upgrade tax" when moving from one supported version to the next. The idea behind this page is that by following the instructions for each version transition, developers of HLLs and libraries can have a well-known and deterministic upgrade path. 2 4 3 5 Any new deprecations must be described on the appropriate page and summarized here before being committed to trunk. This deprecation policy will be instituted shortly before the 2.6 release. Although we will attempt to add notices for previous version transitions, these lists may be incomplete. Notifications for the 2.6->2.9 transition and later will be complete. 6 7 '''For instructions on how to deprecate Parrot code, please see [wiki:HowToDeprecate].''' 4 8 5 9 == Changes Between 2.6 and 2.9 ==