• Joined on 2026年01月18日
scixor commented on issue ziglang/zig#30879 2026年06月09日 10:14:28 +02:00
std.log.info panics after loading a c library

Quite weird, the debugger does fail at /home/sid/.zvm/master/lib/std/Io/Threaded.zig:314:40 for me with opt_entry null....

scixor commented on issue ziglang/zig#30879 2026年06月03日 09:19:51 +02:00
std.log.info panics after loading a c library

@mercenary your snippet

scixor deleted branch fix-uring-erofs from scixor/zig 2026年05月28日 16:52:22 +02:00
scixor commented on issue ziglang/zig#31828 2026年04月14日 19:23:13 +02:00
Cannot use openDir with IoUring

Thanks @JilkoniX

scixor commented on pull request ziglang/zig#31764 2026年04月14日 19:22:29 +02:00
std.Io.Uring: handle ReadOnlyFileSystem in dirOpenDir and dirRealPathFile

ziglang/zig#31828 I forgot to make an issue for this, when I initially made this patch so mentioning this related issue just for reference

scixor commented on issue ziglang/zig#31828 2026年04月13日 09:05:26 +02:00
Cannot use openDir with IoUring

@JilkoniX this should be open till the my PR is merged right? so no other duplicate issues are made? I forgot to make an issue for this one for my PR.

scixor created pull request ziglang/zig#31764 2026年04月05日 17:11:25 +02:00
std.Io.Uring: handle ReadOnlyFileSystem in dirOpenDir and dirRealPathFile
scixor pushed to fix-uring-erofs at scixor/zig 2026年04月05日 16:52:26 +02:00
a5a0c549d5
std.Io.Uring: handle ReadOnlyFileSystem in dirOpenDir and dirRealPathFile
8bd0af5eb9 std.http.Client.receiveHead: avoid poisioning pool
9292ded5a3 std.Io.Batch: fix add function
e73257dec2 lib/std: BitSet,EnumSet: replace initEmpty/initFull with decl literals (#31469)
ad7a028228 stage2-wasm: pass incremental tests
Compare 5 commits »
scixor created branch fix-uring-erofs in scixor/zig 2026年04月05日 16:52:26 +02:00
scixor created pull request ziglang/zig#31754 2026年04月03日 23:15:33 +02:00
std.Io.Uring: fix io_uring linkat flag mapping in Uring hard-link paths
scixor pushed to fork-main at scixor/zig 2026年04月03日 23:14:13 +02:00
d785aba5a0
std.Io.Uring: fix io_uring linkat flag mapping in Uring hard-link paths
scixor commented on issue ziglang/zig#31753 2026年04月03日 23:06:06 +02:00
std.Io.Evented (io_uring): Dir.copyFileAbsolute(..., .replace = false) panics with INVAL on Linux

Looked into it, seems like a simple fix will open a patch for this.

scixor created branch fork-main in scixor/zig 2026年04月03日 22:39:55 +02:00
scixor pushed to fork-main at scixor/zig 2026年04月03日 22:39:55 +02:00
e5dc2f5785
std.Io.Uring: fix io_uring linkat flag mapping in Uring hard-link paths
scixor created repository scixor/zig 2026年04月03日 22:25:47 +02:00
scixor opened issue ziglang/zig#31753 2026年04月03日 22:07:23 +02:00
std.Io.Evented (io_uring): Dir.copyFileAbsolute(..., .replace = false) panics with INVAL on Linux
scixor opened issue ziglang/zig#30879 2026年01月18日 10:32:07 +01:00
std.log.info panics after loading a c library