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.
Yazap is already tested against
v0.9.1
andv0.10.0
but running thezig build test
command onv0.10.1
exists unexpectedly with code5
, no any stack traces or any kind of error.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.