Retarget build and tooling to Zig 0.16#423
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
runlang | a84353d | Commit Preview URL Branch Preview URL |
Apr 19 2026, 08:40 PM |
Updates build system, source modules, benchmarks, tests, and docs to the Zig 0.16 API, and fixes CI regressions discovered on the way. Also extends .gitignore for locally-generated test binaries and the Claude Code plugin lock so they don't get committed by mistake.
fd86ee4 to
a84353d
Compare
Adds the Zig package-cache copy of libxev at zig-pkg/libxev-0.0.0-86vtcwIRFACVrx54GaHsMFFlyC4dTi0tcVh10V7btRUc/ alongside the existing main-vendored 86vtc689 hash.
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.
This retargets the repository to Zig 0.16 and updates the minimum toolchain, CI pins, packaging metadata, and contributor docs to match. It ports the build graph plus the CLI, debugger, benchmark, and test runner entrypoints to Zig 0.16's
std.Build, I/O, and process APIs. It also bumpslibxevto a Zig 0.16-compatible revision so the runtime bridge continues to build on the new toolchain. This is the preparatory base PR for the runtime stack and intentionally closes no runtime issue.