-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rackunit handling of exceptions #177
Comments
It looks like changing the function
gets better printfs. It may be that these should be indented, in which case this might be better:
|
Actually, it looks like rackunit is using exceptions that are below So this is a better replacement function:
|
This program:
doesn't say what line the
match
is on, butmatch
, in general, includes that information, as in this example:where it produces something like:
I think it should work to have rackunit simply call the error display handler but maybe there is something else to this?
The text was updated successfully, but these errors were encountered: