Skip to content

Sequantial componets evalultion order fix #320

Sequantial componets evalultion order fix

Sequantial componets evalultion order fix #320

Triggered via pull request October 3, 2024 11:13
Status Success
Total duration 10m 55s
Artifacts

rust.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build (x86_64-pc-windows-gnu)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
useless conversion to the same type: `egui::Vec2`: src/gui_egui/components/pass_through.rs#L39
warning: useless conversion to the same type: `egui::Vec2` --> src/gui_egui/components/pass_through.rs:39:28 | 39 | let offset: Vec2 = offset.into(); | ^^^^^^^^^^^^^ help: consider removing `.into()`: `offset` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
build (x86_64-pc-windows-gnu)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
build (x86_64-apple-darwin)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
build (x86_64-apple-darwin)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
useless conversion to the same type: `egui::Vec2`: src/gui_egui/components/pass_through.rs#L39
warning: useless conversion to the same type: `egui::Vec2` --> src/gui_egui/components/pass_through.rs:39:28 | 39 | let offset: Vec2 = offset.into(); | ^^^^^^^^^^^^^ help: consider removing `.into()`: `offset` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
build (x86_64-unknown-linux-musl)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
build (x86_64-unknown-linux-musl)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
useless conversion to the same type: `egui::Vec2`: src/gui_egui/components/pass_through.rs#L39
warning: useless conversion to the same type: `egui::Vec2` --> src/gui_egui/components/pass_through.rs:39:28 | 39 | let offset: Vec2 = offset.into(); | ^^^^^^^^^^^^^ help: consider removing `.into()`: `offset` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default