prajwalch / yazap

🔧 The ultimate Zig library for seamless command line argument parsing.
https://prajwalch.github.io/yazap
MIT License
152 stars 13 forks source link

make it work on zig `v0.10.1` #7

Closed prajwalch closed 1 year ago

prajwalch commented 1 year ago

Yazap is already tested against v0.9.1 and v0.10.0 but running the zig build test command on v0.10.1 exists unexpectedly with code 5, no any stack traces or any kind of error.

$ zig build test
LLVM Emit Object... error: test...
error: The following command exited with error code 5:
...

But if i remove all the tests and run it again the above issue doesn't occurs. I'm not sure whether it's a issue on compiler or on project itself.