tristanisham / zvm

zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
https://www.zvm.app
MIT License
487 stars 32 forks source link

Feature Request: List available zig versions for installation #27

Closed felipetesc closed 1 year ago

felipetesc commented 1 year ago

This feature will allow us to verify what zig versions are available before installing it:

Something like:

zvm list 

or

zvm check

or

zvm versions

To me the choice of the cmd does't mather much, only to find what binaries are available to be downloaded

tristanisham commented 1 year ago

You can use zvm ls for this, no?

mlaass commented 1 year ago

You can use zvm ls for this, no?

Actually not, because zvm ls only lists installed versions.

Also, I have trouble installing other versions of the current dev release e.g I currently can install master which gives me version 0.12.0-dev.790+ad6f8e3a5 but for another project, I would like to be able to test version 0.12.0-dev.415+5af5d87ad.

tristanisham commented 1 year ago

@mlaass That is an upcoming feature of ZVM. Currently, it only installs the daily release and stable, but within the month It should support all versions of Zig (starting with 0.12.0-dev-***).

tristanisham commented 1 year ago

This feature has been added. Thanks @felipetesc for your patience.

felipetesc commented 1 year ago

This feature has been added. Thanks @felipetesc for your patience.

It's you who should be patient with us when we don't use common sense to understand the nature of open source projects. I can only acknowledge by understanding that with the use of your free time you have improved the library. Library which, have as the mainly beneficiaries ourselves. Thanks!