| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
installed (#1297)
|
| |
|
|
| |
This is a faster method than .get_all_packages() due to the fact that it only loads package specifications without
instantiating mason-core.package instances. Useful for situations where one only needs to read spec data.
|
| |
|
|
| |
Accessing binary data from the stdout of pwsh.exe's iwr seems to be
causing data corruption leading to inability to unpack the archive.
|
| |
|
| |
Download data of the registry suggest that ~10-18% struggle to unpack the registry archive, with the drop-off occurring in the `unzip` step. Being able to unpack the registry is a very crucial component of mason.nvim, which warrants vendoring [zzlib](https://github.com/zerkman/zzlib) to allow unpacking it entirely in Lua.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* refactor: download checksum after unzip
* fixup
---------
Co-authored-by: williambotman[bot] <william+bot@redwill.se>
|
| | |
|
| |
|
|
|
| |
* chore(workflows): update dependencies
* style: enforce import order
|
| |
|