Zirunis

Results 8 issues of Zirunis

What the title says. The chess eval currently contains the same typo in every single prompt asking for the 'beset move' instead of the 'best move'. This PR fixes those...

### Minecraft Version 1.16.x ### Version 1.101.3 ### Details `require(filePath)` doesn't work correctly with following setup: 1. There is a folder in the home directory (in my case called "datatypes")...

bug
area-Core

closes #25859 As @taylordotfish noticed the standard library seems to treat type aliases as types and uses TitleCase. I have changed the relevant parts in the style guide accordingly. I...

### Zig Version 0.16.0-dev.1246+4b593a6c2 ### Steps to Reproduce and Observed Behavior Wrong code: ```zig const std = @import("std"); pub fn main() void { //no error set declared here! try std.testing.expect(2...

bug

### Zig Version 0.16.0-dev.1246+4b593a6c2 ### Steps to Reproduce and Observed Behavior Correct code: ```zig const std = @import("std"); pub fn main() !void { try std.testing.expect(2 + 2 == 5); }...

bug
incremental compilation

### Zig Version 0.16.0-dev.1246+4b593a6c2 ### Steps to Reproduce and Observed Behavior I observed this in my codebase and tried to reproduce it with a tiny example. The title may be...

bug

I know language proposals aren't welcome, but this isn't a language proposal but an idea on how to more efficiently manage the hundreds of bug reports so I hope it's...

The current translation seems to be auto-generated. It currently states **_Keep everything in Zig_** because _maintain_ can also mean _keep_ in a different context. My proposed translation is an exact...