You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ChunkCodecCore] BREAKING change the return type to MaybeSize (#72)
* return MaybeSize
* Change return type
* Fix for 1.12 and add more tests
* test MaybeSize convert code
* remove convert with `nothing` and revert change to `try_find_decoded_size`
* improve error messages
* refactor asserts
* update changelogs
* make JET happy
Copy file name to clipboardExpand all lines: ChunkCodecCore/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## Unreleased
8
8
9
+
### BREAKING the return type of `try_encode`, `try_decode`, and `try_resize_decode!` changed to a new `MaybeSize` type [#72](https://github.com/JuliaIO/ChunkCodecs.jl/pull/72)
0 commit comments