zig icon indicating copy to clipboard operation
zig copied to clipboard

incremental: bugfix (and a debugging feature that helped me do that bugfix)

Open mlugg opened this issue 11 months ago • 0 comments

This PR resolves #23959 by first introducing a helpful compiler feature for debugging incremental compilation, and then using it to find the bug in that issue. A corresponding incremental test case is added.

mlugg avatar May 25 '25 03:05 mlugg