mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-03 05:23:25 +03:00
c74e9b51f1
* Fix isWorkspaceFile for relative paths This fixes a performance regression on GetFileExists * Avoid interrupting hie-bios when it's doing its thing I noticed that the GHC hie-bios direct cradle, which uses Hadrian, a Shake build system, was failing to start due to the following problem: 1. ghcide starts evaluating the LoadCradle node 2. The evaluation gets cancelled 3. Immediately after, ghcide starts evaluating LoadCradle again 4. Hadrian fails, since there is still another Hadrian process alive taking its Shake lock * Improve watched files test suite |
||
---|---|---|
.. | ||
Arguments.hs | ||
Main.hs | ||
Rules.hs | ||
RuleTypes.hs |