chore: remove unused workspace dependency edges - #268
Conversation
Teakowa
left a comment
There was a problem hiding this comment.
Blocking — manifest dependency removals (crates/wright-language/Cargo.toml / crates/wright-ostw/Cargo.toml) change an existing compatibility contract. On CI run #440, the OPY N-level gate regresses from 6/6 to 5/6: real-world/overpy-cake still compiles with exit 0 but diverges after normalization. The same gate passed on #260 with the same Rust 1.98.1 runner/toolchain, and only release metadata/docs changed between #260 and this PR's base. This violates #266's requirement to preserve behavior and rule out Cargo feature/unification or other indirect dependency effects. Identify the removed edge(s) causing the divergence, retain any edge that is actually required, and rerun the applicable gate to green.
|
Follow-up on the blocking review: I audited the reported N-level regression and reran the gate. The PR diff is limited to the two manifests and Cargo.lock. Comparing the |
Summary
Verification
Closes #266