add memtable actor mode #53
ci.yml
on: push
Check license header
48s
Matrix: Run tests
Annotations
20 errors and 9 warnings
Run tests (macos-latest):
src/engine/src/mem/handler.rs#L116
redundant field names in struct initialization
|
Run tests (macos-latest):
src/engine/src/mem/arena.rs#L266
this `else { if .. }` block can be collapsed
|
Run tests (macos-latest):
src/engine/src/record/mod.rs#L239
constants have by default a `'static` lifetime
|
Run tests (macos-latest):
src/engine/src/cache/lru.rs#L94
very complex type used. Consider factoring parts into `type` definitions
|
Run tests (macos-latest):
src/engine/src/cache/lru.rs#L157
call to `core::mem::swap` with a parameter derived from a raw pointer
|
Run tests (macos-latest):
src/engine/src/cache/lru.rs#L243
deref which would be done by auto-deref
|
Run tests (macos-latest):
src/engine/src/util/coding.rs#L32
transmute from a `u32` to a `[u8; 4]`
|
Run tests (macos-latest):
src/engine/src/util/coding.rs#L49
transmute from a `u64` to a `[u8; 8]`
|
Run tests (macos-latest):
src/engine/src/db/iterator.rs#L441
this block may be rewritten with the `?` operator
|
Run tests (macos-latest):
src/engine/src/db/iterator.rs#L447
this block may be rewritten with the `?` operator
|
Run tests (ubuntu-latest):
src/engine/src/mem/handler.rs#L116
redundant field names in struct initialization
|
Run tests (ubuntu-latest):
src/engine/src/cache/lru.rs#L94
very complex type used. Consider factoring parts into `type` definitions
|
Run tests (ubuntu-latest):
src/engine/src/cache/lru.rs#L157
call to `core::mem::swap` with a parameter derived from a raw pointer
|
Run tests (ubuntu-latest):
src/engine/src/cache/lru.rs#L243
deref which would be done by auto-deref
|
Run tests (ubuntu-latest):
src/engine/src/util/coding.rs#L32
transmute from a `u32` to a `[u8; 4]`
|
Run tests (ubuntu-latest):
src/engine/src/util/coding.rs#L49
transmute from a `u64` to a `[u8; 8]`
|
Run tests (ubuntu-latest):
src/engine/src/db/iterator.rs#L441
this block may be rewritten with the `?` operator
|
Run tests (ubuntu-latest):
src/engine/src/db/iterator.rs#L447
this block may be rewritten with the `?` operator
|
Run tests (ubuntu-latest):
src/engine/src/db/mod.rs#L205
the borrowed expression implements the required traits
|
Run tests (ubuntu-latest):
src/engine/src/db/mod.rs#L576
the borrowed expression implements the required traits
|
Check license header
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, baptiste0928/cargo-install@v1, Swatinem/rust-cache@v1, 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/
|
Run tests (macos-latest)
The `save-state` 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/
|
Run tests (macos-latest)
The `save-state` 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/
|
Run tests (macos-latest)
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/
|
Run tests (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, baptiste0928/cargo-install@v1, Swatinem/rust-cache@v1, 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/
|
Run tests (ubuntu-latest)
The `save-state` 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/
|
Run tests (ubuntu-latest)
The `save-state` 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/
|
Run tests (ubuntu-latest)
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/
|