From 5b256e026858053f97663086ba784daf2e9a282c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 26 Feb 2018 10:13:50 -0500 Subject: [PATCH] symtable: Do not mark symbols with generated yields as generated The problem with this implementation was that, any time a generator had an associated generated @yields (which is common), it wouldn't be included in the summary page. We can address this in the future. It's not necessarily that it was incorrect; it's just how the system made use of it. * src/current/include/preproc/symtable.xsl (preproc:symtable)[lv:rate]: Do not mark @preproc:yields-generated symbols as @preproc:generated. --- src/current/include/preproc/symtable.xsl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/current/include/preproc/symtable.xsl b/src/current/include/preproc/symtable.xsl index d847c2f1..55a4b04d 100644 --- a/src/current/include/preproc/symtable.xsl +++ b/src/current/include/preproc/symtable.xsl @@ -2,7 +2,7 @@