feat: Interpret data descriptors when reading zip file from (read, nonseek) stream #3069
Annotations
10 errors and 6 warnings
clippy:
src/crc32.rs#L57
expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `=>`, `if`, `{`, or `|`, found `.`
|
clippy:
src/crc32.rs#L58
expected `;`, found `Ok`
|
clippy:
src/crc32.rs#L13
failed to resolve: use of undeclared crate or module `flate2`
|
clippy:
src/crc32.rs#L3
failed to resolve: use of undeclared crate or module `bzip2`
|
clippy:
src/crc32.rs#L12
unresolved import `deflate64`
|
clippy:
src/crc32.rs#L8
unresolved import `crate::read::lzma`
|
clippy:
src/crc32.rs#L9
unresolved import `crate::read::xz`
|
clippy:
src/read/stream.rs#L7
unresolved import `super::read_zipfile_from_stream`
|
clippy:
src/crc32.rs#L32
cannot find value `checksum` in this scope
|
clippy:
src/read.rs#L441
cannot find value `crc32` in this scope
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading