]> sipb.mit.edu Git - ikiwiki.git/commitdiff
po plugin: aesthetics
authorintrigeri <intrigeri@boum.org>
Tue, 4 Nov 2008 18:23:58 +0000 (19:23 +0100)
committerintrigeri <intrigeri@boum.org>
Tue, 4 Nov 2008 18:23:58 +0000 (19:23 +0100)
Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/po.pm

index 7795719848e670eb4cc338633b74d057f1e61486..cc8e9b2edd73d0a2ce4f57594d9909ccd1892cac 100644 (file)
@@ -19,11 +19,12 @@ use Memoize;
 my %translations;
 our %filtered;
 
 my %translations;
 our %filtered;
 
-## FIXME: makes some test cases cry once every two tries; this may be
-## related to the artificial way the testsuite is run, or not.
-# memoize("istranslatable");
 memoize("_istranslation");
 memoize("percenttranslated");
 memoize("_istranslation");
 memoize("percenttranslated");
+# FIXME: memoizing istranslatable() makes some test cases fail once every
+# two tries; this may be related to the artificial way the testsuite is
+# run, or not.
+# memoize("istranslatable");
 
 # backup references to subs that will be overriden
 my %origsubs;
 
 # backup references to subs that will be overriden
 my %origsubs;