mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-19 06:51:18 -06:00
c7c8e83083
The query compiler was not deep copying queries like the compiler does for modules. As a result, the parsed query in the REPL was being recompiled and the rewritten var mapping was not correct. E.g., rewritten vars were not be displayed properly.