Skip to content

Add test for reusing encoder after finalize - #243

Merged
nhz2 merged 1 commit into
masterfrom
nz/test_reuse_compressor
Dec 9, 2024
Merged

Add test for reusing encoder after finalize#243
nhz2 merged 1 commit into
masterfrom
nz/test_reuse_compressor

Conversation

@nhz2

@nhz2nhz2 commented Dec 4, 2024

Copy link
Copy Markdown
Member

Fixes#241

This PR adds a function test_reuse_encoder(Encoder, Decoder) to TestsForCodecPackages.jl and bumps the version from
0.1.0 to 0.1.1.

This test is from JuliaIO/CodecZstd.jl#74

@nhz2
nhz2 marked this pull request as ready for review December 4, 2024 20:06
@nhz2

nhz2 commented Dec 4, 2024

Copy link
Copy Markdown
MemberAuthor

Downstream test failure should be fixed by JuliaData/RData.jl#100

@nhz2
nhz2 merged commit 709967d into masterDec 9, 2024
@nhz2
nhz2 deleted the nz/test_reuse_compressor branch December 9, 2024 15:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test reusing a compressor

1 participant

@nhz2