rust/crates/rust-analyzer
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
tests/rust-analyzer Simplify heavy tests 2021-01-28 19:15:49 +03:00
build.rs Fix fmt 2020-06-19 02:25:07 +08:00
Cargo.toml Make always-assert crate reusable 2021-01-26 22:13:42 +03:00