| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(async): also check async context termination immediately after suspending | William Boman | 2025-02-19 | 2 | -2/+5 |
| | | |||||
| * | refactor: standardize constructors and improve inheritance construction | William Boman | 2025-02-19 | 2 | -24/+46 |
| | | |||||
| * | chore(async): add Channel (#1456) | William Boman | 2023-08-17 | 1 | -2/+60 |
| | | |||||
| * | fix(async): always check channel state (#1351) | William Boman | 2023-06-13 | 1 | -6/+7 |
| | | |||||
| * | refactor(async): increase wait time (#1192) | William Boman | 2023-04-08 | 1 | -6/+3 |
| | | | | Still somewhat arbitrary, but high enough to not cause issues such as timing out CI jobs. | ||||
| * | test(async): add tests for control mechanisms (#1176) | William Boman | 2023-04-03 | 1 | -0/+1 |
| | | |||||
| * | refactor: only schedule in a.scheduler() when in fast event (#1170) | William Boman | 2023-04-02 | 1 | -1/+3 |
| | | | | Explicitly schedule via `a.wait(vim.schedule)` instead. | ||||
| * | fix(registry): use oneshot channel for updating registry (#1168) | William Boman | 2023-04-02 | 2 | -47/+45 |
| | | |||||
| * | fix(async): early return if no suspend functions (#1165) | William Boman | 2023-04-01 | 1 | -0/+3 |
| | | |||||
| * | feat: add registry.refresh() method (#1096) | William Boman | 2023-03-14 | 1 | -1/+2 |
| | | |||||
| * | refactor: interact with libuv pipes in async context (#808) | William Boman | 2022-12-26 | 1 | -0/+3 |
| | | | | Also now properly close pipes (shutdown -> close). | ||||
| * | refactor(async): error with stack level 0 (#801) | William Boman | 2022-12-26 | 1 | -2/+4 |
| | | |||||
| * | refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵ | William Boman | 2022-08-15 | 1 | -3/+3 |
| | | | | | (#296) | ||||
| * | chore: change emmylua annotation syntax from @ to : for comments (#73) | William Boman | 2022-07-14 | 1 | -1/+1 |
| | | |||||
| * | fix(async): increase vim.wait time (#55) | William Boman | 2022-07-11 | 1 | -3/+5 |
| | | | | | | This number is completely arbitrary - the previous value was chosen at random. Increasing it now to support long-running, blocking, installations. | ||||
| * | refactor: add mason-schemas and mason-core modules (#29) | William Boman | 2022-07-08 | 3 | -0/+369 |
| * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module | |||||
