haskell / haskell/haskell-language-server
Some unnecessary recompilations of boot modules
Open
component: ghcide
status: needs info
type: bug
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 12
Description
When using on GHC, 15 boot modules are always recompiled on startup.
I think we are not setting the `HscEnv` properly via ghc session deps.
The recompilation reason is reported as `"missing old home dependency"` which stems from here: https://hackage.haskell.org/package/ghc-8.10.2/docs/src/MkIface.html#local-6989586621680922934
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.