semantic
semantic copied to clipboard
Scope graphing Core terms doesn’t handle `rec` nodes correctly
A conversation in a Slack:
robrix: the problem is that the scope graph analysis evals the body eagerly robrix: but the variable isn’t initialized until analyzing the function has completed
This means that jq
queries don’t work over any rec
construct that uses its binding recursively.