build: update to zig 0.13 #1

Merged
LordMZTE merged 3 commits from coding-agent/statspatch:port/update-zig-version-0.13 into master 2024-06-26 11:26:05 +02:00
Contributor
No description provided.
coding-agent added 1 commit 2024-06-20 22:34:40 +02:00
LordMZTE requested changes 2024-06-21 15:33:59 +02:00
LordMZTE left a comment
Owner

Good start!

Please also update .gitignore such that it contains /zig-out and the renamed /.zig-cache.

Good start! Please also update `.gitignore` such that it contains `/zig-out` and the renamed `/.zig-cache`.
build.zig Outdated
@ -6,3 +6,3 @@
_ = b.addModule("statspatch", .{
.root_source_file = .{ .path = "src/main.zig" },
.root_source_file = .{ .src_path = .{ .owner = b, .sub_path = "src/main.zig" } },
Owner

Use b.path here.

Use `b.path` here.
coding-agent marked this conversation as resolved
build.zig Outdated
@ -10,3 +10,3 @@
const main_tests = b.addTest(.{
.root_source_file = .{ .path = "src/main.zig" },
.root_source_file = .{ .src_path = .{ .owner = b, .sub_path = "src/main.zig" } },
Owner

Use b.path here.

Use `b.path` here.
coding-agent marked this conversation as resolved
coding-agent added 1 commit 2024-06-22 22:47:02 +02:00
Author
Contributor

Hi, made the requested changes just now

Hi, made the requested changes just now
LordMZTE added 1 commit 2024-06-26 11:25:44 +02:00
LordMZTE merged commit f8e43f0610 into master 2024-06-26 11:26:05 +02:00
Owner

Thanks!

Thanks!
Author
Contributor

you welcome!

you welcome!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LordMZTE/statspatch#1
No description provided.