ghcid icon indicating copy to clipboard operation
ghcid copied to clipboard

quickfix file fails to generate if stack exists unexpectedly

Open xave opened this issue 3 years ago • 1 comments

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.

xave avatar Nov 02 '22 22:11 xave

Are you expecting a blank quickfix file in that case?

ndmitchell avatar Nov 06 '22 12:11 ndmitchell