-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Provide a branch based on the latest Zig release #20
Comments
I think this scheme makes sense, I'm planning to do this for zls as well. |
I think it's better to have tags that come along with zig releases. These would be old snapshots and not be backported when new features come, as it's too much work for a "deprecated" version, but just have a tag |
Thanks for you replies ! Does using tags makes it easy to add a bugfix ? For example, when Zig 0.7 is released you will make a In this situation, can I provide a bug fix for EDIT: I have the situation right now, where I build my projects against Zig 0.6.0 but zig-network uses |
No, it would not be possible. And imho i don't see much sense in providing backports of bugfixes to earlier versions, it's just twice the work (i consider it maintaining two, three, four, … libraries, depending on how much zig versions will come until 1.0) |
Fine then ! |
Hi @MasterQ32 !
When Zig 0.7 will be released, I plan to use zig-network in combination with h11 to try to build an HTTP client library.
Zig is young and move fast so I understand the value of compiling zig-network with Zig master branch.
As we get closer to Zig 1.0, would it be possible to provide a branch for zig-network that compile with the latest release of Zig ?
Maybe something like:
What do you think ?
Have a nice day 🌴
The text was updated successfully, but these errors were encountered: