aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/src/watcher.rs
Commit message (Collapse)AuthorAgeFilesLines
* do not emit create for directory againBernardo2019-01-261-2/+2
|
* refactor, put watcher with `io::Worker`Bernardo2019-01-261-80/+40
| | | | | use `RootFilter` to filter recursive watches untested
* ignore check event dir for ignore, cleanup testsBernardo2019-01-261-14/+47
|
* actually drop watcher, use parking_lot::MutexBernardo2019-01-261-9/+17
|
* handle recursive watching ourselvesBernardo2019-01-261-13/+44
|
* add missing Task::HandleChangeBernardo2019-01-261-7/+7
|
* use notify with fixBernardo2019-01-261-9/+6
|
* reference `notify` issueBernardo2019-01-261-1/+2
|
* handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵Bernardo2019-01-261-52/+33
| | | | contents in `io`
* refator to move all io to io moduleBernardo2019-01-261-18/+44
| | | | | use same channel for scanner and watcher some implementations pending
* complete testBernardo2019-01-261-21/+16
|
* initial Watcher implBernardo2019-01-261-0/+96