• Joined on 2024年09月05日
breakmit pushed to main at breakmit/allzig 2026年06月19日 10:07:55 +02:00
d782b8250e fix(version resolution): with a build.zig, do proper minimum version selection
breakmit pushed to main at breakmit/allzig 2026年06月08日 14:05:24 +02:00
7ceb600660 When failing to parse build.zig.zon, default to 'master', with a warning, instead of failing
breakmit pushed to master at breakmit/zig 2026年03月03日 20:30:19 +01:00
5109c55ae5 Io.process.spawn: remove the TODO for nonblocking file stdio and document the behavior. Fix a bug in Io.Uring.dup2 where the function does not return on success
8f276f2a86 Io.Threaded.spawnPosix: implement passing file descriptors as stdio
2d88a5a103 Merge pull request 'Another dll dependency bites the dust (advapi32.dll)' (#31384) from squeek502/zig:delete-advapi32 into master
fdde8e6394 Delete advapi32 bindings
70058471e3 WindowsSdk: Use ntdll instead of advapi32 APIs for registry querying
Compare 10 commits »
breakmit pushed to master at breakmit/zig 2026年03月03日 20:29:33 +01:00
fa134d97c4 Io.process.spawn: remove the TODO for nonblocking file stdio and document the behavior. Fix a bug in Io.Uring.dup2 where the function does not return on success
breakmit pushed to master at breakmit/zig 2026年03月03日 19:53:53 +01:00
8f2259ca6e Io.process.spawn: remove the TODO for nonblocking file stdio. Fix a bug in Io.Uring.dup2 where the function does not return on success
breakmit commented on pull request ziglang/zig#31379 2026年03月03日 09:18:34 +01:00
Io.Threaded.spawnPosix: implement passing file descriptors as stdio

Honestly I don't know, both other implementations had this guard too but I could not find any info about whether standard streams are "expected" to be open in blocking mode (at least on posix).

breakmit created pull request ziglang/zig#31379 2026年03月02日 21:49:49 +01:00
Io.Threaded.spawnPosix: implement passing file descriptors as stdio
breakmit pushed to master at breakmit/zig 2026年03月02日 21:46:15 +01:00
e6224ae18e Io.Threaded.spawnPosix: implement passing file descriptors as stdio
breakmit pushed to master at breakmit/zig 2026年03月02日 21:14:53 +01:00
a7a7b8e34f Io.Threaded.spawnPosix: implement passing file descriptors as stdio
breakmit pushed to master at breakmit/zig 2026年03月02日 21:06:24 +01:00
5affb01b28 Io.Threaded.spawnPosix: implement passing file descriptors as stdio
breakmit pushed to master at breakmit/zig 2026年03月02日 21:04:54 +01:00
52ced31f26 Io.Threaded.spawnPosix: implement passing file descriptors as stdio
breakmit pushed to master at breakmit/zig 2026年03月02日 21:02:57 +01:00
06d46fa51d Io.Threaded.spawnPosix: implement passing file descriptors as stdio
breakmit created repository breakmit/zig 2026年03月02日 20:55:49 +01:00