Closed
Description
The REPL will panic if the result of partial evaluation contains an empty query. This can be reproduced by simply enabling partial evaluation and then evaluating a trivial query like true
.
> unknown input
> true
The problem is that the ast.Body location getter assumes that bodies are non-empty.
Metadata
Assignees
Labels
No labels
Activity