-
[v2024_05_05](https://github.com/marler8997/zigup/releases/tag/v2024_05_05)
os=macos, arch=x86_64
```bash
❯ zig-out/bin/zigup fetch latest
install directory '/Users/me/zig'
mkdir '/Users/me/z…
-
**Describe the bug**
2024/10/13 20:43:56 ERRO failed to download Zig: invalid input: expected a url that started with https://ziglang.org/builds/. Recieved "https://ziglang.org/download/0.13.0/zig-ma…
-
### aqua info
```console
$ aqua info
{
"version": "2.36.2",
"commit_hash": "716d9ac6f2de2beffe0db87caf418443155170ab",
"os": "linux",
"arch": "amd64",
"pwd": "/home/(USER)/tmp/aqua-t…
-
Seen in:
* https://github.com/ziglang/zig-bootstrap/issues/195 (dynamically linked glibc, soft float)
* https://github.com/ziglang/zig-bootstrap/issues/196 (dynamically linked glibc, hard float)
…
-
This was disabled in f31173d379eb7c63f214579ffbba611c1fa38900.
It basically hits the same issue that we ran into for LoongArch here:
* https://github.com/ziglang/zig-bootstrap/issues/164#issueco…
-
- [x] Standard library support
- [x] libc is available even when cross-compiling
- [x] Stack traces work
- [x] All behavior tests pass
- [x] All standard library tests pass
- [ ] No disabled test…
-
https://ziglang.org/documentation/master/#Keyword-Reference
same idea as how zls currently uses the langref for docs on builtin functions
example from rust-analyzer
![image](https://github.com/user…
-
### Zig Version
0.14.0-dev.2051+b1361f237
### Steps to Reproduce and Observed Behavior
In std thread pool, all "spawn" methods will add new tasks to the beginning of the queue:
https://github.co…
-
Demonstrate how to execute system (or terminal) commands in Zig
Link to Zig module: https://github.com/ziglang/zig/blob/master/lib/std/process/Child.zig
```zig
const argv: []const []const u…
-
Note that this target includes both the ELFv1 and ELFv2 ABIs, unlike `powerpc64le-linux` (#21650) which is always ELFv2.
- [x] Standard library support
- [ ] libc is available even when cross-comp…