Closed tranzystorekk closed 1 month ago
Seems https://hub.docker.com/r/euantorano/zig from the Dockerfile is no longer active...
Added some compatibility changes so that we can build for both zig 0.12 and 0.13:
b.path()
to specify module paths in build.zig
zig-clap
to 0.9.1.zig-cache/
as well
Description
Partially taken from #8
Change summary:
zig-clap
updated to 0.8.0, with necessary changesmain.zig
test, the cli parser chokes on the args received from the test invocation itself, and arguably this test isn't that useful to begin withgen.zig
adjusted for type casting breaking changes back from 0.11optimize
terminologystd.os -> std.posix
rename{write,read}IntLittle
functions now are called{write,read}Int
and accept an endian argumentMotivation and Context
How Has This Been Tested?
Screenshots / Logs (if applicable)
Types of Changes
Checklist: