-
Caught in following test code:
```zig
fn printHex(comptime label: []const u8, data: []u8) void {
print("{s}: ", .{label});
for (data) |byte| print("{x}", .{byte});
print("\n", .{}…
-
https://github.com/exercism/zig-test-runner/commit/82b56afe82002cb6342222734b6bdeb8b665734c is a significant speedup for a `RUN zig test foo` command that's added at the bottom of the `Dockerfile`. Bu…
-
macbookpro m1
```
Linux metal-brick 6.6.3-414.asahi.fc39.aarch64+16k #1 SMP PREEMPT_DYNAMIC Sun Mar 24 19:44:17 UTC 2024 aarch64 GNU/Linux
```
build was triggered with:
```
⚡ ./build native-…
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
This is a mirror of a bug I reported in this repo: https://github.com/Not-Nik/raylib-zig
https://github.com/Not-Nik/raylib-zig/i…
-
Currently, Zig treats passing invalid paths to `fs`-related APIs as programmer error, meaning that the APIs treat returns like `INVAL` or `OBJECT_NAME_INVALID` as `unreachable`. I've (tentatively) com…
-
It would be nice if we could import files in grain as just raw bytes at compile time.
Zig seems todo this with `comptime` and it is just a function `@embedFile` https://ziglang.org/documentation/m…
-
Extracted from https://github.com/ziglang/zig/pull/14647.
There are two problems here. One is https://github.com/ziglang/zig/issues/14908. The other looks like zig is failing to put the subarch int…
-
_Issue description rewritten by @jgiannuzzi_
Python wheels for major platforms (linux-amd64, linux-arm64, macos-amd64, macos-arm64, windows-amd64) should be published automatically when a release i…
-
I am not sure if I am using it wrong, but using default `httpz` config, `blocking_mode` is true, after receiving `websocket.Conn` when I try to write to it from a different thread, it blocks that thre…
-
blocked on https://github.com/ziglang/zig/issues/6364