Trevor-Strong

Results 4 issues of Trevor-Strong

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior run `zig test` on the following file ```zig fn coerce(comptime From: type, comptime To: type) To { return @as(From,...

proposal
frontend

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Output testing the following `x.zig` file: ```zig fn takesSlice(slice: []const u8) void { _ = slice; } test { const...

error message

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior ```zig // bug.zig test { const err: error{} = undefined; _ = @errorName(err); } ``` ``` $ zig test...

bug

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior In #19684 the `host` field was deprecated; however, the `addTest` and `findProgam` methods of `std.Build` still use this field...

bug
zig build system