Skip to content

added partial

added partial #129

Triggered via pull request September 27, 2024 15:54
@pigmejpigmej
synchronize #49
partial
Status Success
Total duration 3m 28s
Billable time 4m
Artifacts 5

ci.yml

on: pull_request
Matrix: Build library
Matrix: test
Publish release
0s
Publish release
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
manual implementation of an assign operation: src/partial_quicksync.rs#L54
warning: manual implementation of an assign operation --> src/partial_quicksync.rs:54:3 | 54 | target_index = target_index - jump_back; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `target_index -= jump_back` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern = note: `#[warn(clippy::assign_op_pattern)]` on by default
taken reference of right operand: src/partial_quicksync.rs#L163
warning: taken reference of right operand --> src/partial_quicksync.rs:163:8 | 163 | if previous_hash == &point.hash[..4] { | ^^^^^^^^^^^^^^^^^---------------- | | | help: use the right value directly: `point.hash[..4]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#op_ref = note: `#[warn(clippy::op_ref)]` on by default

Artifacts

Produced during runtime
Name Size
quicksync-linux
3.72 MB
quicksync-linux-arm64
3.7 MB
quicksync-macos
3.45 MB
quicksync-macos-arm64
3.26 MB
quicksync-windows
3.12 MB