aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-218-44/+206
|
* 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
| | | | | | | | | * 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 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
| | | Fixes #568.
* fix(pip3): always use normalized "python" executable with venv-enhanced path ↵William Boman2022-04-061-6/+8
| | | | (#577)
* switch majority of installers to async implementation (#574)William Boman2022-04-064-65/+140
|
* add async managers (#536)William Boman2022-03-2621-156/+1866
|
* feat(async): allow for a.promisify to reject (#557)William Boman2022-03-231-0/+12
|
* tests/minimal_debug_init.lua: set omnifunc and customize completeoptWilliam Boman2022-03-091-2/+9
|
* run server installation in async execution context (#525)William Boman2022-03-064-0/+181
|
* feat(ui): display installed server version (#520)William Boman2022-03-052-5/+17
|
* 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-215-183/+274
|
* dispatcher: don't include [nvim-lsp-installer] in vim.notify callsWilliam Boman2022-02-201-0/+24
|
* use different path for minimal debug packpathWilliam Boman2022-02-181-2/+2
|
* add server_issue.yml issue template (#486)William Boman2022-02-161-0/+58
| | | shoutout to kylo252
* tests: add process_spec.lua (#419)William Boman2022-01-121-0/+136
|
* add rnix (#408)William Boman2022-01-101-0/+32
|
* feat(ui): display outdated servers (#395)William Boman2022-01-063-0/+48
|
* feat(ui): sort servers alphabetically, also add language hints (#361)William Boman2021-12-253-14/+76
|
* add some tests (#360)William Boman2021-12-259-0/+563