iddev5 df544cace9 std: explicitly handle error.UnexpectedExitCode in build_runner
RunStep on unexpected exit code used to return error.UncleanExit, which
was confusing and unclear. When it was changed, the error handling code
in build_runner was not modified, which produced an error trace.

This commit explicitly handles error.UnexpectedExitCode in build_runner
so that the behavior now matches that of zig 0.8.1 after which it was
regressed.
2022-03-27 18:19:55 +05:30
..
2021-04-12 09:31:45 +02:00
2022-03-20 13:29:48 -07:00
2022-03-18 00:12:22 -07:00