aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/async_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-198/+0
| | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module
* test(async): fix flaky testWilliam Boman2022-07-071-3/+2
| | | | No idea what it was asserting before tbh.
* mason.nvimWilliam Boman2022-07-071-2/+29
|
* fix(test): increase grace period in flaky testWilliam Boman2022-05-191-1/+1
|
* chore: further decouple module structure (#685)William Boman2022-05-111-0/+172
|
* run server installation in async execution context (#525)William Boman2022-03-061-96/+0
|
* async: raise errors instead of returning pcall-style (#521)William Boman2022-03-051-6/+40
|
* fix(async): pcall callback-style functions to catch errors (#515)William Boman2022-03-021-1/+13
|
* feat: add async module (#499)William Boman2022-02-211-0/+50