aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/tests
Commit message (Collapse)AuthorAgeFilesLines
* dont overwrite memfiesAleksey Kladov2019-01-261-0/+12
|
* use entry file_type, improve testBernardo2019-01-261-7/+11
|
* use `Roots` in watcherBernardo2019-01-261-9/+12
|
* review fixesBernardo2019-01-261-1/+1
|
* better test, avoid duplicated eventsBernardo2019-01-261-11/+12
|
* do not emit create for directory againBernardo2019-01-261-3/+0
|
* ignore check event dir for ignore, cleanup testsBernardo2019-01-261-49/+82
|
* add missing Task::HandleChangeBernardo2019-01-261-11/+12
|
* use notify with fixBernardo2019-01-261-2/+2
|
* handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵Bernardo2019-01-261-21/+14
| | | | contents in `io`
* refator to move all io to io moduleBernardo2019-01-261-11/+11
| | | | | use same channel for scanner and watcher some implementations pending
* complete testBernardo2019-01-261-30/+76
|
* fix the testAleksey Kladov2018-12-201-1/+1
|
* implement vfs events handlingAleksey Kladov2018-12-201-0/+101