| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mason.nvim | William Boman | 2022-07-07 | 1 | -224/+0 |
| | | |||||
| * | refactor(async): log errors that occur inside a.scope blocks (#735) | William Boman | 2022-05-30 | 1 | -1/+5 |
| | | | | These are otherwise completely silenced. | ||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 1 | -3/+8 |
| | | |||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 1 | -14/+16 |
| | | | | | | | | | | * 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 Boman | 2022-04-13 | 1 | -5/+76 |
| | | |||||
| * | make install context available via coroutine context (#586) | William Boman | 2022-04-11 | 1 | -1/+5 |
| | | |||||
| * | add async managers (#536) | William Boman | 2022-03-26 | 1 | -2/+2 |
| | | |||||
| * | feat(async): allow for a.promisify to reject (#557) | William Boman | 2022-03-23 | 1 | -2/+14 |
| | | |||||
| * | run server installation in async execution context (#525) | William Boman | 2022-03-06 | 1 | -0/+4 |
| | | |||||
| * | fix(async): set error() level to 2 | William Boman | 2022-03-06 | 1 | -2/+2 |
| | | |||||
| * | async: raise errors instead of returning pcall-style (#521) | William Boman | 2022-03-05 | 1 | -2/+6 |
| | | |||||
| * | fix(async): pcall callback-style functions to catch errors (#515) | William Boman | 2022-03-02 | 1 | -8/+19 |
| | | |||||
| * | feat: add async module (#499) | William Boman | 2022-02-21 | 1 | -0/+107 |
