Render sweep-boundary KindMismatch/MissingKnob as prose, not Debug structs #247
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?
Two sweep-boundary errors on the blueprint verb path print raw Rust Debug structs where the neighbouring diagnostics ship prose (found by the #246 per-cycle fieldtest, evidence fieldtests/cycle-246-bound-override/bo_transcript.txt):
beside the polished sibling on the same verb:
Both come from the sweep terminal's BindError rendered via {:?} at the IO wrapper (crates/aura-cli/src/main.rs, blueprint_sweep_family's map_err). Expected: prose of the same register as the unknown-axis message — name the axis, the expected vs supplied kind (or the unbound knob), and point at --list-axes. Exit codes are already correct (2).