aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/installer/context/init.lua
Commit message (Expand)AuthorAgeFilesLines
* fix(installer): update cwd after uv_fs_rename() was successful (#2033)HEADmainWilliam Boman2025-11-141-8/+8
* fix(installer): attempt to recover from known fs error while finalizing insta...Sam-Briney2025-11-141-1/+8
* feat(context): add ctx:await()William Boman2025-02-191-0/+6
* refactor: turn StdioSink into a proper classWilliam Boman2025-02-191-2/+2
* feat(context): add ctx:fetch()William Boman2025-02-191-0/+12
* refactor!: change Package APIWilliam Boman2025-02-191-19/+35
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-191-5/+5
* refactor(installer): move initializations to InstallContext constructorWilliam Boman2025-02-191-4/+10
* refactor!: refactor installer internals and add new Package class methods (#1...William Boman2025-02-191-0/+261