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 parser is not mangling wildcard vars found in the new args part of the rule head. Since the AST walker calls the visitor on terms, it should be possible to simplify the wildcard mangling visitor and prevent this type of bug from popping up in the future.
The text was updated successfully, but these errors were encountered:
Now that the AST walker can visit terms (as well as values) it's better
to just walk all terms in the statement and mangle them (rather than
relying on speical handling for collections of terms, which is bound to
break over time.)
Fixesopen-policy-agent#480
Now that the AST walker can visit terms (as well as values) it's better
to just walk all terms in the statement and mangle them (rather than
relying on speical handling for collections of terms, which is bound to
break over time.)
Fixes#480
The parser is not mangling wildcard vars found in the new args part of the rule head. Since the AST walker calls the visitor on terms, it should be possible to simplify the wildcard mangling visitor and prevent this type of bug from popping up in the future.
The text was updated successfully, but these errors were encountered: