support zig version 0.16.0-dev.1888+9d497d0d7#188
Merged
robbielyman merged 4 commits intonatecraddock:mainfrom Jan 5, 2026
Merged
support zig version 0.16.0-dev.1888+9d497d0d7#188robbielyman merged 4 commits intonatecraddock:mainfrom
robbielyman merged 4 commits intonatecraddock:mainfrom
Conversation
Collaborator
|
thanks for this! i think it looks like latest has now deleted |
Contributor
Author
|
Yes. it moved to std.Io.File. |
Collaborator
|
oh, sorry, that was meant as a prompt to keep going on the PR. i can take it from here tho. |
Now that nightly builds of Zig 0.16 have sufficiently diverged from 0.15.2, it's time to drop CI support on the main branch of ziglua in order to continue merging PRs. Unfortunately, the latest versions of `zig translate-c` appear to be unable to deal with the `LUA_QL` macro present in Lua 5.1 and LuaJIT. I've opened an issue, which is linked below. Once that issue is resolved, these tests should be reenabled. https://codeberg.org/ziglang/translate-c/issues/282
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.
Continued from #187. I forget to change
build/patch.zigfile. In zig version 0.16.0-dev.1888+9d497d0d7, filesystem libraries moved into std.Io, so this code does not work on zig 0.15.2 or below.