-
-
Notifications
You must be signed in to change notification settings - Fork 388
none-cradle is not respected by HLS #2692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you very much. :) |
That being said I'm not certain if this helps with the fact that HLS quits with exit code 1 after processing those files? The documentation on hie-bios says
Which is not what I'm seeing from the HLS logs. |
I'll take this one |
I think that we are a bit confused on the semantics of |
@pepeiborra ah, that would be a nice behaviour to document :) |
I get the same result when running without the |
It doesn't make sense to have the program fail when the user has explicitly told |
I'm unsure if there is actually still anything to do here, please reopen if you think there is. |
Your environment
Which OS do you use: Fedora 34
HLS version: haskell-language-server version: 1.6.1.1 (GHC: 8.10.7)
Which LSP client (editor/plugin) do you use: Neovim's LSP client
Describe your project: https://github.com/tchoutri/pg-entity
Steps to reproduce
run
haskell-language-server-wrapper --debug
in the project with the followinghie.yaml
Expected behaviour
HLS ignores the files located in
./example
Actual behaviour
HLS tries to process the files in
./example
and fails. Meanwhile,hie-bios
has no trouble determining that these files have no cradle:Include debug information
The text was updated successfully, but these errors were encountered: