-
### Xmake Version
2.9.4+20240729
### Operating System Version and Architecture
Ubuntu 22.04.3 LTS x86_64
### Describe Bug
Setting zig as a default toolchain for entire script and including a cmak…
-
### Zig Version
0.10.0-dev.1167+e74382b60
### Steps to Reproduce
Confirmed to happen on x86_64-linux-gnu and aarch64-linux-gnu.
```
./zig test ../lib/std/std.zig -lc
```
### Expected …
-
### Pre-requisites
- [X] I have looked for any other duplicate issues
### Ly version
1.1.0
### Observed behavior
Attempted building `ly` using `zig build`, received this error:
![image](https:…
-
In Zig `0.12.0` and above the SDK fails to build with the following message
```
/home/sewer/Project/tinyvg-sdk/build.zig.zon:1:2: error: missing top-level 'paths' field
.{
^
```
Providing t…
-
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…
-
### Zig Version
0.14.0-dev.1511+54b668f8a
### Steps to Reproduce and Observed Behavior
```zig
extern const a: u0;
export fn x() void {
var b: u0 = 0;
@atomicStore(u0, &b, a, .unordere…
-
We get a lot of spelling error corrections, especially from people looking to do their first contribution to the project.
This wastes computer and human resources because it takes a lot less time t…
-
### Zig Version
0.14.0-dev.1622+2ac543388
### Steps to Reproduce and Observed Behavior
1. Bootstrap a loongarch64 linux zig with https://github.com/ziglang/zig-bootstrap/commit/1ad232c5a2e1ebbdad2c…
-
I encountered the following error when attempting to use the software renderer to render a window with a solid color and resizing the window. Running the snake example and resizing the window also cau…
-
Right now, we have a directory for each glibc-based target triple under [`lib/libc/include`](https://github.com/ziglang/zig/tree/master/lib/libc/include). But if you do a recursive diff between many (…