d782b8250e
fix(version resolution): with a build.zig, do proper minimum version selection
7ceb600660
When failing to parse build.zig.zon, default to 'master', with a warning, instead of failing
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
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
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
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).
Io.Threaded.spawnPosix: implement passing file descriptors as stdio
e6224ae18e
Io.Threaded.spawnPosix: implement passing file descriptors as stdio
a7a7b8e34f
Io.Threaded.spawnPosix: implement passing file descriptors as stdio
5affb01b28
Io.Threaded.spawnPosix: implement passing file descriptors as stdio
52ced31f26
Io.Threaded.spawnPosix: implement passing file descriptors as stdio
06d46fa51d
Io.Threaded.spawnPosix: implement passing file descriptors as stdio