Skip to content

feat(eval): work on implementation of argument tokenizer/parser using… #54

feat(eval): work on implementation of argument tokenizer/parser using…

feat(eval): work on implementation of argument tokenizer/parser using… #54

Triggered via push September 17, 2023 05:12
Status Success
Total duration 2m 6s
Artifacts

deploy.yaml

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

Annotations

18 warnings
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#L8
struct `Arg` is never constructed
Test and Compile shell: src/eval/parser.rs#L9
struct `Args` is never constructed
Test and Compile shell: src/eval/parser.rs#L11
struct `Command` is never constructed
Test and Compile shell: src/eval/parser.rs#L12
struct `OperationRhs` is never constructed
Test and Compile shell: src/eval/parser.rs#L13
struct `Operation` is never constructed
Test and Compile shell: src/eval/parser.rs#L18
enum `Operator` is never used
Test and Compile shell: src/eval/parser.rs#L24
enum `InputLineTree` is never used
Test and Compile shell
`rush` (bin "rush" test) generated 7 warnings
Test and Compile shell: src/eval/parser.rs#L1
unused import: `pest::Parser`
Test and Compile shell: src/eval/parser.rs#L8
struct `Arg` is never constructed
Test and Compile shell: src/eval/parser.rs#L9
struct `Args` is never constructed
Test and Compile shell: src/eval/parser.rs#L11
struct `Command` is never constructed
Test and Compile shell: src/eval/parser.rs#L12
struct `OperationRhs` is never constructed
Test and Compile shell: src/eval/parser.rs#L13
struct `Operation` is never constructed
Test and Compile shell: src/eval/parser.rs#L18
enum `Operator` is never used
Test and Compile shell: src/eval/parser.rs#L24
enum `InputLineTree` is never used
Test and Compile shell
`rush` (bin "rush") generated 8 warnings (run `cargo fix --bin "rush"` to apply 1 suggestion)