-
### Zig Version
0.11.0-dev.2247+38ee46dda
### Steps to Reproduce and Observed Behavior
I'm assuming Windows needs something similar to the solution for macOS from #15006
```
$ git clone https:…
-
The pointer and array types can be qualified with `align`, `const`, `volatile` and `allowzero`.
In the current grammar they are specified as any amount and no specific ordering. The reality is that…
-
In order to use Zig's package manager to install this library as a project dependency, it's necessary to create releases.
build.zig.zon required a tar.gz or tar.xz file.
-
Zig hash functions have no excuse to not be the best in the industry. What are we doing with sub-par hash function implementations? Let's get serious.
For starters, the "small key" APIs are failing…
-
Today, when I run the tests using `zig test` / `zig build test`, tests inside a single translation unit are being run sequentially:
https://github.com/ziglang/zig/blob/629f0d23b5c0768b5957688591f6f…
-
### Zig Version
0.12.0-dev.3405+31791ae15
### Steps to Reproduce and Observed Behavior
I'm updating my [fork](https://github.com/DanikVitek/zitertools/tree/zig-master) of the `zitertools` library t…
-
IRC user gamester pointed out this example:
```zig
const std = @import("std");
fn foo(b: [*c]i32) void {
std.debug.warn("Value: {}\n", b.*);
}
pub fn main() void {
var a: i32 = 40…
-
Thank you for the *most* excellent app! I'm running it on three Axis cameras (ARTPEC-6 and ARTPEC-7).
In case it's possible to support older cameras on SDK 2, here's the (lightly edited) getAllPro…
tris updated
4 months ago
-
I got a error while upload
```bash
Binary wheel 'WignerSymbol-0.0.6-cp38-cp38-linux_x86_64.whl' has an unsupported platform tag 'linux_x86_64'
```
Related github action: https://github.com/0382/…
-
## Update
See my comment down below for an updated proposal.
https://github.com/ziglang/zig/issues/9460#issuecomment-891422141
## Original Post
Zig has great error handling compared to most …