"error: failed to rename compilation results" when using zig build test --watch
on Windows
#21104
Labels
zig build test --watch
on Windows
#21104
Zig Version
0.14.0-dev.1077+9be10ea96
Steps to Reproduce and Observed Behavior
zig init
zig build test --watch
src/main.zig
, comment line 24 (so the test fails)Repeat steps 3-5 until the crash is observed - this takes around 3 tries for me (there must be a race condition somewhere in this logic):
Expected Behavior
The watcher should remain alive without crashing.
The text was updated successfully, but these errors were encountered: