Update zzz to Zig 0.15.2#63
Merged
Merged
Conversation
Fix building Zzz on Zig 0.15.2 Update to use Tardy and Secsock that compiles on 0.15.2 Fix Gzip compression Update Zzz to use std.Io.Writer Signed-off-by: Bernard Assan <mega.alpha100@gmail.com> Update CI to use Zig 0.15.2 Fix example builds Update example in docs to 0.15.2 Add hints on how to run fs and unix examples Use Result location types where possible initialize array types with @Splat Use a 8KiB buffer as max http header size by default **TODO** - use a server config option to configure the maximum http header size Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Collaborator
|
Feel free to update to the newest tardy @bernardassan and I'll merge this ASAP. |
Collaborator
Author
|
Waiting for tardy-org/secsock#6 to be merged |
dailan5214
pushed a commit
to dailan5214/zzz
that referenced
this pull request
Jan 31, 2026
…ardy-org#63) - Resolved merge conflicts in build.zig.zon, src/http/lib.zig, src/lib.zig - Migrated ArrayList to ArrayListUnmanaged for Zig 0.15.2 compatibility - Fixed websocket.zig and pubsub.zig API calls - Removed WS examples from build (library code is functional) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
add zig-pkg/ to .gitignore Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completed
Tested all examples are working correctly and all test pass
Supersedes #58
Closes #58
Closes #57
Task
build.zig.zonwhen Update Supported Zig Version to 0.15.2 tardy#32 and Update secsock to zig 0.15.2 secsock#6 are merged