aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/installer_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-100/+0
| | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module
* style: more styluaWilliam Boman2022-07-071-4/+3
|
* mason.nvimWilliam Boman2022-07-071-71/+36
|
* chore: further decouple module structure (#685)William Boman2022-05-111-15/+15
|
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-161-0/+44
| | | | | | | | | * 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?).
* make install context available via coroutine context (#586)William Boman2022-04-111-2/+6
|
* switch majority of installers to async implementation (#574)William Boman2022-04-061-0/+88