fix(#1375): clean up pedantic warnings and re-enable -D warnings without pedantic bypass

This commit is contained in:
damocles 2026-06-05 15:59:45 +02:00 committed by mara
commit fb726197ea
28 changed files with 109 additions and 90 deletions

View file

@ -1364,9 +1364,9 @@ mod tests {
assert!(!q.set_step(999, "anything"));
}
/// A MetaUpdate cascade Rebuild (with parent_id = Some(meta_id)) must
/// NOT dedup into a pre-existing Queued Rebuild with a different parent_id
/// (e.g. from a startup sweep). Without the parent_id dedup guard the
/// A `MetaUpdate` cascade `Rebuild` (with `parent_id` = `Some(meta_id)`) must
/// NOT dedup into a pre-existing `Queued` `Rebuild` with a different `parent_id`
/// (e.g. from a startup sweep). Without the `parent_id` dedup guard the
/// cascade rebuild would be swallowed and the agent would never rebuild
/// against the post-lock-bump meta.
#[test]