JuliaIO / TranscodingStreams.jl

Simple, consistent interfaces for any codec.
https://juliaio.github.io/TranscodingStreams.jl/
Other
85 stars 28 forks source link

Add function to test `seekstart` resets the state of a codec #217

Closed nhz2 closed 3 months ago

nhz2 commented 3 months ago

It would be useful to add a function to TestExt.jl that tests that seekstart fully resets the state of a codec. This might help catch bugs in startproc. Ref: https://github.com/JuliaIO/CodecZstd.jl/pull/52#discussion_r1617372380