• Joined on 2026年04月19日
TheOneAndOnly2 opened issue ziglang/zig#32093 2026年04月27日 10:55:31 +02:00
There's no way to send ancillary data with connected sockets, trough the Io interface
TheOneAndOnly2 commented on issue ziglang/zig#31828 2026年04月19日 16:52:10 +02:00
Cannot use openDir with IoUring

It's not just OpenDir that cannot be used. OpenDir has the bug init, but Io.Uring.io(), takes the address of it, which means there's a compile error if you do anything with Io.Uring. The...