| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 5 | -26/+52 |
| | | |||||
| * | tests: capture and assert process.spawn() arguments | William Boman | 2022-04-18 | 1 | -0/+17 |
| | | |||||
| * | fix(spawn): recursively parse arglist (#610) | William Boman | 2022-04-18 | 1 | -0/+1 |
| | | |||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 2 | -7/+57 |
| | | | | | | | | | | * 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?). | ||||
| * | feat(async): add a.wait_all (#596) | William Boman | 2022-04-13 | 1 | -4/+29 |
| | | |||||
| * | feat(fetch): add ability to download file instead of writing to stdout | William Boman | 2022-04-12 | 1 | -0/+30 |
| | | |||||
| * | more async refactor (#587) | William Boman | 2022-04-11 | 1 | -0/+49 |
| | | |||||
| * | fix(spawn): fix Failure.tostring when unable to retrieve uv_handle | William Boman | 2022-04-11 | 1 | -0/+31 |
| | | |||||
| * | make install context available via coroutine context (#586) | William Boman | 2022-04-11 | 11 | -34/+73 |
| | | |||||
| * | fix(r_language_server): run install script via stdin (#578) | William Boman | 2022-04-06 | 1 | -0/+37 |
| | | | | Fixes #568. | ||||
| * | fix(pip3): always use normalized "python" executable with venv-enhanced path ↵ | William Boman | 2022-04-06 | 1 | -6/+8 |
| | | | | | (#577) | ||||
| * | switch majority of installers to async implementation (#574) | William Boman | 2022-04-06 | 2 | -0/+111 |
| | | |||||
| * | add async managers (#536) | William Boman | 2022-03-26 | 13 | -3/+1704 |
| | | |||||
| * | feat(async): allow for a.promisify to reject (#557) | William Boman | 2022-03-23 | 1 | -0/+12 |
| | | |||||
| * | run server installation in async execution context (#525) | William Boman | 2022-03-06 | 3 | -0/+135 |
| | | |||||
| * | async: raise errors instead of returning pcall-style (#521) | William Boman | 2022-03-05 | 2 | -7/+41 |
| | | |||||
| * | fix(async): pcall callback-style functions to catch errors (#515) | William Boman | 2022-03-02 | 1 | -1/+13 |
| | | |||||
| * | feat: add async module (#499) | William Boman | 2022-02-21 | 2 | -54/+113 |
| | | |||||
| * | tests: add process_spec.lua (#419) | William Boman | 2022-01-12 | 1 | -0/+136 |
| | | |||||
| * | feat(ui): display outdated servers (#395) | William Boman | 2022-01-06 | 1 | -0/+10 |
