Finish #159 cycle-close tidy: sweep dead-symbol comments in aura-cli/src/main.rs #222
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?
Remaining tail of the #159 cycle-close audit tidy. The doc/ledger drift across 7 other files landed in
07a73fb;crates/aura-cli/src/main.rswas the one file not swept before the run was cut short. All edits below are behaviour-free (comments/rustdoc only) and were adversarially verified against the tree atee70016. Live analogs:run_sweep→run_blueprint_sweep,run_mc→run_blueprint_mc,mc_family→blueprint_mc_family,walkforward_family→blueprint_walkforward_family,r_sma_sweep_over/r_sma_sweep_family→blueprint_sweep_family.Sites (line numbers approximate — grep the quoted text):
blueprint_sweep_familyhas an intra-doc link[`r_sma_sweep_family`](a deleted builder). This is the second remainingcargo docwarning ("unresolved link tor_sma_sweep_family"). Repoint/de-link socargo doc --workspace --no-depsis warning-clean.Strategyamong live "value helpers" —enum Strategyis deleted; drop it from the list (keep siblings likeRGrid).dispatch_run's None arm prints a usage error and exits 2. Reword to the usage-error reality.sample_blueprint_with_sinks(deleted) as provenance; drop/re-anchor.run_sweep/run_mc/mc_family/run_walkforwardin present tense; repoint each to its live analog. Do NOT touch ~3709 ("the retired PIP built-inrun_sweep") — that one is accurate and intentional.r_sma_sweep_over" / "analog ofrun_oos_r" — both deleted; repoint toblueprint_sweep_family/ drop.walkforward_family(deleted) →blueprint_walkforward_familyor "the inline walk-forward path".After this,
cargo doc --workspace --no-depsshould be warning-clean (theE[R]warning is already fixed in07a73fb). This closes the #159 cycle-close audit tidy. refs #159