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
Bug description Scope permissions are lost when a scope is used in a non-linear pattern.
Steps to reproduce the behavior
Open the following test:
resolve {s1 s2} new s1, prgmOk(s1) == s2 signature relations rel: rules prgmOk: scope -> scope prgmOk(s) = s :- !rel[] in s.
Observed behavior There is an permission error on prgmOk(s1) == s2.
prgmOk(s1) == s2
Expected behavior No error, because s1 is owned.
s1
Additional context
Perhaps introduced by e67871d
The text was updated successfully, but these errors were encountered:
AZWN
No branches or pull requests
Bug description
Scope permissions are lost when a scope is used in a non-linear pattern.
Steps to reproduce the behavior
Open the following test:
Observed behavior
There is an permission error on
prgmOk(s1) == s2
.Expected behavior
No error, because
s1
is owned.Additional context
Perhaps introduced by e67871d
The text was updated successfully, but these errors were encountered: