| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mason.nvim | William Boman | 2022-07-07 | 1 | -87/+0 |
| | | |||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 1 | -8/+8 |
| | | |||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 1 | -0/+4 |
| | | | | | | | | | | * 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?). | ||||
| * | 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 |
| | | |||||
| * | switch majority of installers to async implementation (#574) | William Boman | 2022-04-06 | 1 | -0/+65 |
