Commit 03e688e
authored
Revert to notify v4 (#8367)
This reverts #8114 which upgraded
to `notify` (a file watching crate used by the `watch` command) v5.
`notify` v5 has several breaking changes and it's much harder to use. It
no longer includes debouncing of file system events, which I think is
essential functionality for `watch`. @WindSoilder was going to try
writing our own debouncing functionality but I don't think he had time
to finish it.
@WindSoilder Is it OK if we revert this for the 0.77 release (March 14)?
We can try again for 0.781 parent 7e94959 commit 03e688e
3 files changed
Lines changed: 298 additions & 147 deletions
0 commit comments