We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There might be others, I haven't checked. Just stumbled here:
$ cat slice.rego package s arr := ["foo", "bar", "baz"] x := array.slice(arr, 0, 1) $ opa eval -d slice.rego data.s.x --format=pretty [ "foo" ] $ fregot eval data.s.x slice.rego fregot (renamer error): "slice.rego" (line 4, column 6): unknown function: 4| x := array.slice(arr, 0, 1) ^^^^^^^^^^^^^^^^^^^^^^ Package array is not imported. $
The text was updated successfully, but these errors were encountered:
⏩ #224
Sorry, something went wrong.
No branches or pull requests
There might be others, I haven't checked. Just stumbled here:
The text was updated successfully, but these errors were encountered: