Jumping to definition in beam-core from beam-sqlite results in errors. #3442
Labels
component: ghcide
multi-component
Issues relating to multi-component support
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Your environment
Which OS do you use?
Gentoo Linux
Which version of GHC do you use and how did you install it?
9.0.2 from Gentoo Linux
How is your project built (alternative: link to the project)?
https://github.com/haskell-beam/beam
Which LSP client (editor/plugin) do you use?
nvim-lspconfig
Which version of HLS do you use and how did you install it?
1.9.0.0 from Gentoo Linux
Have you configured HLS in any way (especially: a
hie.yaml
file)?hie.yaml
Steps to reproduce
IsSql99DataTypeSyntax
in Syntax.hsIsSql99DataTypeSyntax
in beam-coreCtrl+O
IsSql92DdlCommandSyntax
in Syntax.hsIsSql92DdlCommandSyntax
in beam-migrateCtrl+O
Expected behaviour
No error
Actual behaviour
and various other errors.
I can avoid the error by visiting beam-migrate from beam-sqlite before visiting beam-core from beam-sqlite.
If I visited beam-core from beam-sqlite, then the errors can be eliminated by visiting beam-migrate from beam-sqlite.
The text was updated successfully, but these errors were encountered: