[svn:parrot] r41576 - trunk/src/pmc
bacek at svn.parrot.org
bacek at svn.parrot.org
Wed Sep 30 13:41:54 UTC 2009
Author: bacek
Date: Wed Sep 30 13:41:54 2009
New Revision: 41576
URL: https://trac.parrot.org/parrot/changeset/41576
Log:
[cage] Replace generic XXX with real ticket numbers. Coke++
Modified:
trunk/src/pmc/hashiteratorkey.pmc
Modified: trunk/src/pmc/hashiteratorkey.pmc
==============================================================================
--- trunk/src/pmc/hashiteratorkey.pmc Wed Sep 30 13:32:19 2009 (r41575)
+++ trunk/src/pmc/hashiteratorkey.pmc Wed Sep 30 13:41:54 2009 (r41576)
@@ -36,7 +36,7 @@
Parrot_HashIteratorKey_attributes *attrs =
PARROT_HASHITERATORKEY(SELF);
- /* XXX Wallpapering problem with NULL attributes */
+ /* TT#1080 & TT#1081 Wallpapering problem with NULL attributes */
if (!attrs->parrot_hash || !attrs->bucket)
return PMCNULL;
@@ -64,7 +64,7 @@
Parrot_HashIteratorKey_attributes *attrs =
PARROT_HASHITERATORKEY(SELF);
- /* XXX Wallpapering problem with NULL attributes */
+ /* TT#1080 & TT#1081 Wallpapering problem with NULL attributes */
if (!attrs->parrot_hash || !attrs->bucket)
return CONST_STRING(INTERP, "");
More information about the parrot-commits
mailing list