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
Please include any other relevant details
The error messages we get out of check-match can often be extremely misleading. Consider the above examples, where tests fail apparently claiming that 'a is not equal to 'a (when the read problem is that 'a is not an integer), and that 'a was expected but 1 was produced (when the real problem is that 1 is not a symbol).
I might take a stab at fixing this later if others can't do it faster than me.
The text was updated successfully, but these errors were encountered:
What version of Racket are you using?
8.7 [cs]
What program did you run?
What should have happened?
The user should be able to debug the test failure from the error message.
If you got an error message, please include it here.
Please include any other relevant details
The error messages we get out of
check-match
can often be extremely misleading. Consider the above examples, where tests fail apparently claiming that'a
is not equal to'a
(when the read problem is that'a
is not an integer), and that'a
was expected but1
was produced (when the real problem is that1
is not a symbol).I might take a stab at fixing this later if others can't do it faster than me.
The text was updated successfully, but these errors were encountered: