-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.testingThis issue is related to testing the compiler, standard library, or other parts of Zig.This issue is related to testing the compiler, standard library, or other parts of Zig.
Milestone
Description
zig/test/standalone/build.zig.zon
Lines 145 to 149 in b5ec75b
// TODO This test is disabled for doing naughty things in the build script. | |
// The logic needs to get moved to a child process instead of build.zig. | |
//.sigpipe = .{ | |
// .path = "sigpipe", | |
//}, |
zig/test/standalone/sigpipe/build.zig
Lines 8 to 10 in b5ec75b
// TODO signal handling code has no business being in a build script. | |
// this logic needs to move to a file called parent.zig which is | |
// added as an executable. |
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.testingThis issue is related to testing the compiler, standard library, or other parts of Zig.This issue is related to testing the compiler, standard library, or other parts of Zig.