mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
add BRANCH_TODO file
to be deleted before merging into master
This commit is contained in:
parent
be1ae430a1
commit
4d62f08393
14
BRANCH_TODO
Normal file
14
BRANCH_TODO
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user