mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-15 21:02:28 -06:00
a03aa70b38
This was causing a panic because the AST helper to convert the expression into a rule was (rightly) assuming the operands would be non-nil. The REPL should just ignore the expression if it's not well-formed. Signed-off-by: Torin Sandall <torinsandall@gmail.com>