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
Looking at failing ASTConverterTest.test108, it looks like we should run an extra processing step that analyzes trees of InfixExpression to flatten them into a single InfixExpression with extendedOperands when the same operator is used.
The text was updated successfully, but these errors were encountered:
Looking at failing
ASTConverterTest.test108
, it looks like we should run an extra processing step that analyzes trees of InfixExpression to flatten them into a single InfixExpression withextendedOperands
when the same operator is used.The text was updated successfully, but these errors were encountered: