-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
support new module cli arguments #1019
Conversation
You have to consider that |
oh yea :( |
So this brings up a similar question as here, how seriously do we take ensuring that zls master can be used with (not compiled with) previous versions of zig. Do we just recommend people to use tagged commits/releases for the matching zig release or do we keep bending over backward? In this case its not that bad as we already run |
bc1fa98
to
b73e30e
Compare
The latest commit grabs the runtime zig version from |
d979cfe
to
a2948ea
Compare
Seems like Those who want to use the PR already, update your Zig again just in case. |
@thepheer fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1020 is still pending but this LGTM.
Changes the build runner arguments to match new module cli arguments: ziglang/zig#14664