[GitHub] commons-compress pull request #16: Don't duplicate count() functionality.

2017-02-04 Thread thomasmey
Github user thomasmey closed the pull request at: https://github.com/apache/commons-compress/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-compress issue #16: Don't duplicate count() functionality.

2017-02-04 Thread thomasmey
Github user thomasmey commented on the issue: https://github.com/apache/commons-compress/pull/16 Oops. True, my mistake. Maybe we should cover this with a unit test... Sorry for the fuss. --- If your project is set up for it, you can reply to this email and have

[GitHub] commons-compress pull request #16: Don't duplicate count() functionality.

2017-01-27 Thread thomasmey
GitHub user thomasmey opened a pull request: https://github.com/apache/commons-compress/pull/16 Don't duplicate count() functionality. You can merge this pull request into a Git repository by running: $ git pull https://github.com/thomasmey/commons-compress work

[GitHub] commons-compress pull request #15: Some fixes for GZipCompressorInputStream

2017-01-19 Thread thomasmey
GitHub user thomasmey opened a pull request: https://github.com/apache/commons-compress/pull/15 Some fixes for GZipCompressorInputStream You can merge this pull request into a Git repository by running: $ git pull https://github.com/thomasmey/commons-compress gzip-compressor

[GitHub] commons-compress pull request #14: BlockSort: correct spelling

2017-01-19 Thread thomasmey
GitHub user thomasmey opened a pull request: https://github.com/apache/commons-compress/pull/14 BlockSort: correct spelling You can merge this pull request into a Git repository by running: $ git pull https://github.com/thomasmey/commons-compress blocksort-spelling

[GitHub] commons-compress issue #13: BZip2: Use BitInputStream

2017-01-15 Thread thomasmey
Github user thomasmey commented on the issue: https://github.com/apache/commons-compress/pull/13 Don't know. How to test? I think it very much depends on target architecture and JVM implementation. I could try to establish a baseline with a test case to check for regression. wh

[GitHub] commons-compress pull request #13: BZip2: Use BitInputStream

2017-01-15 Thread thomasmey
GitHub user thomasmey opened a pull request: https://github.com/apache/commons-compress/pull/13 BZip2: Use BitInputStream And some minor spelling errors I stumbled upon. You can merge this pull request into a Git repository by running: $ git pull https://github.com/thomasmey