Some unnecessary recompilations of boot modules #1174
Labels
component: ghcide
status: needs info
Not actionable, because there's missing information
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
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-6989586621680922934The text was updated successfully, but these errors were encountered: