[svn:parrot] r42329 - trunk/src

kjs at svn.parrot.org kjs at svn.parrot.org
Sat Nov 7 14:19:09 UTC 2009


Author: kjs
Date: Sat Nov  7 14:19:08 2009
New Revision: 42329
URL: https://trac.parrot.org/parrot/changeset/42329

Log:
[src] update reference from RT ticket to TT ticket nr + add a ticket reference for a TEMPORARY HACK note.

Modified:
   trunk/src/global.c

Modified: trunk/src/global.c
==============================================================================
--- trunk/src/global.c	Sat Nov  7 14:08:56 2009	(r42328)
+++ trunk/src/global.c	Sat Nov  7 14:19:08 2009	(r42329)
@@ -619,7 +619,7 @@
 
     Parrot_store_global_n(interp, ns, globalname, val);
 
-    /* RT #46169 - method cache invalidation should be a namespace function */
+    /* TT #1225 - method cache invalidation should be a namespace function */
     Parrot_invalidate_method_cache(interp, str_key);
 }
 
@@ -817,7 +817,8 @@
 
         Parrot_store_global_n(interp, ns, ns_entry_name, sub_pmc);
 
-        /* TEMPORARY HACK - cache invalidation should be a namespace function */
+        /* TT#1224: 
+           TEMPORARY HACK - cache invalidation should be a namespace function */
         if (!PMC_IS_NULL(nsname)) {
             STRING * const nsname_s = VTABLE_get_string(interp, nsname);
             Parrot_invalidate_method_cache(interp, nsname_s);


More information about the parrot-commits mailing list