summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-24 10:57:40 +0300
committerPaul Buetow <paul@buetow.org>2026-05-24 10:57:40 +0300
commit065dd252af1d2f1c70f8929058ea364481ab0658 (patch)
treeb7265b53152e5a4b4393e454fffda581352a74e5 /docs
parent2664151ece7c9f0d3617c6c7873918cb920e2211 (diff)
fix: replace fragile string matching in ResultStack with registry check
ResultStack used strings.Contains(err.Error(), "unknown token") to decide whether to fall through to variable lookup. This is fragile and breaks if error messages change. Use the same pattern as handleOperator: check IsStandardOperator/IsHyperOperator directly.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions