-
Notifications
You must be signed in to change notification settings - Fork 178
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
containers-0.5.6.0 causes GHC testsuite tests to hang #98
Comments
I will investigate tomorrow. Also, I will have 0.5.6.1, which in addition to this will fix some warnings I forgot and renames the BTW, I am seeing several 'redundant imports' warnings on GHC-head, for example for |
I'm pretty sure conditional compilation is the only way. The hangs are a nasty surprise, but I don't know if I'll have a chance to investigate them tonight. |
On the same subject, the |
Why are there tests that only work with optimizations enabled? As for the imports, we should use conditional compilation. |
I have disabled the coercion tests for the time being. They depend on RULES being fired, that it why optimization is needed. |
@hvr I am seeing the problem, my stupid fault which manifests only on base 4.8. That is what I get for not using cabal when testing (as then it does not use MIN_VERSION_base). If you want some laugh, look at I will commit today, after I will perform GHC validation. |
Once fixed can you please make a bugfix release? |
I was counting with that, now that I have the rights :-) |
fyi, I've just added a http://hackage.haskell.org/package/containers-0.5.6.0/revisions/ |
Thanks, useful. |
@hvr I just released |
Because they are intended to test whether map/coerce RULES are working |
@foxik thanks; I updated GHC via ghc/ghc@5444560 yesterday (so today's PPA ghc-head build does already carry |
I just tried updating GHC's container submodule to 0.5.6.0 (b9e4e22) but now a couple of testcases in GHC's testsuite simply hang (and get killed by timeouts)
Here's an excerpt:
and here's the summary
/cc @treeowl and @foxik
The text was updated successfully, but these errors were encountered: