Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Retrieve build version from build.zig.zon instead of duplicating it #15

Open
alexrp opened this issue Jun 16, 2024 · 1 comment
Open
Labels
area: build Issues related to the build system. state: blocked Issues that are blocked on some other issue or work.
Milestone

Comments

@alexrp
Copy link
Member

alexrp commented Jun 16, 2024

graf/build.zig

Lines 5 to 6 in 5267fa7

// TODO: https://github.com/ziglang/zig/issues/14531
const version = "0.1.0-dev";

Requires:

@alexrp alexrp added area: build Issues related to the build system. state: blocked Issues that are blocked on some other issue or work. type: housekeeping labels Jun 16, 2024
@alexrp alexrp added this to the Future milestone Jun 16, 2024
@alexrp alexrp changed the title Source build version from build.zig.zon instead of duplicating it Retrieve build version from build.zig.zon instead of duplicating it Jun 16, 2024
@alexrp
Copy link
Member Author

alexrp commented Mar 24, 2025

This didn't make Zig 0.14.0 since parsing build.zig.zon is a bit of a special case.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: build Issues related to the build system. state: blocked Issues that are blocked on some other issue or work.
Projects
None yet
Development

No branches or pull requests

1 participant