rust/crates/vfs/src
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
..
file_set
vfs_path
anchored_path.rs Document vfs public items 2021-01-12 18:01:36 +01:00
file_set.rs Document vfs private items 2021-01-12 18:01:47 +01:00
lib.rs Document vfs private items 2021-01-12 18:01:47 +01:00
loader.rs Fix slow tests sometimes failing 2021-02-12 16:31:16 +01:00
path_interner.rs Document vfs private items 2021-01-12 18:01:47 +01:00
vfs_path.rs Document vfs private items 2021-01-12 18:01:47 +01:00