aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mason-core/installer
Commit message (Expand)AuthorAgeFilesLines
* 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-012-2/+108
* fix(pypi): exclude python3.12 from candidate list (#1722)William Boman2024-05-311-1/+1
* 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: 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
* fix(installer): retain unmapped source fields (#1399)William Boman2023-07-212-0/+34
* feat(installer): write more installation output to stdout (#1376)William Boman2023-06-289-10/+116
* refactor(installer): hoist version validation to the compiled installation en...William Boman2023-06-178-174/+88
* feat(installer): lock package installation (#1290)William Boman2023-05-181-0/+44
* 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
* refactor(schemas): don't vendor schemas in mason.nvim (#1248)William Boman2023-04-221-4/+14
* feat(installer): add generic build provider (#1228)William Boman2023-04-186-53/+371
* refactor(expr): remove redundant core filters and always stringify reduced va...William Boman2023-04-181-0/+101
* feat(github): add $MASON_VERSION to build context (#1218)William Boman2023-04-161-1/+7
* fix(github): use evaluated out_file as asset file value (#1208)William Boman2023-04-121-1/+63
* refactor(std): quiet git checkout (#1186)William Boman2023-04-061-1/+1
* fix(npm): set install-strategy on npm >= 9 (#1179)William Boman2023-04-041-1/+29
* style: enforce import order (#1092)William Boman2023-03-1227-63/+63
* feat: add github registry source capabilities (#1091)William Boman2023-03-1225-2/+2344
* refactor(expr): better handling of nil values (#1056)William Boman2023-03-051-8/+11
* feat(InstallContext): add strict_mode flag (#1055)William Boman2023-03-052-1/+20
* refactor: simplify linker & receipt writing (#1033)William Boman2023-02-262-6/+21
* feat(installer): add share links (#965)William Boman2023-02-172-19/+66
* refactor(expr): rename to interpolate (#836)William Boman2023-01-021-10/+12
* refactor(installer): write debug log file after installation finishes (#806)William Boman2022-12-261-0/+19
* feat(expr): add tbl_interpolate() (#805)William Boman2022-12-261-3/+39
* feat(functional): add strip_{prefix,suffix} (#803)William Boman2022-12-261-1/+1
* refactor(async): error with stack level 0 (#801)William Boman2022-12-261-1/+1
* feat(expr): use same context for value & filter evaluation (#778)William Boman2022-12-201-4/+30
* feat: add expr module (#775)William Boman2022-12-201-0/+57
* feat(platform): accept darwin (#743)William Boman2022-12-082-0/+2
* feat: more competent platform detection (#436)William Boman2022-09-172-8/+8
* refactor: store link state in install context object (#419)William Boman2022-09-141-6/+20
* refactor: add ctx:write_php_exec_wrapper utility (#409)William Boman2022-09-121-0/+35
* fix(EventEmitter): properly deregister handlers, print errors that occur in h...William Boman2022-09-031-4/+12
* fix(installer): use /usr/bin/env bash shebang (#315)William Boman2022-08-191-1/+1
* test(installer): add spec files for context and linker (#314)William Boman2022-08-192-0/+280
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax (...William Boman2022-08-151-1/+0
* tests: add some InstallHandle tests (#67)William Boman2022-07-132-0/+200