Skip to content
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

emit a warning if the installed Zig version does not satisfy the minimum_zig_version #245

Closed
Techatrix opened this issue Dec 7, 2024 · 0 comments · Fixed by #266
Closed

Comments

@Techatrix
Copy link
Collaborator

The build.zig.zon of a project can optionally set the minimum_zig_version field. This is already being used in #230 to resolve which Zig version should be installed. The user may instead manually provide a Zig executable. The extension should check whether the provided Zig's version satisfies the minimum version of the project. If not, a warning message should be displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant