mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 12:13:44 +00:00
* In-progress os.ChildProcess.spawn implementation. See #204 * Add explicit cast from integer to error. Closes #294 * fix casting from error to integer * fix compiler crash when initializing variable to undefined with no type