-
Notifications
You must be signed in to change notification settings - Fork 47
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
Better get directory contents #17
Better get directory contents #17
Conversation
90b8fc8
to
0522483
Compare
We should really get this to run all of the tests in the tests directory instead.
0522483
to
81be17f
Compare
@hvr Looks like the 7.4 builds are failing for other reasons, and therefore shouldn't prevent this being merged. Are you opposed to me removing 7.4 from the Travis config so we stop getting false negatives? |
Well, you'd also have to update the lower bound on However, I haven't looked at the code, but would it be difficult to simply disambiguate the
|
I tried fixing that already and it just reveals another problem. I'll push On Tue, Feb 17, 2015, 2:22 PM Herbert Valerio Riedel <
|
Never mind, it was a bug with the Gold linker, which I worked around for testing. This looks good to merge actually. |
well... you should be able to merge it yourself :-) |
Better get directory contents
Hurrah. I'll move forward on master. Who should be in charge of releasing changes to Hackage? |
...whoever takes responsibility for that particular release... :-) For |
If you don't mind, I think I'll leave the release to your discretion then, you certainly have more experience than I do timing releases with GHC. |
Bug fix: isDrive "" == False
Implements a fix for the stack overflow described in:
https://ghc.haskell.org/trac/ghc/ticket/9266