mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
aee2bd9246
Rather than causing a panic calls in function declaration args will now just raise a parse error. In the future we could potentially support them but we would need to sort out some additional details/ambiguity around behavior. Its unclear that any users need this behavior so for now we'll just correct the panic. Fixes: #2081 Signed-off-by: Patrick East <east.patrick@gmail.com>