![]() Because of how range-over-func is implemented it is difficult to determine the set of visible local variables during expression compilation (i.e. it is difficulto to keep the HasLocal function correct). This commit moves that logic from expression compilation to expression evaluation. Updates #3733 |
||
---|---|---|
.. | ||
evalcompile.go | ||
evalop_test.go | ||
ops.go |