v2.0 initial commit #170
Annotations
10 errors and 12 warnings
Run actions-rs/cargo@v1:
src/lib.rs#L10
failed to resolve: use of undeclared crate or module `pyo3`
|
Run actions-rs/cargo@v1:
src/entity.rs#L1
unresolved import `itertools`
|
Run actions-rs/cargo@v1:
src/pipeline.rs#L8
failed to resolve: use of undeclared crate or module `crossbeam`
|
Run actions-rs/cargo@v1:
src/pipeline.rs#L7
unresolved import `crossbeam`
|
Run actions-rs/cargo@v1:
src/pipeline.rs#L10
failed to resolve: use of undeclared crate or module `crossbeam`
|
Run actions-rs/cargo@v1:
src/pipeline.rs#L9
unresolved import `crossbeam`
|
Run actions-rs/cargo@v1:
src/pipeline.rs#L11
unresolved import `itertools`
|
Run actions-rs/cargo@v1:
src/sparse_matrix.rs#L2
unresolved import `pyo3`
|
Run actions-rs/cargo@v1:
src/sparse_matrix.rs#L3
unresolved import `serde`
|
Run actions-rs/cargo@v1:
src/sparse_matrix_builder.rs#L8
unresolved import `dashmap`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/cargo@v1
`/home/runner/work/cleora/cleora/.cargo/config` is deprecated in favor of `config.toml`
|
Run actions-rs/cargo@v1
unused manifest key: build
|
Run actions-rs/cargo@v1:
src/lib.rs#L12
unused import: `rayon::iter::IndexedParallelIterator`
|
Run actions-rs/cargo@v1:
src/lib.rs#L14
unused import: `IntoParallelIterator`
|
Run actions-rs/cargo@v1:
src/sparse_matrix_builder.rs#L266
variable does not need to be mutable
|
Run actions-rs/cargo@v1
`cleora` (lib) generated 3 warnings
|
Run actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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/
|
Loading