-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Unhandled exceptions fixed #2504
Conversation
I hope 65fa86c could be the good one. local logs
I've generated a dump of the ghcide process in case it could help to trace the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, let me know if i can help in any way
Do you know why build caching is not working in CI? All the Windows builds are rebuilding the whole cabal database and taking >1h. |
hmm, now the cache is populated in the caching workflow for the master branch. That cache is propagated to all prs. F.e. https://github.com/haskell/haskell-language-server/runs/4571064676
That workflow is configured to not fail in any case, to make available the cache even partially. This pr is using that caching workflow with key (for win+ghc-9.0.1): Those errors could be related with the fact the cache is not working at the beginning of the pr. As the rest of os's but windows are getting built at least once in the pr, the cache is being populated for them. But windows ones are not stored the cache precisely cause they are failing. I was planning such separation which also could allow us use the alpine executable for benchs and tests easily. It will make bench, test and build have a common job which could be extracted: build the executables. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e3cacdf
to
166ef05
Compare
Revert of #2497