Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor!: add new types of
CodecError
s #135refactor!: add new types of
CodecError
s #135Changes from all commits
1f4aebd
e240dbc
1ef36fe
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 913 in zarrs/src/array.rs
zarrs/src/array.rs#L913
Check warning on line 227 in zarrs/src/array/array_bytes.rs
zarrs/src/array/array_bytes.rs#L227
Check warning on line 982 in zarrs/src/array/codec.rs
zarrs/src/array/codec.rs#L980-L982
Check warning on line 1001 in zarrs/src/array/codec.rs
zarrs/src/array/codec.rs#L996-L1001
Check warning on line 1017 in zarrs/src/array/codec.rs
zarrs/src/array/codec.rs#L1015-L1017
Check warning on line 1036 in zarrs/src/array/codec.rs
zarrs/src/array/codec.rs#L1031-L1036
Check warning on line 83 in zarrs/src/array/codec/array_to_bytes/bytes/bytes_codec.rs
zarrs/src/array/codec/array_to_bytes/bytes/bytes_codec.rs#L83
Check warning on line 65 in zarrs/src/array/codec/array_to_bytes/vlen.rs
zarrs/src/array/codec/array_to_bytes/vlen.rs#L65
Check warning on line 73 in zarrs/src/array/codec/array_to_bytes/vlen_v2.rs
zarrs/src/array/codec/array_to_bytes/vlen_v2.rs#L73
Check warning on line 64 in zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs
zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs#L64
Check warning on line 68 in zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs
zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs#L66-L68
Check warning on line 81 in zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs
zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs#L81
Check warning on line 85 in zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs
zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs#L83-L85