-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nominated zig #134
Comments
Yeah I think having some sort of nominated zig version integration could be interesting. Not sure exactly what that looks like though? |
Mach provides a modified I think it will be relatively simple to support Mach's nominated versions by simply checking both the upstream and Mach index.json file when looking for a compiler version. The only small complication I foresee is if we want to deduplicate zig versions with the same name as the Mach index.json contains entries both named for the nominated version and the Mach version, with the latter being an alias for a nominated version, as well as a |
Seems fairly common that projects follow the mach nominated zig versions, I wonder if it could be interesting to add both a
stable
andnominated
versions which could translate to latest stable and nominated respectively.Could zigup also provide a zls binary for both these versions? (Optionally via cli args)
The text was updated successfully, but these errors were encountered: