Skip to content
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

quickfix file fails to generate if stack exists unexpectedly #368

Open
xave opened this issue Nov 2, 2022 · 1 comment
Open

quickfix file fails to generate if stack exists unexpectedly #368

xave opened this issue Nov 2, 2022 · 1 comment

Comments

@xave
Copy link

xave commented Nov 2, 2022

Running a command such as ghcid -o quickfix --command="stack build --test --pedantic --fast --ghc-options='-DDEVELOPMENT -fobject-code -j +RTS -A64m -n2m -RTS'" fails to generate a quickfix file if stack exists with:

Command "stack build --test --pedantic --fast --ghc-options='-DDEVELOPMENT -fobject-code -j +RTS -A64m -n2m -RTS'" 

exited unexpectedly with error message:     Process exited with code: ExitFailure 1

*Current behavior*
On failure, no quickfix file is generated at all. 

*Expected behavior*
The quickfix file would be generated even if the process is interrupted.
@ndmitchell
Copy link
Owner

Are you expecting a blank quickfix file in that case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants