You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for rules/functions that only has value assignment for `else` but not "primary" head
Fixes: open-policy-agent#6364
Signed-off-by: Johan Fylling <[email protected]>
for rules/functions that only has value assignment for `else` but not "primary" head
Fixes: open-policy-agent#6364
Signed-off-by: Johan Fylling <[email protected]>
for rules/functions that only has value assignment for `else` but not "primary" head
Fixes: open-policy-agent#6364
Signed-off-by: Johan Fylling <[email protected]>
for rules/functions that only has value assignment for `else` but not "primary" head, when `rego.v1` is imported.
Fixes: #6364
Signed-off-by: Johan Fylling <[email protected]>
This policy parses as expected, but chaging the
import future.keywords.if
toimport rego.v1
and re-evaluating renders:(line 9 is
} else := false
)I don't think this is expected. If it is, it's not clear to me what should be changed.
Playground
The text was updated successfully, but these errors were encountered: