From 0b5d0eb92c5be2f0ddb2fa73990f31e5654e57fe Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 14 Sep 2026 15:16:55 +0200 Subject: krino: 0.0.5 — keyword cache, t and d in review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/cond/compile.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/cond/compile.go') diff --git a/internal/cond/compile.go b/internal/cond/compile.go index 590d61a..94118ac 100644 --- a/internal/cond/compile.go +++ b/internal/cond/compile.go @@ -266,6 +266,7 @@ func (c *compiler) compileContent(n *sexp.Node) *node { continue } keywords = append(keywords, keyword{norm: normed, src: a.Text}) + c.cond.Keywords = append(c.cond.Keywords, Keyword{Opt: c.opt, Norm: normed}) } if bad { return nil -- cgit v1.3