closed-blueprint walkforward --axis prints the UnknownKnob rejection twice #177

Closed
opened 2026-07-01 17:02:16 +02:00 by Brummel · 0 comments
Owner

aura walkforward <closed bp> --axis <name>=<v> emits the same rejection
diagnostic twice (exit 2, no panic):

aura: UnknownKnob("graph.fast.length")
aura: UnknownKnob("graph.fast.length")

Exit code is correct; the diagnostic is just duplicated (the sweep / mc paths emit
their rejection once). Likely the per-window walk-forward closure re-raises the
same top-level bind error. Low severity — dedupe the emit.

Surfaced by the World/C21 milestone fieldtest. Detail in
docs/specs/fieldtest-milestone-world-c21-blueprint-data-families.md.

refs #170

`aura walkforward <closed bp> --axis <name>=<v>` emits the same rejection diagnostic **twice** (exit 2, no panic): ``` aura: UnknownKnob("graph.fast.length") aura: UnknownKnob("graph.fast.length") ``` Exit code is correct; the diagnostic is just duplicated (the sweep / mc paths emit their rejection once). Likely the per-window walk-forward closure re-raises the same top-level bind error. Low severity — dedupe the emit. Surfaced by the World/C21 milestone fieldtest. Detail in docs/specs/fieldtest-milestone-world-c21-blueprint-data-families.md. refs #170
Brummel added the bug label 2026-07-01 17:02:16 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Brummel/Aura#177