zvm
zvm copied to clipboard
⚡ Fast and simple zig version manager
### Zvm Version 0.3.1 ### Steps to Reproduce and Observed Behavior When I use "nvm list" commands, an "TemporaryNameServerFailure" error occurred ### Expected Behavior OS Ubuntu 20.04.6 LTS I made...
Add basic benchmarks
### Zig Version 0.13.0-dev.73+db890dbae ### Steps to Reproduce and Observed Behavior Symlink is created without any issues. Zig version is set correctly. But the dump stack trace msg should not...
### Problem Description There are discrepancies in our codebase where the naming conventions do not align with the Zig standard guidelines for naming variables, functions, types, and file structures. Ensuring...
Add feature to easily rollback like: ```bash curl github.com/hendriknielaender/zvm/install | bash -s "zvm-v0.x.x" ```
- [ ] test
In the case of a failure when setting a new Zig version, it would be more user-friendly for ZVM to automatically fallback to the last successfully installed and set Zig...
Currently, zvm does not have a dynamic log level management system, which can lead to either an overload of verbose log information or a scarcity of necessary debug data. ###...
### Summary Introduce a new command `zvm cleanup` for the Zig Version Manager (ZVM) to help users easily remove unused or old versions of Zig from their disk. This feature...