| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mason.nvim | William Boman | 2022-07-07 | 2 | -286/+0 |
| | | |||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 2 | -22/+22 |
| | | |||||
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 1 | -0/+42 |
| | | |||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 2 | -0/+19 |
| | | | | | | | | | | * fix(async): only dispatch first failure in a.wait_all * add InstallContext:run_concurrently This is needed due to how multiple coroutine contexts are used in a hierchical structure, and the async coroutine dispatcher loses this hierchical context inside callback functions invoked via FFI (I… assume?). | ||||
| * | more async refactor (#587) | William Boman | 2022-04-11 | 1 | -1/+2 |
| | | |||||
| * | fix(installer): always clean up tmp install dir | William Boman | 2022-04-11 | 1 | -1/+3 |
| | | |||||
| * | make install context available via coroutine context (#586) | William Boman | 2022-04-11 | 1 | -12/+28 |
| | | |||||
| * | fix(r_language_server): run install script via stdin (#578) | William Boman | 2022-04-06 | 1 | -0/+7 |
| | | | | Fixes #568. | ||||
| * | switch majority of installers to async implementation (#574) | William Boman | 2022-04-06 | 2 | -0/+199 |
