semantic icon indicating copy to clipboard operation
semantic copied to clipboard

Scope graphing Core terms doesn’t handle `rec` nodes correctly

Open patrickt opened this issue 5 years ago • 1 comments

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.

patrickt avatar Oct 23 '19 21:10 patrickt