Skip to content

Bugfix/jmespath operator in let evaluation expression - #744

Merged
danielaparker merged 5 commits into
danielaparker:masterfrom
BartelNieuwenhuyse:bugfix/jmespath_operator-in-let-evaluation-expression
Sep 22, 2026
Merged

danielaparker merged 5 commits into
danielaparker:masterfrom
BartelNieuwenhuyse:bugfix/jmespath_operator-in-let-evaluation-expression

Conversation

@BartelNieuwenhuyse

Copy link
Copy Markdown

Issue #740 :

The following expression:

let $f = foo, $b = bar in $f || $b

gives an unknown variable error on evaluation of $b.

Bartel Van Nieuwenhuyse added 5 commits September 15, 2026 16:13
…ad. Revert back to the 'copy variables on construction', but remove the context creation except when variables are add and should be removed when they go out of scope
… that 'in' does not consume more than the variable bindings as its left hand side
@danielaparker
danielaparker merged commit d06a886 into danielaparker:master Sep 22, 2026
28 of 35 checks passed
@danielaparker

Copy link
Copy Markdown
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants