Re: svn commit: r759352 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ArTestCase.java

2009-03-27 Thread sebb
On 27/03/2009, tcu...@apache.org wrote: > Author: tcurdt > Date: Fri Mar 27 21:08:27 2009 > New Revision: 759352 > > URL: http://svn.apache.org/viewvc?rev=759352&view=rev > Log: > tracked down the problem of https://issues.apache.org/jira/browse/COMPRESS-11 > > > > Modified: > > commons

Re: [nabla] Contribution

2009-03-27 Thread Luc Maisonobe
Bernhard Grünewaldt a écrit : > Hi Luc, > > I took a look at nabla and I am impressed. > There are a lot of this Transformer classes that provide the bytecode for > the internal work. > > I don't really understand the full internals, but I think I have an overview. If you feel the documentation

[COMPRESS] What is ArchiveEntry.getSize() ?

2009-03-27 Thread sebb
The interface ArchiveEntry does not have any Javadoc, and it's not obvious what the getSize() method is supposed to return - the size of an entry in the archive, including header(s), or just the size of the data that the entry contains. I assume the latter? ---

Re: [nabla] Contribution

2009-03-27 Thread Bernhard Grünewaldt
Hi Luc, I took a look at nabla and I am impressed. There are a lot of this Transformer classes that provide the bytecode for the internal work. I don't really understand the full internals, but I think I have an overview. I want to write a Parser for the Mathematical Standard Notation (msn). The

Re: [compress] potential bzip2 improvement

2009-03-27 Thread Stefan Bodewig
On 2009-03-26, Torsten Curdt wrote: > If the code has been tested by the folks at hadoop I trust it very > much. (They do extensive testing!) and would be all for replacing the > current code base. I just did it 8-) svn revision 759143 Stefan --