NON_PARSEABLE_FIXTURES list duplicated across 3 test crates #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Architect debt note from the #55 cutover audit. The fixture-exclusion list NON_PARSEABLE_FIXTURES is copied in three test files across three crates:
Low-value to dedup: a shared const would need a home reachable by all three test crates (a test-support crate or a pub const in ailang-core), which couples independent test crates to carry a test-only list. Filed for tracking; not obviously worth the coupling. Revisit if the list grows or a fourth copy appears.
context: #55 cutover audit drift review.