Skip to content

Full range wgpu partial fix #4601

Full range wgpu partial fix

Full range wgpu partial fix #4601

Triggered via pull request December 30, 2024 22:38
Status Failure
Total duration 13m 26s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
check-macos
Process completed with exit code 101.
check-linux: alvr/server_core/src/connection.rs#L763
error[E0063]: missing field `use_full_range` in initializer of `alvr_packets::NegotiatedStreamingConfig` --> alvr/server_core/src/connection.rs:763:10 | 763 | &NegotiatedStreamingConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^ missing `use_full_range`
check-linux
Process completed with exit code 101.
check-msrv-linux
Process completed with exit code 101.
check-windows: alvr/server_core/src/connection.rs#L763
error[E0063]: missing field `use_full_range` in initializer of `alvr_packets::NegotiatedStreamingConfig` --> alvr\server_core\src\connection.rs:763:10 | 763 | &NegotiatedStreamingConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^ missing `use_full_range`
check-windows
Process completed with exit code 1.
check-msrv-windows
Process completed with exit code 1.
check-linux: alvr/packets/src/lib.rs#L177
warning: unnecessary closure used to substitute value for `Result::Err` --> alvr/packets/src/lib.rs:177:26 | 177 | let use_full_range = json::from_value(negotiated_json["use_full_range"].clone()) | __________________________^ 178 | | .unwrap_or_else(|_| settings.video.encoder_config.use_full_range); | |_________________________________________________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default help: use `unwrap_or` instead | 178 | .unwrap_or(settings.video.encoder_config.use_full_range); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check-windows: alvr/packets/src/lib.rs#L177
warning: unnecessary closure used to substitute value for `Result::Err` --> alvr\packets\src\lib.rs:177:26 | 177 | let use_full_range = json::from_value(negotiated_json["use_full_range"].clone()) | __________________________^ 178 | | .unwrap_or_else(|_| settings.video.encoder_config.use_full_range); | |_________________________________________________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default help: use `unwrap_or` instead | 178 | .unwrap_or(settings.video.encoder_config.use_full_range); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~