gpu-dawn mach-core: ChildProcess.exec fails in zig 0.12.0 #1087

Closed
opened 2023-10-25 19:28:19 +00:00 by jmbert · 3 comments
jmbert commented 2023-10-25 19:28:19 +00:00 (Migrated from github.com)

ChildProcess.exec has been renamed to ChildProcess.run, causing errors in gpu-dawn and mach-core

ChildProcess.exec has been renamed to ChildProcess.run, causing errors in gpu-dawn and mach-core
michal-z commented 2023-10-25 19:42:54 +00:00 (Migrated from github.com)

Fix is trivial exec() -> run().

Fix is trivial `exec()` -> `run()`.
emidoots commented 2023-10-25 23:18:31 +00:00 (Migrated from github.com)

Please make sure you are using a supported Zig version: https://machengine.org/about/zig-version/

Please make sure you are using a supported Zig version: https://machengine.org/about/zig-version/
emidoots commented 2023-10-30 05:06:52 +00:00 (Migrated from github.com)
https://github.com/hexops/mach/issues/1093
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#1087
No description provided.