ghciwatch icon indicating copy to clipboard operation
ghciwatch copied to clipboard

Non-terminating "test" actions

Open LightAndLight opened this issue 5 months ago • 1 comments

I'd like to run a non-terminating --test-ghci command (a warp web server).

Currently this doesn't work as expected, because ghciwatch waits for the test action to finish before continuing to process events. I want events to be processed while the test action is running, so that the test action can be killed if a reload/restart event comes in.

LightAndLight avatar Oct 03 '24 20:10 LightAndLight