This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch pedantic-partitions
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 4cbb5f822 Merge branch 'master' into pedantic-partitions
add cc5dedfb7 chore(consensus): enable pedantic and nursery clippy lints
(#2870)
add 734264945 chore(clock, journal): enable pedantic and nursery clippy
lints (#2874)
add fc97f02ff Merge branch 'master' into pedantic-partitions
No new revisions were added by this update.
Summary of changes:
.github/workflows/_common.yml | 2 +
core/clock/Cargo.toml | 5 +
core/consensus/Cargo.toml | 5 +
core/consensus/src/impls.rs | 169 +++++++++++++++++++++---------
core/consensus/src/lib.rs | 2 +-
core/consensus/src/namespaced_pipeline.rs | 17 ++-
core/consensus/src/plane_helpers.rs | 44 +++++++-
core/consensus/src/plane_mux.rs | 14 ++-
core/consensus/src/view_change_quorum.rs | 30 +++---
core/consensus/src/vsr_timeout.rs | 35 ++++---
core/journal/Cargo.toml | 5 +
11 files changed, 241 insertions(+), 87 deletions(-)