stash: #107
Annotations
16 warnings
test
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/
|
test
The following actions uses Node.js version which is deprecated 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/
|
test:
src/main.rs#L1
unused import: `process::Command`
|
test:
src/main.rs#L5
unused imports: `EnvVars`, `env::Env`, and `eval::ScrapeResultsPtr`
|
test:
src/repl.rs#L1
unused import: `std::sync::Arc`
|
test:
src/repl.rs#L3
unused import: `futures::lock::Mutex`
|
test:
src/repl.rs#L6
unused imports: `builder::InterpreterBuilder`, `env::Env`, and `eval::ScrapeResultsPtr`
|
test
`scoutlang` (bin "scout" test) generated 5 warnings (run `cargo fix --bin "scout" --tests` to apply 5 suggestions)
|
test:
scout-worker/src/rmq/producer.rs#L49
unused variable: `payload`
|
test:
scout-worker/src/rmq/consumer.rs#L86
unused variable: `res`
|
test:
scout-worker/src/rmq/producer.rs#L17
fields `chann` and `queue` are never read
|
test
`scout-worker` (bin "scout-worker" test) generated 3 warnings
|
test
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/
|
test
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/
|
test
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/
|
test
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/
|