mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-01 13:56:18 +03:00
198f35c98c
I'm a bit confused because my understanding is that each step is supposed to make its own decision about whether to clear its watch inputs and start over, or retain them from the previous update. However, without this fix in place, the problem from #35224 manifests itself again. Since this fix is in place in master branch, I'll leave it for now and audit the file watching logic later.