all: periodic update of Zig nightly version #1093

Closed
opened 2023-10-30 05:06:45 +00:00 by emidoots · 0 comments
emidoots commented 2023-10-30 05:06:45 +00:00 (Migrated from github.com)

Tracking issue for requests to update the Zig version we use

Notes:

  • ChildProcess.exec needs exec() -> run()
  • https://github.com/ziglang/zig/pull/18076 makes std.fs.openIterableDirAbsolute(path) -> dir.openDir(path, .{ .iterate = true });
  • non-mutated variables are now required to be const
Tracking issue for requests to update the Zig version we use * dxcompiler work will require it for https://github.com/ziglang/zig/pull/17558 / Linux builds * User request: https://github.com/hexops/mach/issues/1087 Notes: * `ChildProcess.exec` needs `exec()` -> `run()` * https://github.com/ziglang/zig/pull/18076 makes `std.fs.openIterableDirAbsolute(path)` -> `dir.openDir(path, .{ .iterate = true });` * non-mutated variables are now required to be `const`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hexops/mach#1093
No description provided.