Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix slow tests sometimes failing | Florian Diebold | 2021-02-12 | 1 | -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 trees | Daniel Fox Franke | 2020-10-15 | 1 | -8/+9 |
| | | | | Fixes #3691 | ||||
* | Simplify exclusion logic | Aleksey Kladov | 2020-07-18 | 2 | -99/+47 |
| | |||||
* | Don't spawn notify unnecessary | Aleksey Kladov | 2020-07-10 | 2 | -6/+7 |
| | |||||
* | better language | Aleksey Kladov | 2020-07-08 | 1 | -2/+2 |
| | |||||
* | Simplify file watcher | Aleksey Kladov | 2020-07-06 | 1 | -29/+14 |
| | |||||
* | Naming | Aleksey Kladov | 2020-06-28 | 1 | -4/+4 |
| | |||||
* | Refactor main_loop | Aleksey Kladov | 2020-06-25 | 1 | -7/+6 |
| | |||||
* | Canonicalize actor API | Aleksey Kladov | 2020-06-25 | 1 | -2/+2 |
| | |||||
* | Unify style | Aleksey Kladov | 2020-06-25 | 1 | -13/+13 |
| | |||||
*-. | Merge #5035 #5037 | bors[bot] | 2020-06-24 | 1 | -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 to | Aleksey Kladov | 2020-06-24 | 1 | -1/+1 |
| |/ |/| | |||||
| * | Less error-prone naming | Aleksey Kladov | 2020-06-24 | 1 | -6/+3 |
|/ | |||||
* | Cleanup project.json deserialization | Aleksey Kladov | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | New VFS | Aleksey Kladov | 2020-06-23 | 2 | -0/+290 |