rust/crates/vfs-notify
Florian Diebold a7387cae2c Fix slow tests sometimes failing
In some situations we reloaded the workspace in the tests after having reported
to be ready. There's two fixes here:
1. Add a version to the VFS config and include that version in progress reports,
so that we don't think we're done prematurely;
2. Delay status transitions until after changes are applied. Otherwise the last
change during loading can potentially trigger a workspace reload, if it contains
interesting changes.
2021-02-12 16:31:16 +01:00
..
src Fix slow tests sometimes failing 2021-02-12 16:31:16 +01:00
Cargo.toml Bump crossbeam-channel in crates 2020-10-13 16:57:01 +03:00