streamingProcess: exec: invalid argument (Bad file descriptor)
when examining ghc source code
#335
Unanswered
k355l3r-5yndr0m3
asked this question in
Q&A
Replies: 1 comment
-
Hey 👋 Moving this to Discussions, as this is not a haskell-tools bug. It's an error message shown by haskell-language server.
A note for future reference: I use this plugin almost daily, and do not observe this behaviour, so "default config" is not very helpful for me to reproduce issues. Please see the troubleshooting section in the readme. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Neovim version (nvim -v)
v0.9.5
Operating system/version
Archlinux
Output of :checkhealth haskell-tools
How to reproduce the issue
default config
Expected behaviour
auto complete, linting
Actual behaviour
ghc/compiler/hadrian/hie-bios: streamingProcess: exec: invalid argument (Bad file descriptor)
is shown in the diagnostic. Cannot auto complete, or linting.it is noted that ghc/compiler/hadrain/hie-bios does not exist.
using hls through nvim-lspconfig work.
Log files
No response
The minimal config used to reproduce this issue.
Beta Was this translation helpful? Give feedback.
All reactions