Skip to content

Parser

Parser #1192

Triggered via pull request September 23, 2024 11:09
@JakobSteinbergJakobSteinberg
synchronize #455
parser
Status Failure
Total duration 27m 9s
Artifacts

pr.yml

on: pull_request
Lint with clippy
1m 0s
Lint with clippy
Verify code formatting
19s
Verify code formatting
Verify crate documentation
1m 36s
Verify crate documentation
Check for undefined behaviour with miri
26m 59s
Check for undefined behaviour with miri
Test python bindings
1m 20s
Test python bindings
Check python code formatting
8s
Check python code formatting
Test wasm bindings
1m 19s
Test wasm bindings
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint with clippy: nemo/src/parser/error.rs#L131
this expression creates a reference which is immediately dereferenced by the compiler
Lint with clippy: nemo/src/parser/error.rs#L208
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Lint with clippy: nemo/src/parser/error.rs#L223
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Lint with clippy: nemo/src/parser/error.rs#L238
`if` chain can be rewritten with `match`
Lint with clippy
Process completed with exit code 101.