Finish #159 cycle-close tidy: sweep dead-symbol comments in aura-cli/src/main.rs #222

Closed
opened 2026-07-08 11:12:52 +02:00 by Brummel · 0 comments
Owner

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.rs was 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 at ee70016. Live analogs: run_sweeprun_blueprint_sweep, run_mcrun_blueprint_mc, mc_familyblueprint_mc_family, walkforward_familyblueprint_walkforward_family, r_sma_sweep_over/r_sma_sweep_familyblueprint_sweep_family.

Sites (line numbers approximate — grep the quoted text):

  • ~1546 — the one that matters most: rustdoc on blueprint_sweep_family has an intra-doc link [`r_sma_sweep_family`] (a deleted builder). This is the second remaining cargo doc warning ("unresolved link to r_sma_sweep_family"). Repoint/de-link so cargo doc --workspace --no-deps is warning-clean.
  • ~2064: a comment lists Strategy among live "value helpers" — enum Strategy is deleted; drop it from the list (keep siblings like RGrid).
  • ~2066-2069: comment says a non-blueprint positional "falls to the built-in grammar" — false; dispatch_run's None arm prints a usage error and exits 2. Reword to the usage-error reality.
  • ~1266: cites sample_blueprint_with_sinks (deleted) as provenance; drop/re-anchor.
  • ~739, 906, 1712, 1756, 1795, 1797, 1836, 1886: comments cross-reference deleted run_sweep/run_mc/mc_family/run_walkforward in present tense; repoint each to its live analog. Do NOT touch ~3709 ("the retired PIP built-in run_sweep") — that one is accurate and intentional.
  • ~1614/1644: "twin of r_sma_sweep_over" / "analog of run_oos_r" — both deleted; repoint to blueprint_sweep_family / drop.
  • ~606, 3020, 3118: bare walkforward_family (deleted) → blueprint_walkforward_family or "the inline walk-forward path".

After this, cargo doc --workspace --no-deps should be warning-clean (the E[R] warning is already fixed in 07a73fb). This closes the #159 cycle-close audit tidy. refs #159

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.rs` was 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 at `ee70016`. 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): - **~1546 — the one that matters most:** rustdoc on `blueprint_sweep_family` has an intra-doc link `` [`r_sma_sweep_family`] `` (a deleted builder). This is the **second remaining `cargo doc` warning** ("unresolved link to `r_sma_sweep_family`"). Repoint/de-link so `cargo doc --workspace --no-deps` is warning-clean. - ~2064: a comment lists `Strategy` among live "value helpers" — `enum Strategy` is deleted; drop it from the list (keep siblings like `RGrid`). - ~2066-2069: comment says a non-blueprint positional "falls to the built-in grammar" — false; `dispatch_run`'s None arm prints a usage error and exits 2. Reword to the usage-error reality. - ~1266: cites `sample_blueprint_with_sinks` (deleted) as provenance; drop/re-anchor. - ~739, 906, 1712, 1756, 1795, 1797, 1836, 1886: comments cross-reference deleted `run_sweep`/`run_mc`/`mc_family`/`run_walkforward` in present tense; repoint each to its live analog. **Do NOT touch ~3709** ("the retired PIP built-in `run_sweep`") — that one is accurate and intentional. - ~1614/1644: "twin of `r_sma_sweep_over`" / "analog of `run_oos_r`" — both deleted; repoint to `blueprint_sweep_family` / drop. - ~606, 3020, 3118: bare `walkforward_family` (deleted) → `blueprint_walkforward_family` or "the inline walk-forward path". After this, `cargo doc --workspace --no-deps` should be warning-clean (the `E[R]` warning is already fixed in `07a73fb`). This closes the #159 cycle-close audit tidy. refs #159
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Brummel/Aura#222