[svn:parrot] r42392 - trunk/src/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Nov 10 00:31:22 UTC 2009


Author: jkeenan
Date: Tue Nov 10 00:31:21 2009
New Revision: 42392
URL: https://trac.parrot.org/parrot/changeset/42392

Log:
Change an RT # to a TT #.  Remove references to closed RT tickets.

Modified:
   trunk/src/pmc/class.pmc

Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc	Mon Nov  9 20:38:12 2009	(r42391)
+++ trunk/src/pmc/class.pmc	Tue Nov 10 00:31:21 2009	(r42392)
@@ -21,7 +21,7 @@
 
 =item C<id>
 
-The type number of the PMC. [deprecated: See RT #48024]
+The type number of the PMC.
 
 =item C<name>
 
@@ -460,7 +460,7 @@
 
 pmclass Class auto_attrs {
 
-    ATTR INTVAL id;             /* The type number of the PMC. [deprecated: See RT #48024] */
+    ATTR INTVAL id;             /* The type number of the PMC. */
     ATTR STRING *name;          /* The name of the class. */
     ATTR STRING *fullname;      /* The name of the class. */
     ATTR PMC *_namespace;       /* The namespace it's linked to, if any. */
@@ -1160,7 +1160,7 @@
             }
 
             /* Build full parents list.
-             * RT #46101 Need pluggable MRO, for now always do C3. */
+             * TT #1256:  Need pluggable MRO, for now always do C3. */
             calculate_mro(interp, SELF, num_parents);
             build_attrib_index(interp, SELF);
 


More information about the parrot-commits mailing list