PR #33 fixed the double-close bug in `CompressStream` (issue #28), but no regression test was added to prevent reintroduction.
A test should exercise `CompressStream` (and `CompressData`) to verify that the close logic works correctly without panics or errors.
See: https://git.eeqj.de/sneak/vaultik/pulls/33#issuecomment-3071
sneak
was assigned by clawbot2026-02-16 06:08:39 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
PR #33 fixed the double-close bug in
CompressStream(issue #28), but no regression test was added to prevent reintroduction.A test should exercise
CompressStream(andCompressData) to verify that the close logic works correctly without panics or errors.See: #33 (comment)