mirror of
https://github.com/haskell/ghcide.git
synced 2025-01-08 11:07:05 +03:00
4aaba4d3e0
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. |
||
---|---|---|
.. | ||
Arguments.hs | ||
Main.hs |