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
We show this in the rules view, which is the literal syntax the user wrote (it comes from a different source than the condtition/match/consequence parsing code):
This is a pretty complex example, because entities is being used in defsub, hence sub-__impl (rewrites the sub with :sub-request/task-list for its first condition) and __impl_split-0 (defines two new rules -- a generated one that inserts, and a rewritten original that has conditions that match on the result of it).
The text was updated successfully, but these errors were encountered:
Somewhat related to #13.
The problems:
entities
macro anddefsub
expand to multiple rules. For a subscription rule this means we show something like the following:Conditions:
Matches:
Consequence:
We show this in the rules view, which is the literal syntax the user wrote (it comes from a different source than the condtition/match/consequence parsing code):
This is a pretty complex example, because
entities
is being used indefsub
, hencesub-__impl
(rewrites the sub with:sub-request/task-list
for its first condition) and__impl_split-0
(defines two new rules -- a generated one that inserts, and a rewritten original that has conditions that match on the result of it).The text was updated successfully, but these errors were encountered: