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
Normally, when operating on a $ref/$rep statement, $ref/$rep arcs should not be followed, to make sure the exact target statement is created/deleted.
But maybe $ref/$rep statements higher up in the tree should still be processed?
=!:uuid:1111[$msg]*!:uuid:1234/$do/(=!:uuid:1111/=!:uuid:1111)$do =!:uuid:1111[$msg]*!:uuid:1234/$is()/(=!:uuid:1111) =!:uuid:1111[$msg]*!:uuid:1234<$secret><$token>/&/"alice" (=!:uuid:1111[$msg]*!:uuid:1234$do/$set)(=!:uuid:1111)#profile<#phone>/$rep/(=!:uuid:1111)<#verified><#phone>
In this case, even though we are creating a $rep statement, the following $ref statement should perhaps still be followed:
(=!:uuid:1111)/$ref/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Normally, when operating on a $ref/$rep statement, $ref/$rep arcs should not be followed, to make sure the exact target statement is created/deleted.
But maybe $ref/$rep statements higher up in the tree should still be processed?
In this case, even though we are creating a $rep statement, the following $ref statement should perhaps still be followed:
The text was updated successfully, but these errors were encountered: