WalkForwardResult::named_params — mirror SweepFamily::named_params for the typed/named view #76
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?
Idea
Cycle 0048 made
WalkForwardResultshare the(space: Vec<ParamSpec>, tag-free Vec<Cell> points)idiom withSweepFamily.SweepFamilyexposes an inherent convenience for thenamed/typed view:
WalkForwardResulthas no mirror — a consumer wanting the named view writeszip_params(&result.space, &result.windows[i].run.chosen_params)by hand (theWindowRun.chosen_paramsdoc already points at this). Closing the symmetry:Why deferred
Explicitly out of scope of 0048 (the spec named it a follow-on). No consumer is blocked —
the free function
zip_paramsalready serves the case — so this is a droppableconvenience, not debt. Audit (cycle 0048) flagged it as tracker-worthy, not actionable
drift.
refs #75