fendor
fendor
Not yet, I am still looking into it!
It looks like this only fails with GHC 9.12, but not with ghc 9.10.
I think I've fixed this in #4749:
Yes, the documentation is outdated :/
cc @VeryMilkyJoe
I think so, if you want to pick it up, try to reproduce it! Feel free to give us a shout if you get stuck or need a pointer.
Hi! Thanks for the bug report! You may be running into "lazy" component loading. By default (and always when using stack) HLS loads only components into the IDE if you...
Thank you for the bug report! Perhaps this is the same issue as https://github.com/haskell/haskell-language-server/issues/4674? I don't think we know yet why this is happening.
Thanks for pointing this out! I think the initial link is generated by HLS, so this repo sounds like the right location.
Hi, thank you for the bug report! The same issue exists in hie: https://github.com/haskell/haskell-ide-engine/issues/1500 And the upstream issue is in hie-bios: https://github.com/mpickering/hie-bios/issues/125 Work-around: make tasty-discover available in your path.