-
Notifications
You must be signed in to change notification settings - Fork 263
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
auto-update-0.2.5
- a warning
#1019
Comments
If this is really true that auto-update-0.2.5 requires the threaded runtime to function properly, this would be a big breaking change since lot of test suites indirectly depend on auto-update that just use the default (non-threaded) runtime. |
@kazu-yamamoto, @khibino Maybe rethink #1018? |
Very unfortunate that And that it forces @kazu-yamamoto Would it be an idea to:
|
With the update to
0.2.5
we've seen some errors likeduring stackage test-suite execution - however not directly on the
auto-update
tests, but on dependent projects likehttp-reverse-proxy
- unfortunately we lack a clear reproduction, for now we've noticed the problem only on the stackage server (also only in complete build cycles, running tests of a single package succeed) - also I failed to reproduce things like that on my local machine. But at least the problems occur consistent and on lts and nightly, so with ghc-9.8.4 and ghc-9.10.1. Also I believe that this might be the root cause for other problems that start to occur the same time like:For now we "resolved" the problem by expecting all affected test-suites to fail (commercialhaskell/stackage@ef39034).
Sorry that we couldn't provide a clearer picture of the problem.
The text was updated successfully, but these errors were encountered: