Compare commits

..

1 Commits

Author SHA1 Message Date
02ab85ac66 Delete C++ implementation and dead code
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 5s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Successful in 5s
2025-06-27 17:59:30 -06:00

View File

@ -18722,6 +18722,8 @@ names: [_][]u8 =
]; ];
>args = arguments[..arguments.length - 1]; >args = arguments[..arguments.length - 1];
>execution = os_execute(arena, args, envp, zero); >execution = os_execute(arena, args, envp, zero);
print(executable_path);
print("\n");
>success = execution.termination_kind == .exit and execution.termination_code == 0; >success = execution.termination_kind == .exit and execution.termination_code == 0;