mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
Instead, just return ChildProcess directly. This structure does not require a stable address, so we can put it on the stack just fine. If someone wants it on the heap they should do. const proc = try allocator.create(ChildProcess); proc.* = ChildProcess.init(args, allocator); |
||
|---|---|---|
| .. | ||
| CheckFileStep.zig | ||
| FmtStep.zig | ||
| InstallRawStep.zig | ||
| OptionsStep.zig | ||
| RunStep.zig | ||
| TranslateCStep.zig | ||
| WriteFileStep.zig | ||