zig icon indicating copy to clipboard operation
zig copied to clipboard

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Results 2216 zig issues
Sort by recently updated
recently updated
newest added

### Zig Version 0.11.0 ### Steps to Reproduce and Observed Output Make a folder with the following three files: `build.zig`: ```zig const std = @import("std"); pub fn build(b: *std.Build) void...

contributor friendly
zig build system
error message

#19079 improved how filtering works, but there is still an issue. The problem is that there are two test types: normal *test* (where the test name is a string literal)...

### Zig Version master ### Steps to Reproduce and Observed Behavior ``` pub const Stream = struct { /// Underlying platform-defined type which may or may not be /// interchangeable...

bug

### Zig Version 0.12.0-dev.3528+423cb317f ### Steps to Reproduce and Observed Behavior ```zig pub fn main() !void { const a = std.crypto.random.int(u8); const b = @as(u17, a) * 60; std.debug.print("{}\n", .{...

bug
arch-x86_64
backend-self-hosted

### Zig Version 0.12.0-dev.1264+d1230842a ### Steps to Reproduce and Observed Behavior 1. `zig init-lib` 2. Apply the following change: ```diff diff --git a/build.zig b/build.zig index cacab1f..db1abfe 100644 --- a/build.zig +++...

bug
zig build system
regression

### Zig Version 3d1652070acd01b7c871615702916425cd292a8a ### Steps to Reproduce and Observed Behavior On FreeBSD 14.0, run: ``` git clone https://github.com/ziglang/zig cd zig cmake -B build -DCMAKE_BUILD_TYPE=Release -G 'Ninja' cd build ninja...

bug
os-freebsd

[instanced-cube]() running with a spirv shader compiled by zig https://github.com/ziglang/zig/assets/63465728/b530aaf5-70f8-4675-8cbe-931fbbb11e90

fixes #17408 Comments Addressed * [x] added file verification for security based on yauzl * [x] added option for backslash normalization (default is to reject filenames with them, build.zig.zon enables...