Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont slow down everyone else's testing (especially the CI's Linux) just for ↵ | Felix S. Klock II | 2019-02-15 | 1 | -1/+1 |
| | | | | | | | | OS X. Namely, the allowance for up to 7 events, and thus requiring anyone with fewer than 7 events to wait for the 3 second timeout, is only relevant to fsevents (i.e. Mac OS X) | ||||
* | Generalize `tests/vfs.rs` processing to address wildly-varying ↵ | Felix S. Klock II | 2019-02-15 | 1 | -9/+67 |
| | | | | time-dependent behavior on Mac OS X. | ||||
* | Merge #830 | bors[bot] | 2019-02-14 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | 830: Fix test_vfs_works failing on Windows due to extra Write events r=pnkfelix a=vipentti On Windows `notify` generates extra `Write` events for folders, which caused `process_tasks` to not handle all tasks generated on Windows. This fixes #827 Co-authored-by: Ville Penttinen <[email protected]> | ||||
| * | Fix test_vfs_works failing on Windows due to extra Write events | Ville Penttinen | 2019-02-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | On Windows `notify` generates extra `Write` events for folders, which caused `process_tasks` to not handle all tasks generated on Windows. This fixes #827 | ||||
* | | automatically wait for worker threads | Aleksey Kladov | 2019-02-14 | 1 | -1/+0 |
|/ | | | | closes #817 | ||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -45/+17 |
| | |||||
* | dont overwrite memfies | Aleksey Kladov | 2019-01-26 | 1 | -0/+12 |
| | |||||
* | use entry file_type, improve test | Bernardo | 2019-01-26 | 1 | -7/+11 |
| | |||||
* | use `Roots` in watcher | Bernardo | 2019-01-26 | 1 | -9/+12 |
| | |||||
* | review fixes | Bernardo | 2019-01-26 | 1 | -1/+1 |
| | |||||
* | better test, avoid duplicated events | Bernardo | 2019-01-26 | 1 | -11/+12 |
| | |||||
* | do not emit create for directory again | Bernardo | 2019-01-26 | 1 | -3/+0 |
| | |||||
* | ignore check event dir for ignore, cleanup tests | Bernardo | 2019-01-26 | 1 | -49/+82 |
| | |||||
* | add missing Task::HandleChange | Bernardo | 2019-01-26 | 1 | -11/+12 |
| | |||||
* | use notify with fix | Bernardo | 2019-01-26 | 1 | -2/+2 |
| | |||||
* | handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵ | Bernardo | 2019-01-26 | 1 | -21/+14 |
| | | | | contents in `io` | ||||
* | refator to move all io to io module | Bernardo | 2019-01-26 | 1 | -11/+11 |
| | | | | | use same channel for scanner and watcher some implementations pending | ||||
* | complete test | Bernardo | 2019-01-26 | 1 | -30/+76 |
| | |||||
* | fix the test | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | implement vfs events handling | Aleksey Kladov | 2018-12-20 | 1 | -0/+101 |