-
-
Notifications
You must be signed in to change notification settings - Fork 389
Wrong could not execute: tasty-discover
(revisit after haskell/hie-bios#187)
#176
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
Hi, thank you for the bug report! Work-around: make tasty-discover available in your path. |
I just tested by adding Let's use this issue to document this limitation, as well as link to upstream issue in I'll try to propose a PR some time this week |
I have opened #177 to document this limitation. Should we keep this issue open to track the original issue? |
Yeah, I think that is good idea. |
* Allow to emit warnings in preprocessor * preprocessor result type IdePreprocessedSource
Happen to know the response. Back in the day (but most probably before this report), in Notice
When tool is in P.S. |
& #1159 also was merged |
the original reporter mentioned stack, so not sure if it is specific to cabal |
Know that workaround, used to use it. Stack configuration depends on Cabal configuration. Stack to work needs to respect Cabal descriptions (for example, as #1159 implies the support of the directive is supported by HLS, that is why thought to close the report. The current So then, yes - it still needs to be open. |
could not execute: tasty-discover
could not execute: tasty-discover
(revisit after haskell/hie-bios#187)
Thanks for bouncing me on this. |
Tentatively closing since I haven't seen recent complaints about this |
That issue is still open, we haven't fixed it in hie-bios. There currently is no plan to fix it, mainly because the issue feels minor, but I would keep the issue open. |
When using a preprocessor (
tasty-discover
) for our tests, we get a wrong error from HLS, while compilation is fine.See minimal repo to reproduce the issue: https://github.com/Sir4ur0n/hls-bug-preprocessor
stack test
works finehaskell-language-server
returns an error:While we might tell
hie.yaml
to ignore (cradlenone
) theSpec.hs
file in particular, I don't see a reason why this even fails. HLS should support such files.Thank you!
The text was updated successfully, but these errors were encountered: