From c5e67861c96185d91b6bf4710b2fcd3eb63817dc Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 6 Dec 2017 14:37:14 -0500 Subject: [PATCH] depgen: Do not perform dependency generation within templates This makes me slightly uncomfortable because I haven't researched why exactly this was not a problem before. We encountered this issue using an inline template iterating over the symbol table yielding a `c:value-of', which is admittedly something that we haven't done before. Hopefully it's an isolated case. I diffed the offending object file and the entire linked tax calculator and they were bit-for-bit identical, so we're probably good. * src/current/include/depgen.xsl (preproc:depgen): Do not perform dependency generation within templates. --- src/current/include/depgen.xsl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/current/include/depgen.xsl b/src/current/include/depgen.xsl index ab8f30e3..751c1a78 100644 --- a/src/current/include/depgen.xsl +++ b/src/current/include/depgen.xsl @@ -357,6 +357,11 @@ + + + +