disable istranslatable memoization
authorintrigeri <intrigeri@boum.org>
Sun, 2 Nov 2008 15:44:42 +0000 (16:44 +0100)
committerintrigeri <intrigeri@boum.org>
Sun, 2 Nov 2008 15:44:42 +0000 (16:44 +0100)
It makes some test cases cry once every two tries; this may be related to the
artificial way the testsuite is run, or not. In the meantime, stop memoizing
this function.

Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/po.pm

index f535ebd397d73b23042b522e1aa8cd2b8178e31c..a1f7476a303e2a9637814e6373d8eff123001f8a 100644 (file)
@@ -18,7 +18,9 @@ use Memoize;
 
 my %translations;
 our %filtered;
-memoize("istranslatable");
+## 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");