Results 83 comments of Carter Snook

Ah, sorry seems to be non-deterministic. I should've ran more than 3 times. (Zig 0.13, Windows) ```sh $ zig run foo.zig true 10000001010110101010010010100000 $ zig run foo.zig true 10110001000000111010010010100000 $...

Thanks for the quick fixes. Would you like me to make a PR that adds a nested `fuzz` Cargo binary setup with two of my primitive fixtures using [`cargo fuzz`](https://rust-fuzz.github.io/book/introduction.html)...

I am able to reproduce this on windows without the `foo` function: ```zig const std = @import("std"); pub const Foo = packed struct { a: u31, b: bool, pub fn...

@Vexu I don't believe this is a duplicate. #20095 is about reading `undefined` fields, but we are reading a field that has been set to `true` and seeing undefined behavior.

I believe this issue is only in the llvm backend: ```zig const exe = b.addExecutable(.{ .name = "foo2", .root_source_file = b.path("src/main.zig"), .target = target, .optimize = optimize, .use_llvm = false,...

I think your GitHub page may be having problems because the reproduction steps and expected behavior are in https://github.com/ziglang/zig/issues/20938#issue-2447158131. Aside from that, I reran the original reproduction and the issue...

This seems like a duplicate of https://github.com/fubark/cyber/issues/86.

I am unsure of the failure here https://github.com/LadybirdBrowser/ladybird/actions/runs/14847448002/job/41684463320?pr=4619 I ran this locally using ``` ./Meta/ladybird.sh run test-js ``` And there were no reported errors: ``` Test Suites: 1695 passed, 1695...

Thanks, do you know if it is possible to restart this check if this is a known flake?

I think the issue for the flake is here: https://github.com/LadybirdBrowser/ladybird/issues/4522