Skip to content

chore: upgrade Zig from 0.13.0 to 0.14.0 #173

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

Merged

Conversation

jobansd
Copy link
Contributor

@jobansd jobansd commented Mar 5, 2025

Description

Updated Zig from 0.13.0 to 0.14.0 and addressed any breaking changes.

Changes

  • build.zig: std.Build.host deprecated using std.Build.Graph.host. [1]
  • build.zig.zon: .fingerprint introduced. [2]
  • zigup.zig: std.mem.page_size was removed. [3]
  • zip.zig: std.builtin.Type fields got renamed: [4]
    • Array to array,
    • Struct to @"struct"
    • Enum to @"enum"

References

  1. https://ziglang.org/documentation/0.13.0/std/#std.Build
  2. https://ziglang.org/download/0.14.0/release-notes.html#New-Package-Hash-Format
  3. https://ziglang.org/download/0.14.0/release-notes.html#Runtime-Page-Size
  4. https://ziglang.org/download/0.14.0/release-notes.html#stdbuiltinType-Fields-Renamed

Updated Zig from 0.13.0 to 0.14.0 and addressed any breaking changes.
jobansd and others added 3 commits March 6, 2025 10:19
It looks like our test dev version may have been cleaned and it looks like
master currently points to 0.14.0 so it's more difficult to find a dev
version that still exists. Just disabling the test intead.
@marler8997 marler8997 merged commit f76b7ff into marler8997:master Mar 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants