Skip to content
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

Add versioning to compressed files. #146

Open
cjrolo opened this issue Jan 7, 2025 · 0 comments · May be fixed by #147
Open

Add versioning to compressed files. #146

cjrolo opened this issue Jan 7, 2025 · 0 comments · May be fixed by #147
Assignees
Labels
enhancement New feature or request

Comments

@cjrolo
Copy link
Collaborator

cjrolo commented Jan 7, 2025

Is your feature request related to a problem? Please describe.

Currently compressed files have no information from which version compressed the file. If in the future the compressor changes the behaviour the same input might generate different outputs. Both for the compressing and decompressing.

Describe the solution you'd like

Add version to the file header. And capacity to the compressor to check version of the files and act accordingly.

@cjrolo cjrolo added the enhancement New feature or request label Jan 7, 2025
@cjrolo cjrolo self-assigned this Jan 7, 2025
@cjrolo cjrolo linked a pull request Jan 9, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant