From: intrigeri Date: Sun, 2 Nov 2008 15:44:42 +0000 (+0100) Subject: disable istranslatable memoization X-Git-Tag: 3.15~408^2~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fafa98ea96c0e28818ffcf47b7202c4130615c68;p=ikiwiki.git disable istranslatable memoization 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 --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index f535ebd39..a1f7476a3 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -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");