Support multiple IOTA networks in the Resolver
#4279
Annotations
4 errors and 2 warnings
no function or associated item named `deserialize_from` found for struct `roaring::RoaringBitmap` in the current scope:
identity_credential/src/revocation/revocation_bitmap_2022/bitmap.rs#L140
error[E0599]: no function or associated item named `deserialize_from` found for struct `roaring::RoaringBitmap` in the current scope
--> identity_credential/src/revocation/revocation_bitmap_2022/bitmap.rs:140:20
|
140 | RoaringBitmap::deserialize_from(data)
| ^^^^^^^^^^^^^^^^ function or associated item not found in `RoaringBitmap`
|
note: if you're trying to build a new `roaring::RoaringBitmap` consider using one of the following associated functions:
roaring::bitmap::inherent::<impl roaring::RoaringBitmap>::new
roaring::bitmap::inherent::<impl roaring::RoaringBitmap>::full
roaring::bitmap::iter::<impl roaring::RoaringBitmap>::from_sorted_iter
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/src/bitmap/inherent.rs:20:5
|
20 | pub fn new() -> RoaringBitmap {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
32 | pub fn full() -> RoaringBitmap {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/src/bitmap/iter.rs:203:5
|
203 | / pub fn from_sorted_iter<I: IntoIterator<Item = u32>>(
204 | | iterator: I,
205 | | ) -> Result<RoaringBitmap, NonSortedIntegers> {
| |_________________________________________________^
|
no method named `serialized_size` found for struct `roaring::RoaringBitmap` in the current scope:
identity_credential/src/revocation/revocation_bitmap_2022/bitmap.rs#L147
error[E0599]: no method named `serialized_size` found for struct `roaring::RoaringBitmap` in the current scope
--> identity_credential/src/revocation/revocation_bitmap_2022/bitmap.rs:147:57
|
147 | let mut output: Vec<u8> = Vec::with_capacity(self.0.serialized_size());
| ^^^^^^^^^^^^^^^ method not found in `RoaringBitmap`
|
no method named `serialize_into` found for struct `roaring::RoaringBitmap` in the current scope:
identity_credential/src/revocation/revocation_bitmap_2022/bitmap.rs#L150
error[E0599]: no method named `serialize_into` found for struct `roaring::RoaringBitmap` in the current scope
--> identity_credential/src/revocation/revocation_bitmap_2022/bitmap.rs:150:8
|
148 | / self
149 | | .0
150 | | .serialize_into(&mut output)
| | -^^^^^^^^^^^^^^ method not found in `RoaringBitmap`
| |_______|
|
|
clippy
Clippy had exited with the 101 exit code
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9, actions-rs-plus/clippy-check@b09a9c37c9df7db8b1a5d52e8fe8e0b6e3d574c4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|