This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Fix dependency split #34
Annotations
3 errors and 2 warnings
this function takes 4 arguments but 3 arguments were supplied:
/home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/696de65/crates/types/src/traits/block_contents.rs#L108
error[E0061]: this function takes 4 arguments but 3 arguments were supplied
--> /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/696de65/crates/types/src/traits/block_contents.rs:108:15
|
108 | let vid = VidScheme::new(num_chunks, num_storage_nodes, srs).unwrap();
| ^^^^^^^^^^^^^^ --- an argument of type `usize` is missing
|
note: associated function defined here
--> /home/runner/.cargo/git/checkouts/jellyfish-aebafe050ee5960c/34df5ce/primitives/src/vid/advz.rs:105:12
|
105 | pub fn new(
| ^^^
help: provide the argument
|
108 | let vid = VidScheme::new(num_chunks, num_storage_nodes, /* usize */, srs).unwrap();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint
Clippy had exited with the 101 exit code
|
this function takes 4 arguments but 3 arguments were supplied:
/home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/696de65/crates/types/src/traits/block_contents.rs#L108
error[E0061]: this function takes 4 arguments but 3 arguments were supplied
--> /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/696de65/crates/types/src/traits/block_contents.rs:108:15
|
108 | let vid = VidScheme::new(num_chunks, num_storage_nodes, srs).unwrap();
| ^^^^^^^^^^^^^^ --- an argument of type `usize` is missing
|
note: associated function defined here
--> /home/runner/.cargo/git/checkouts/jellyfish-aebafe050ee5960c/34df5ce/primitives/src/vid/advz.rs:105:12
|
105 | pub fn new(
| ^^^
help: provide the argument
|
108 | let vid = VidScheme::new(num_chunks, num_storage_nodes, /* usize */, srs).unwrap();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], arduino/setup-protoc@v2, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
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/
|