-
Notifications
You must be signed in to change notification settings - Fork 162
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
gap-4.11.1: Is gzip compression for Input/OutputTextfile active? #4469
Comments
IIRC automatic compression was disabled because it lead to issues with code that did not expect it, and which eg tried to write already compressed data. In the upcoming 4.12 there will be a |
@ChrisJefferson it seems we forgot to update the documentation for OutputTextFile, at least in stable-4.11 ? |
Thanks for the clarification. Updating the documentation for #3963 Provide automatic |
In PR #4989 the CHANGES entry is fixed as suggested by @kiryph . The documentation for
So I think once PR #4989 is merged we can close this |
As noted in CHANGES.md for gap-4.11.1:
Therefore, I assume that I can write gzipped files.
Documentation
https://www.gap-system.org/Manuals/doc/ref/chap10.html#X80B5F2E4856D8980
Observed behaviour
Expected behaviour
Copy and paste GAP banner
gap installed with /~https://github.com/gap-system/homebrew-gap
The comment in the test file
/~https://github.com/gap-system/gap/blob/stable-4.11/tst/testinstall/compressed.tst#L20
indicates that in contrast to CHANGES.md compressing is currently disabled.
Can someone confirm this and clarify whether compression can be used?
The text was updated successfully, but these errors were encountered: