Skip to content

Commit

Permalink
Change an RT # to a TT #. Remove references to closed RT tickets.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@42392 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
jkeenan committed Nov 10, 2009
1 parent 8941eea commit a63649e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pmc/class.pmc
Expand Up @@ -21,7 +21,7 @@ The Class PMC structure (C<Parrot_Class>) consists of twelve items:

=item C<id>

The type number of the PMC. [deprecated: See RT #48024]
The type number of the PMC.

=item C<name>

Expand Down Expand Up @@ -460,7 +460,7 @@ calculate_mro(PARROT_INTERP, PMC *SELF, INTVAL num_parents)

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. */
Expand Down Expand Up @@ -1160,7 +1160,7 @@ Creates a new PMC object of the type of the class and calls init().
}

/* 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);

Expand Down

0 comments on commit a63649e

Please sign in to comment.