mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
23351268a2
The REPL output was broken by the recent rewriting changes. In some cases, generated vars were being displayed and in other cases ref values were not being displayed, only true/false was being printed based on whether the ref was defined or not. These changes refactor the REPL to evaluate queries and output their results with less duplication.