Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix slow tests sometimes failing | Florian Diebold | 2021-02-12 | 1 | -2/+6 |
| | | | | | | | | | | 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. | ||||
* | Document vfs private items | Arnaud | 2021-01-12 | 1 | -0/+15 |
| | |||||
* | Document vfs public items | Arnaud | 2021-01-12 | 1 | -0/+65 |
| | |||||
* | Expose package roots more directly | Aleksey Kladov | 2020-07-21 | 1 | -1/+1 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-07-20 | 1 | -9/+5 |
| | |||||
* | Simplify exclusion logic | Aleksey Kladov | 2020-07-18 | 1 | -9/+73 |
| | |||||
* | Less error-prone naming | Aleksey Kladov | 2020-06-24 | 1 | -4/+4 |
| | |||||
* | Cleanup project.json deserialization | Aleksey Kladov | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -10/+12 |
| | |||||
* | New VFS API | Aleksey Kladov | 2020-06-16 | 1 | -0/+69 |