aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-215-26/+52
* tests: capture and assert process.spawn() argumentsWilliam Boman2022-04-181-0/+17
* fix(spawn): recursively parse arglist (#610)William Boman2022-04-181-0/+1
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-162-7/+57
* feat(async): add a.wait_all (#596)William Boman2022-04-131-4/+29
* feat(fetch): add ability to download file instead of writing to stdoutWilliam Boman2022-04-121-0/+30
* more async refactor (#587)William Boman2022-04-111-0/+49
* fix(spawn): fix Failure.tostring when unable to retrieve uv_handleWilliam Boman2022-04-111-0/+31
* make install context available via coroutine context (#586)William Boman2022-04-1111-34/+73
* fix(r_language_server): run install script via stdin (#578)William Boman2022-04-061-0/+37
* fix(pip3): always use normalized "python" executable with venv-enhanced path ...William Boman2022-04-061-6/+8
* switch majority of installers to async implementation (#574)William Boman2022-04-062-0/+111
* add async managers (#536)William Boman2022-03-2613-3/+1704
* feat(async): allow for a.promisify to reject (#557)William Boman2022-03-231-0/+12
* run server installation in async execution context (#525)William Boman2022-03-063-0/+135
* async: raise errors instead of returning pcall-style (#521)William Boman2022-03-052-7/+41
* fix(async): pcall callback-style functions to catch errors (#515)William Boman2022-03-021-1/+13
* feat: add async module (#499)William Boman2022-02-212-54/+113
* tests: add process_spec.lua (#419)William Boman2022-01-121-0/+136
* feat(ui): display outdated servers (#395)William Boman2022-01-061-0/+10