Skip to content

Add clap flags to the riscv example #193

Add clap flags to the riscv example

Add clap flags to the riscv example #193

Triggered via pull request July 30, 2023 00:55
Status Success
Total duration 3m 45s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
rustfmt
Error: ENOENT: no such file or directory, opendir '/home/runner/work/syncrim/syncrim/target'
this function has too many arguments (11/7): src/components/mem.rs#L90
warning: this function has too many arguments (11/7) --> src/components/mem.rs:90:5 | 90 | / pub fn rc_new_from_bytes( 91 | | id: &str, 92 | | pos: (f32, f32), 93 | | width: f32, ... | 101 | | memory: HashMap<usize, u8>, 102 | | ) -> Rc<Self> { | |_________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
this function has too many arguments (11/7): src/components/mem.rs#L90
warning: this function has too many arguments (11/7) --> src/components/mem.rs:90:5 | 90 | / pub fn rc_new_from_bytes( 91 | | id: &str, 92 | | pos: (f32, f32), 93 | | width: f32, ... | 101 | | memory: HashMap<usize, u8>, 102 | | ) -> Rc<Self> { | |_________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/