From 7f631cd997bb08a733caad4eab4a4d114924537b Mon Sep 17 00:00:00 2001 From: coke Date: Wed, 5 Dec 2007 05:02:17 +0000 Subject: [PATCH] [docs] open tickets for deprecated items in pdd17; note them in DEPRECATED also. git-svn-id: https://svn.parrot.org/parrot/trunk@23476 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- DEPRECATED.pod | 11 +++++++++++ docs/pdds/pdd17_pmc.pod | 9 ++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/DEPRECATED.pod b/DEPRECATED.pod index b60fc193ce..4c471177c0 100644 --- a/DEPRECATED.pod +++ b/DEPRECATED.pod @@ -9,6 +9,9 @@ last release it's guaranteed to appear in. Items marked with a release of ??? are still deprecated, but a firm deadline for their removal has not yet been established. +When deprecated items are removed, all usage of the feature in the +repository should be updated or removed; including documentation. + =head1 new object system [post 0.5.0] The object system of Parrot is being overhauled. This touches some opcode @@ -26,6 +29,14 @@ See RT #42352. See RT #47011. +=item * C [post 0.5.1] + +See RT #48142 + +=item * C [post 0.5.1] + +See RT# 48144. Replaced by C. + =back =head1 opcodes diff --git a/docs/pdds/pdd17_pmc.pod b/docs/pdds/pdd17_pmc.pod index 921f9bfcf0..14b8a0c551 100644 --- a/docs/pdds/pdd17_pmc.pod +++ b/docs/pdds/pdd17_pmc.pod @@ -474,7 +474,7 @@ passing in the initialization argument, I, which is usually a hash. This opcode is most often used with high-level classes, but low-level PMCs may instantiate an object of their own type. -=item new_from_string [deprecated] +=item new_from_string [deprecated: See RT# 47011] PMC* new_from_string(INTERP, PMC* self, STRING* rep, INTVAL flags) @@ -563,14 +563,13 @@ Return the class object for this PMC. For high-level objects, this is a C object (or other high-level class object). For low-level PMCs, this returns a C object. -=item class_type +=item class_type [deprecated: See RT# 48142] INTVAL class_type(INTERP, PMC* self) -Return the integer type of the PMC. [NOTE: will be deprecated when type -IDs are deprecated.] +Return the integer type of the PMC. -=item pmc_namespace [deprecated] +=item pmc_namespace [deprecated: See RT# 48144] PMC* pmc_namespace(INTERP, PMC* self)