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
If refs have intersecting vars, the bindings produced by the index and the
evaluation of the non-indexed term may conflict. In this case, evaluation
should not continue as it means the variable did not unify.
Also, refactored check performed to determine if indexing can be used.
Fixesopen-policy-agent#153
Ran across the following error.
Presumably the problem is that 'index' is used for both an array and a dictionary.
The text was updated successfully, but these errors were encountered: