zigup
zigup copied to clipboard
Download and manage zig compilers.
Extracted from #139. This PR add a new build option `-Ddefault-dir` that sets the default installation directory. It defaults to "zig" which means that this PR does not change any...
Maybe this is out of scope, but also having a ZLS version fetcher would be pretty cool considering that it depends on the specific Zig versions (and most people will...
Added for convenience so that a user can just set this in their RC file instead of setting an alias. It is overrided by the --install-dir flag.
#192
When I download a new Zig compiler, it only tells me that it is downloading. If I want to estimate when it can be downloaded and completed, I need to...
There are at least two situations where this feature can be useful: - Installing a patched Zig compiler; - Offline installation.
``` $ https_proxy=http://127.0.0.1:7890 zigup fetch master ... error: could not download 'https://ziglang.org/download/index.json': the HTTP server replied with unsuccessful response '400 Bad Request' $ uname -a Darwin bogon 24.6.0 Darwin Kernel...
FYI: https://github.com/ziglang/www.ziglang.org/commit/75bee0d09c1a3a1a8e72e6cc6d2a513fdd0d6f19 This will take effect in master builds ~immediately, and release builds from 0.15.0.
I've implemented the ZON configuration file system as discussed in #146. ~A couple of important points before this can be merged:~ ~1) This does not build with Zig 0.13.0, as...