Author: coke
Date: Sun Dec 16 21:56:31 2007
New Revision: 23998

Modified:
   trunk/docs/pdds/draft/pdd19_pir.pod

Changes in other areas also in this revision:
Modified:
   trunk/DEPRECATED.pod
   trunk/include/parrot/oo_private.h
   trunk/src/ops/object.ops
   trunk/src/ops/pmc.ops
   trunk/src/pmc/class.pmc

Log:
[docs] Add Ticket numbers for many deprecated items, add those to DEPRECATED.pod

Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd19_pir.pod (original)
+++ trunk/docs/pdds/draft/pdd19_pir.pod Sun Dec 16 21:56:31 2007
@@ -63,9 +63,9 @@
     A42
 
 Opcode names are not reserved words in PIR, and may be used as variable names.
-For example, you can define a local variable named C<print>.  [See #24251.]
+For example, you can define a local variable named C<print>.  [See RT #24251]
 
-NOTE: The use of C<::> in identifiers is deprecated.
+NOTE: The use of C<::> in identifiers is deprecated. [See RT #48735]
 
 =head3 Labels
 
@@ -243,7 +243,7 @@
 
 As C<.const> above, but the defined constant is globally accessible.
 
-=item .namespace <identifier> [deprecated]
+=item .namespace <identifier> [deprecated: See RT #48737]
 
 Open a new scope block. This "namespace" is not the same as the
 .namespace [ <identifier> ] syntax, which is used for storing subroutines
@@ -265,7 +265,7 @@
 They were a hackish attempt at implementing scopes in Parrot, but didn't
 actually turn out to be useful.}}
 
-=item .endnamespace <identifier> [deprecated]
+=item .endnamespace <identifier> [deprecated: See RT #48737]
 
 Closes the scope block that was opened with .namespace <identifier>.
 
@@ -652,8 +652,8 @@
 =item <var> = <var> [ <key> ]
 
 {{ NOTE: keyed assignment is still valid in PIR, but the C<..> notation in keys
-is deprecated, so this syntactic sugar for slices is also deprecated. See the
-(currently experimental) C<slice> opcode instead. }}
+is deprecated [See RT #48561], so this syntactic sugar for slices is also
+deprecated. See the (currently experimental) C<slice> opcode instead. }}
 
 where C<key> is:
 

Reply via email to