De-duplicate Recorder: shipped aura-std::Recorder vs the two #[cfg(test)] engine fixtures #14
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?
Cycle 0010 (#8) shipped aura-std::Recorder as a reusable four-kind recording sink. The pre-existing #[cfg(test)] Recorder fixtures in crates/aura-engine/src/report.rs and crates/aura-engine/src/harness.rs are now near-identical, f64-only subsets of the shipped block.
context: acknowledged debt, explicitly deferred by the 0010 spec (non-goal: 'Refactoring the existing #[cfg(test)] Recorder fixtures'). The engine tests could depend on aura-std (already a dev-dependency) and use the shipped Recorder, removing the two private duplicates. Low urgency; a tidy, not skeleton-blocking.
depends on: nothing — pure tidy.