-
Notifications
You must be signed in to change notification settings - Fork 20
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
Map mode doesn't work anymore #86
Comments
Probably due to my refactoring, I shall investigate. The kind of end-to-end tests (as opposed to unit tests) proposed by #26 would probably have caught that. |
Nope, not due to my refactoring since it works on |
Also works on |
From your error message, I see that you have |
I can reproduce the issue on |
Found it: in 148abd6, I tried to cut a corner in |
I no longer think that the tests in #26 would have caught the issue, because the problem wasn't with end-to-end testing but with a specific prelude contents. Now that we have |
this duplicates code. more refactoring is needed.
Fix pushed to |
Reopening until we also have a test to catch future regressions. Would you like to merge |
Done with 4bddd94 |
I have added a test for this issue, but it's a bit different from the one you came up with. First, I have used
I have verified that without d625793, the test fails because of the ambiguity between |
I'm experiencing a strange bug in the develop branch: the map mode always hang hangs with the error:
that's strange because we have
System.Console.Hawk.Runtime.hs
to avoid this kind of naming problems.What's even more strange is that the tests don't fail with this error and that's unacceptable. We should check why we have this error and why the tests still work.
The text was updated successfully, but these errors were encountered: