Files
zig/src
Jimmi Holst Christensen a0a2ce92ca std: Do not allocate the result for ChildProcess.init
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);
2022-04-29 22:50:34 -04:00
..
2022-04-27 16:45:23 -07:00
2022-04-27 16:45:23 -07:00
2022-04-27 16:45:23 -07:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-04-20 17:37:35 -07:00
2022-04-27 16:45:23 -07:00
2022-01-02 13:16:17 -07:00
2022-04-27 16:45:23 -07:00
2022-04-27 16:45:23 -07:00
2022-04-18 13:11:37 +02:00
2022-01-07 00:06:06 -05:00
2022-04-20 17:37:35 -07:00
2022-04-28 17:48:05 +03:00
2021-09-24 13:39:20 -04:00
2022-04-27 16:45:23 -07:00