Kami Development

Results 45 comments of Kami Development

By the way, the sysaudio tests pass on an Intel Mac.

Tests now pass on M1 Mac using latest versions of Zig and Mach. The same test output is produced by 'stage1 build test' from root and in the project directory....

The same test fails again using the latest zig, see session below. Running 'zig build test' from root directory fails the same way. Also beware that there is a known...

``` ➜ sysaudio git:(main) ✗ stage1 version 0.10.0-dev.3395+ff125db53 ➜ sysaudio git:(main) ✗ git log -1 | tee commit 0b187c44dbb38fe26be5fd365664cbebe57687a3 Author: Casey Banner Date: Sun Jul 31 16:56:13 2022 -0400 glfw:...

This is pure speculation. But Mach runs tests in a fairly topdown fashion from the root level 'build.zig'. A series of build steps are run in sequence and should be...

I tried but couldn't build 'run-dawn-example' from source on a Raspberry PI 400 (Ubuntu 22). I have a working zig environment there and can cross-compile simple stuff. But the Dawn...

There is an open PR which may solve the atomics issues with linux aarch64: https://github.com/ziglang/zig/pull/11828#. Hopefully it will be merged eventually.

> According to the information above, this is a minimal reproducible repository. [zig-link-overflow.tar.gz](https://github.com/ziglang/zig/files/15058089/zig-link-overflow.tar.gz) Using this, I can reproduce the overflow error with both zig 0.12.0 and 0.13.0-dev.35+e8f28cda9 on MacOS M3.

I get exactly the same problem building a local sample app for the Zap library. The same app downloaded dependent packages and built correctly a few days ago, using an...

I built zig after this commit and cannot reproduce the problem anymore. @renerocksai: zap works as expected again, too.