-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Update implicit-hie-cradle #2342
Conversation
Idea looks good, I noticed the PR a bit too late and have some comments on: Avi-D-coder/implicit-hie-cradle@edc3420 |
@fendor I addressed your review. Good catch! |
@fendor can you take a look at |
Hm, the test fail looks weird to me:
Not sure what is going on. |
@Avi-D-coder thanks for contributing again here 😄 do you think would be time to mark it as ready for review? |
let's see if this round of tests pass. |
it seems nix config need some tweaks: https://github.com/haskell/haskell-language-server/runs/4243966228?check_suite_focus=true |
hmm not sure if the test fail belongs to the flaky ones:
does it passes locally? |
|
Nix is good now, but that one test keeps failing. I have no idea why. |
@fendor how would you feel about changing it to don't generate a cradle based on .cabal file if cabal version >= 3.4 && ghc >= 9? |
As far as I can tell, no tests of GHC >= 9 have been run yet, only the build jobs. This is probably a somewhat real regression that we ought to look into. I'll try to take a look in the next days. |
The test that fails is interesting. It basically implicitly tests the implicit session setup. |
I'm not aware of any. |
Thanks for the work doing here |
#2398 (comment) |
Fix: Avi-D-coder/implicit-hie#42
@fendor does Avi-D-coder/implicit-hie-cradle@edc3420 look like it solves the problem?
Needs nix flake update before merging.