aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs-notify
Commit message (Collapse)AuthorAgeFilesLines
* Fix slow tests sometimes failingFlorian Diebold2021-02-121-2/+8
| | | | | | | | | | 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.
* Follow symlinks when walking project treesDaniel Fox Franke2020-10-151-8/+9
| | | | Fixes #3691
* Bump crossbeam-channel in cratesLaurențiu Nicola2020-10-131-1/+1
|
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
|
* Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-2/+2
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-2/+2
|
* Simplify exclusion logicAleksey Kladov2020-07-183-100/+47
|
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|
* no doctestsAleksey Kladov2020-07-111-0/+3
|
* Don't spawn notify unnecessaryAleksey Kladov2020-07-102-6/+7
|
* better languageAleksey Kladov2020-07-081-2/+2
|
* Simplify file watcherAleksey Kladov2020-07-061-29/+14
|
* NamingAleksey Kladov2020-06-281-4/+4
|
* Refactor main_loopAleksey Kladov2020-06-251-7/+6
|
* Canonicalize actor APIAleksey Kladov2020-06-251-2/+2
|
* Unify styleAleksey Kladov2020-06-251-13/+13
|
*-. Merge #5035 #5037bors[bot]2020-06-241-7/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5035: Less error-prone naming r=matklad a=matklad bors r+ 🤖 5037: Don't watch dirs if not asked to r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| | * Don't watch dirs if not asked toAleksey Kladov2020-06-241-1/+1
| |/ |/|
| * Less error-prone namingAleksey Kladov2020-06-241-6/+3
|/
* Cleanup project.json deserializationAleksey Kladov2020-06-241-1/+1
|
* New VFSAleksey Kladov2020-06-233-0/+307