-
### Zig Version
0.14.0-dev.339+d8f81372f
### Steps to Reproduce and Observed Output
1. Create an empty folder
2. Paste the following code in the `build.zig`
```zig
const std = @import("std");
…
-
### Zig Version
0.14.0-dev.2097+d30e28754
### Steps to Reproduce and Observed Behavior
This code: [Godbolt link](https://godbolt.org/z/PKexx56qa)
```zig
const Pack = packed struct
{
…
-
I'm on Linux, the platform initialized is X11 with software backend.
I tried with a simple raytracer and with the example adapted to run on Zig 0.7.1 (changed `std.crypto.random.bytes` to `try std.cr…
Gaulm updated
3 years ago
-
#20178 is not technically a prerequisite for this, but the two proposals would work well together.
It would be nice if you could do something like this:
```console
$ cd my-zig-project
$ git cl…
-
at the time of writing, Zig 0.12.0 is the latest release and latest nightly build.
When setup-zig is trying to install the latest nightly build (which should be 0.12.0) it instead installs an older d…
-
I tried to compile this via `make`. Here's what I got:
```
cd core && zig build -Drelease-fast=true
./main.zig:60:26: error: expected 2 argument(s), found 1
const cmd = args.next() orelse retu…
-
### Zig Version
0.10.0-dev.40+303bad998
### Steps to Reproduce
Create an ARM assembly file named `test.s` with the following contents:
```asm
mov r1, #0
```
Compile that file to an object usi…
-
Caught in following test code:
```zig
fn printHex(comptime label: []const u8, data: []u8) void {
print("{s}: ", .{label});
for (data) |byte| print("{x}", .{byte});
print("\n", .{}…
-
### Zig Version
0.13.0-dev.344+b2588de6c
### Steps to Reproduce and Observed Behavior
```zig
const X = packed struct {
x: @Type(.{ .Int = .{ .signedness = .unsigned, .bits = @sizeOf(X) } }),
…
-
### What version of Bun is running?
1.0.10
### What platform is your computer?
Darwin 23.0.0 arm64 arm
### What steps can reproduce the bug?
Expo users can use the `create-expo` library…