ghcide/exe
Moritz Kiefer 4aaba4d3e0
Make debouncer configurable (#409)
We have been experiencing a few flaky tests in DAML caused by our CLI
compiler losing diagnostics. The reason for that is the debouncer
which meant that messages got delayed and not send before the process
exited.

This PR makes the debouncer abstract and adds a noopDebouncer which
doesn’t do any debouncing. This is also what we use in the terminal
ghcide test thingy.
2020-02-06 20:57:55 +01:00
..
Arguments.hs Add a new flag --shake-profiling DIR (#307) 2020-01-06 19:56:40 +01:00
Main.hs Make debouncer configurable (#409) 2020-02-06 20:57:55 +01:00