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
Issue #835 is supposed to test that the pretty printer can correctly parenthesize type expressions like SignedCmp (Float 5 11). Test issue835.icry (created in e48e9f8) tested this by trying to evaluate an expression that causes a type error; the error message said that SignedCmp (Float 5 11) was an unsolvable constraint.
However, since bfad11b, the error message is changed and no longer requires parentheses. We should either update the regression test so that it tests the type pretty printer, or remove it.
The text was updated successfully, but these errors were encountered:
Issue #835 is supposed to test that the pretty printer can correctly parenthesize type expressions like
SignedCmp (Float 5 11)
. Testissue835.icry
(created in e48e9f8) tested this by trying to evaluate an expression that causes a type error; the error message said thatSignedCmp (Float 5 11)
was an unsolvable constraint.However, since bfad11b, the error message is changed and no longer requires parentheses. We should either update the regression test so that it tests the type pretty printer, or remove it.
The text was updated successfully, but these errors were encountered: