aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/spawn_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-216/+0
| | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module
* mason.nvimWilliam Boman2022-07-071-5/+5
|
* fix(spawn): don't check executable when spawning with custom PATH (#721)William Boman2022-05-261-1/+28
|
* tests(spawn): fix bad test name and add missing caseWilliam Boman2022-05-171-1/+14
|
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-171-1/+13
| | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess.
* chore: further decouple module structure (#685)William Boman2022-05-111-1/+1
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-8/+7
|
* 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(spawn): fix Failure.tostring when unable to retrieve uv_handleWilliam Boman2022-04-111-0/+31
|
* fix(r_language_server): run install script via stdin (#578)William Boman2022-04-061-0/+37
| | | Fixes #568.
* add async managers (#536)William Boman2022-03-261-0/+79