Files
releases/internal
Patrick East c141d08ff8 planner: Correct crash in virtual doc iteration
There was an issue with iterating over virtual docs when planning
an expression that had `with` keywords. The iterator would potentially
be called multiple times, so the "with" values needed to be pushed
and popped accordingly. This essentially copies the pattern used in
the topdown eval flow.

Fixes: #2601
Signed-off-by: Patrick East <east.patrick@gmail.com>
2020-08-24 16:08:04 -04:00
..
2020-07-14 09:49:59 -04:00