Add merge command #33
Annotations
4 errors and 13 warnings
Test
Process completed with exit code 101.
|
cannot find function `merge` in this scope:
src/main.rs#L327
error[E0425]: cannot find function `merge` in this scope
--> src/main.rs:327:13
|
327 | merge(merge_args).await?;
| ^^^^^ not found in this scope
|
Build
Process completed with exit code 101.
|
rustfmt + clippy
Clippy had exited with the 101 exit code
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
unused import: `merge_directory::MergeDirectory`:
src/main.rs#L42
warning: unused import: `merge_directory::MergeDirectory`
--> src/main.rs:42:5
|
42 | merge_directory::MergeDirectory,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `DirectoryClone`:
src/main.rs#L21
warning: unused import: `DirectoryClone`
--> src/main.rs:21:17
|
21 | directory::{DirectoryClone, FileSlice, MmapDirectory},
| ^^^^^^^^^^^^^^
|
unused import: `MergeArgs`:
src/main.rs#L14
warning: unused import: `MergeArgs`
--> src/main.rs:14:23
|
14 | use args::{IndexArgs, MergeArgs, SearchArgs};
| ^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rustfmt + clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rustfmt + clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rustfmt + clippy
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/
|
rustfmt + clippy
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/
|
rustfmt + clippy
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/
|
rustfmt + clippy
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/
|