Version 2 (modified by cotto, 12 years ago)

make link more prominent

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.

Remove sizeof op. No replacement currently exists. TT #633

Replace uses of STRING_is_null with Parrot_str_is_null. TT #1585

Remove in-place substr op variants. TT #1450

Changes Between 2.0 and 2.3

Changes Between 1.4 and 2.0

Changes Between 1.0 and 1.4