authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-10-13 17:33:04-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-10-29 06:20:49-07:00
log4d62f0839382a9aa611f9c898a1ef7a6050bd92a
tree282aa63a3c6cb43ad5eb638484651bbdab8450fb
parentbe1ae430a1d6dff12c6cd7199dd6504fda880caf

add BRANCH_TODO file

to be deleted before merging into master

1 files changed, 14 insertions(+), 0 deletions(-)

BRANCH_TODO created+14
......@@ -0,0 +1,14 @@
1* Threaded: finish linux impl (all tests passing)
2* Threaded: finish macos impl
3* Threaded: finish windows impl
4
5* fix Group.wait not handling cancelation (need to move impl of ResetEvent to Threaded)
6* implement cancelRequest for non-linux posix
7* finish converting all Threaded into directly calling system functions and handling EINTR
8
9* move max_iovecs_len to std.Io
10* address the cancelation race condition (signal received between checkCancel and syscall)
11* update signal values to be an enum
12* move fs.File.Writer to Io
13* finish moving std.fs to Io
14* finish moving all of std.posix into Threaded