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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 7 22:23:03 UTC 2009


Author: jkeenan
Date: Sat Nov  7 22:23:02 2009
New Revision: 42339
URL: https://trac.parrot.org/parrot/changeset/42339

Log:
Change RT # to TT #.

Modified:
   trunk/src/pmc/hash.pmc

Modified: trunk/src/pmc/hash.pmc
==============================================================================
--- trunk/src/pmc/hash.pmc	Sat Nov  7 22:17:30 2009	(r42338)
+++ trunk/src/pmc/hash.pmc	Sat Nov  7 22:23:02 2009	(r42339)
@@ -311,7 +311,7 @@
     }
 
     VTABLE STRING *get_repr() {
-        /* RT #44643 use freeze */
+        /* TT #1231:  Use freeze in get_repr() (for hashes) */
         PMC * const  iter = VTABLE_get_iter(INTERP, SELF);
         STRING      *res  = CONST_STRING(INTERP, "{");
         const INTVAL n    = VTABLE_elements(INTERP, SELF);


More information about the parrot-commits mailing list