Skip to content

feat(eval): add expected output for parser tests where possible, pend… #58

feat(eval): add expected output for parser tests where possible, pend…

feat(eval): add expected output for parser tests where possible, pend… #58

Triggered via push September 22, 2023 20:34
Status Failure
Total duration 1m 42s
Artifacts

deploy.yaml

on: push
Test and Compile shell
1m 31s
Test and Compile shell
Fit to window
Zoom out
Zoom in

Annotations

1 error and 18 warnings
Test and Compile shell
Process completed with exit code 101.
Test and Compile shell
The following actions uses node12 which is deprecated and will be forced to run on node16: ATiltedTree/setup-rust@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 and Compile shell: src/eval/parser.rs#L104
variable does not need to be mutable
Test and Compile shell: src/eval/parser.rs#L166
variable does not need to be mutable
Test and Compile shell: src/eval/parser.rs#L207
variable does not need to be mutable
Test and Compile shell: src/eval/parser.rs#L222
variable does not need to be mutable
Test and Compile shell: src/eval/parser.rs#L430
unused variable: `expected`
Test and Compile shell: src/eval/parser.rs#L239
function `debug_expression` is never used
Test and Compile shell
`rush` (bin "rush" test) generated 6 warnings (run `cargo fix --bin "rush" --tests` to apply 5 suggestions)
Test and Compile shell: src/eval/parser.rs#L104
variable does not need to be mutable
Test and Compile shell: src/eval/parser.rs#L166
variable does not need to be mutable
Test and Compile shell: src/eval/parser.rs#L207
variable does not need to be mutable
Test and Compile shell: src/eval/parser.rs#L222
variable does not need to be mutable
Test and Compile shell: src/eval/parser.rs#L11
variants `Logic`, `Redirect`, and `Command` are never constructed
Test and Compile shell: src/eval/parser.rs#L20
variants `Command` and `Redirect` are never constructed
Test and Compile shell: src/eval/parser.rs#L60
variants `Substitution` and `String` are never constructed
Test and Compile shell: src/eval/parser.rs#L71
variants `And` and `Or` are never constructed
Test and Compile shell: src/eval/parser.rs#L77
variants `TwoWayRedirect`, `AppendRedirect`, `LeftRedirect`, `RightRedirect`, and `Pipe` are never constructed
Test and Compile shell: src/eval/parser.rs#L84
function `parse_expression` is never used