Refactor: Consolidate Voting
, Leading
and InternalServerState
type parameters into C
#3337
Annotations
5 errors and 17 warnings
Test crate `openraft/`:
openraft/src/leader/leader.rs#L3
unresolved import `crate::alias`
|
Test crate `openraft/`:
openraft/src/leader/leader.rs#L4
unresolved import `crate::alias`
|
Test crate `openraft/`:
openraft/src/leader/voting.rs#L3
unresolved import `crate::alias`
|
Test crate `openraft/`:
openraft/src/leader/voting.rs#L4
unresolved import `crate::alias`
|
Test crate `openraft/`
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/[email protected], actions-rs/cargo@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/[email protected], actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Setup | Toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Setup | Toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Setup | Toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Setup | Toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Upload artifact
No files were found with the provided path: openraft/_log/. No artifacts will be uploaded.
|
Test crate `openraft/`:
openraft/src/core/raft_core.rs#L66
unused import: `crate::progress::Progress`
|
Test crate `openraft/`:
openraft/src/core/raft_core.rs#L1
unused import: `std::borrow::Borrow`
|
Test crate `openraft/`:
openraft/src/core/raft_core.rs#L13
unused import: `futures::StreamExt`
|
Test crate `openraft/`:
openraft/src/core/raft_core.rs#L14
unused import: `futures::TryFutureExt`
|
Test crate `openraft/`:
openraft/src/engine/handler/replication_handler/mod.rs#L14
unused import: `crate::progress::Progress`
|
Test crate `openraft/`:
openraft/src/leader/voting.rs#L5
unused import: `crate::display_ext::DisplayOptionExt`
|
Test crate `openraft/`:
openraft/src/leader/leader.rs#L11
unused import: `crate::LogIdOptionExt`
|
Test crate `openraft/`:
openraft/src/leader/leader.rs#L7
unused import: `crate::progress::Progress`
|
Test crate `openraft/`:
openraft/src/engine/tests/trigger_purge_log_test.rs#L10
unused import: `crate::progress::Progress`
|
Test crate `openraft/`:
openraft/src/leader/leader.rs#L145
unused import: `crate::progress::Progress`
|
Loading