haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.61k stars 351 forks source link

FindImports: ThisPkg means some home unit, not "this" unit #4284

Closed wz1000 closed 2 weeks ago

wz1000 commented 2 weeks ago

This bug prevents package imports from working within a multi unit session.

michaelpj commented 2 weeks ago

What happened before? A crash?

wz1000 commented 2 weeks ago

It just wasn't able to resolve those imports, because it tried to look from them in the current unit instead of some home unit.

michaelpj commented 2 weeks ago

I guess I mean did the test fail before this? but I assume so