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
This is just a minor bug, it looks like the REPL is not rendering the rule name correctly.
(main)torin:~/go/src/github.com/styrainc/concourse-defs$ opa run
OPA 1.1.0-dev (commit 4782cc5721d37d807e60cbedc1a7cc201257eba9, built at 2025-01-21T13:49:47Z)
Run 'help' to see a list of commands and check for updates.
> a.b.c.d if { input.foo }
Rule '' defined in package repl. Type 'show' to see rules.
Specifically in the message that the REPL prints:
Rule '' defined in package repl. Type 'show' to see rules.
^^
The text was updated successfully, but these errors were encountered:
Also found a place in the inspect command code with the same
issue, so fixed it there too.
Fixesopen-policy-agent#7301
Signed-off-by: Anders Eknert <[email protected]>
Also found a place in the inspect command code with the same
issue, so fixed it there too.
Fixesopen-policy-agent#7301
Signed-off-by: Anders Eknert <[email protected]>
This is just a minor bug, it looks like the REPL is not rendering the rule name correctly.
Specifically in the message that the REPL prints:
The text was updated successfully, but these errors were encountered: