mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
std.Io.Threaded: implement and cleanup windows codepaths
This commit is contained in:
@@ -1498,6 +1498,7 @@ fn generateLangRef(b: *std.Build) std.Build.LazyPath {
|
||||
defer dir.close(io);
|
||||
|
||||
var wf = b.addWriteFiles();
|
||||
b.step("test-docs", "Test code snippets from the docs").dependOn(&wf.step);
|
||||
|
||||
var it = dir.iterateAssumeFirstIteration();
|
||||
while (it.next(io) catch @panic("failed to read dir")) |entry| {
|
||||
|
||||
Reference in New Issue
Block a user