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
The partial doc shorthand improvement (#425) caused the REPL to interpret some refs to input docs as rule definitions when they should not be. For example:
OPA 0.5.6-dev (commit 4a4af6b, built at 2017-08-29T17:50:50Z)
Run 'help' to see a list of commands.
> input.p
> input
[
"p"
]
> unset input
> input.p = 1
> show
package repl
input["p"] = 1
version = {
"Version": "0.5.6-dev",
"BuildCommit": "4a4af6b",
"BuildTimestamp": "2017-08-29T17:50:50Z",
"BuildHostname": "testing-gce-a89e468d-2e98-487a-8a82-deea63e462ab",
}
The text was updated successfully, but these errors were encountered:
These changes refactor the parser extensions that convert bodies into
rules if they can interpreted as such. The cases that can be converted
are clearer now and the test coverage is improved.
Fixesopen-policy-agent#433
These changes refactor the parser extensions that convert bodies into
rules if they can interpreted as such. The cases that can be converted
are clearer now and the test coverage is improved.
Fixes#433
The partial doc shorthand improvement (#425) caused the REPL to interpret some refs to input docs as rule definitions when they should not be. For example:
The text was updated successfully, but these errors were encountered: