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
Currently, AND/OR expressions don't return all their results. In general, we need a small refactor so that the ExpressionResult can hold a list of results (or the inverse, Expression.evaluate() could return multiple ExpressionResult objects)
The text was updated successfully, but these errors were encountered:
Currently, AND/OR expressions don't return all their results. In general, we need a small refactor so that the
ExpressionResult
can hold a list of results (or the inverse,Expression.evaluate()
could return multipleExpressionResult
objects)The text was updated successfully, but these errors were encountered: