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

Compressed file do not work as documented #3960

Closed
ChrisJefferson opened this issue Apr 15, 2020 · 2 comments
Closed

Compressed file do not work as documented #3960

ChrisJefferson opened this issue Apr 15, 2020 · 2 comments

Comments

@ChrisJefferson
Copy link
Contributor

The documentation for InputTextFile and OutputTextFile do not line up with how compression is actually implemented. I am investigating.

@ChrisJefferson
Copy link
Contributor Author

Problems:

  1. Files ending in .gz are not autocompressed if you give the .gz (so if you have a file test.gz, then reading test correctly uncompresses it, but reading test.gz does not).

  2. Writing compressed files does not work.

@ChrisJefferson
Copy link
Contributor Author

This is fixed in #3963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant