prajwalch/yazap

make it work on zig `v0.10.1`

prajwalch opened this issue · 0 comments

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.