zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 4d62f0839382a9aa611f9c898a1ef7a6050bd92a (tree)
parent be1ae430a1d6dff12c6cd7199dd6504fda880caf
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 13 Oct 2025 17:33:04 -0700

add BRANCH_TODO file

to be deleted before merging into master

Diffstat:
ABRANCH_TODO | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/BRANCH_TODO b/BRANCH_TODO @@ -0,0 +1,14 @@ +* Threaded: finish linux impl (all tests passing) +* Threaded: finish macos impl +* Threaded: finish windows impl + +* fix Group.wait not handling cancelation (need to move impl of ResetEvent to Threaded) +* implement cancelRequest for non-linux posix +* finish converting all Threaded into directly calling system functions and handling EINTR + +* move max_iovecs_len to std.Io +* address the cancelation race condition (signal received between checkCancel and syscall) +* update signal values to be an enum +* move fs.File.Writer to Io +* finish moving std.fs to Io +* finish moving all of std.posix into Threaded