Observed in: commit 94e2279 ("feat: add tracing instrumentation to diffguard-diff")
Problem:
The commit message states:
Note: diffguard-domain source files could not be modified due to filesystem view inconsistency between tools.
This means diffguard-domain was left without tracing instrumentation while diffguard-diff was successfully instrumented. The commit even added tracing.workspace = true to diffguard-domain/Cargo.toml but no source files were actually modified.
diffguard-domain is a core business-logic crate with 25 clippy warnings. This filesystem inconsistency needs to be resolved — either by retrying the instrumentation or by explicitly documenting why it was skipped.
Impact: diffguard-domain remains dark (issue #566 tracks this at a higher level), but the partial fix in commit 94e2279 is incomplete and could regress unnoticed.
Observed in: commit
94e2279("feat: add tracing instrumentation to diffguard-diff")Problem:
The commit message states:
This means
diffguard-domainwas left without tracing instrumentation whilediffguard-diffwas successfully instrumented. The commit even addedtracing.workspace = truetodiffguard-domain/Cargo.tomlbut no source files were actually modified.diffguard-domainis a core business-logic crate with 25 clippy warnings. This filesystem inconsistency needs to be resolved — either by retrying the instrumentation or by explicitly documenting why it was skipped.Impact:
diffguard-domainremains dark (issue #566 tracks this at a higher level), but the partial fix in commit94e2279is incomplete and could regress unnoticed.