aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* chore: remove unnecessary vim.schedule and nvim_err_writelnWilliam Boman2025-02-191-4/+7
* refactor: turn StdioSink into a proper classWilliam Boman2025-02-1913-32/+58
* fix(expr): also interpolate table keysWilliam Boman2025-02-191-0/+13
* refactor!: change Package APIWilliam Boman2025-02-1930-349/+406
* fix(pypi): remove -U flag and fix log messageWilliam Boman2025-02-191-4/+0
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-199-62/+62
* feat(linker): use relative targets for symlinks (#1525)William Boman2025-02-192-35/+20
* feat(path): add relative(from, to)William Boman2025-02-191-0/+51
* refactor(path): use InstallLocation to produce paths, remove static path methodsWilliam Boman2025-02-192-34/+40
* refactor(installer): move initializations to InstallContext constructorWilliam Boman2025-02-192-2/+1
* refactor: add InstallLocation.global()William Boman2025-02-191-12/+12
* chore(compilers): remove default environment from github build compilerWilliam Boman2025-02-192-4/+4
* refactor!: refactor installer internals and add new Package class methods (#1...William Boman2025-02-1951-1561/+1755
* refactor(receipt): change receipt structure and remove old builder APIs (#1521)William Boman2025-02-165-3/+157
* refactor!: consolidate Lua registry sources and the Package API (#1498)William Boman2025-02-165-78/+86
* refactor!: remove old managers (#1497)William Boman2025-02-1614-1922/+5
* fix: avoid calling vim.fn in fast event (#1878)William Boman2025-02-151-0/+24
* fix: replace deprecated calls to vim.validate (#1876)Mark Sommers2025-02-151-49/+51
* fix(pypi): prefer stock python3 if it satisfies version requirement (#1736)Inhyuk Cho2024-07-091-0/+30
* tests(pypi): fix assertions (#1750)William Boman2024-07-081-0/+2
* fix(pypi): allow access to system site packages by default (#1584)Silico_Biomancer2024-07-071-0/+6
* feat(pypi): improve resolving suitable python version (#1725)William Boman2024-06-013-2/+130
* fix(pypi): exclude python3.12 from candidate list (#1722)William Boman2024-05-311-1/+1
* fix: fix usage of deprecated Neovim APIs (#1703)William Boman2024-05-112-0/+35
* tests: remove old spec (#1634)William Boman2024-02-251-70/+0
* feat(pypi): attempt more python3 candidates (#1608)William Boman2024-01-251-0/+7
* feat: don't use vim.g.python3_host_prog as a candidate for python (#1606)William Boman2024-01-211-40/+0
* fix(ui): don't indent empty lines (#1597)Will Lillis2024-01-211-0/+20
* feat: add support for openvsx sources (#1589)William Boman2024-01-068-121/+361
* fix(cargo): don't attempt to fetch versions when version targets commit SHA (...William Boman2023-12-291-0/+12
* fix(pypi): support MSYS2 virtual environments on Windows (#1547)William Boman2023-11-082-1/+14
* fix(std): use gtar if available (#1433)3uryd1ce2023-08-191-49/+70
* feat(cargo): support fetching versions for git crates hosted on github (#1459)William Boman2023-08-191-0/+20
* chore(async): add Channel (#1456)William Boman2023-08-171-0/+55
* fix(installer): retain unmapped source fields (#1399)William Boman2023-07-212-0/+34
* fix(purl): percent-encoding is case insensitive (#1382)William Boman2023-06-292-9/+35
* feat(installer): write more installation output to stdout (#1376)William Boman2023-06-289-10/+116
* feat(fetch): add explicit default timeout to requests (#1364)William Boman2023-06-221-0/+4
* feat(fetch): include mason.nvim version in User-Agent (#1362)William Boman2023-06-211-4/+13
* refactor(installer): hoist version validation to the compiled installation en...William Boman2023-06-178-174/+88
* feat(command): improve completion for :MasonInstall (#1353)William Boman2023-06-131-2/+2
* fix(functional): strip_prefix and strip_suffix should not use patterns (#1352)William Boman2023-06-131-2/+11
* fix(command): run :MasonUpdate synchronously in headless mode (#1347)William Boman2023-06-121-4/+2
* feat(installer): lock package installation (#1290)William Boman2023-05-1814-51/+107
* chore(Optional): add :and_then() (#1270)William Boman2023-04-281-0/+45
* fix(pypi): also provide install_extra_args to pypi.install (#1263)William Boman2023-04-261-1/+5
* fix(context): don't write exec wrapper file if it already exists (#1261)William Boman2023-04-261-0/+44
* refactor(linker): copy_file instead of rename on Windows (#1254)William Boman2023-04-231-7/+8
* fix(linker): don't symlink on Windows (#1253)William Boman2023-04-231-2/+54
* fix(expr): fix strip_{prefix,suffix} (#1249)William Boman2023-04-221-0/+20