what happened with ZipWriteStream class>>#crcTable ?
Hi, I wonder what happen with that method⦠why it was removed? no need of it? Esteban
Hi Esteban: On 26 May 2014, at 20:52, Esteban Lorenzano <estebanlm@gmail.com> wrote:
I wonder what happen with that method⦠why it was removed? no need of it?
This question sounds very familiar. You are looking into VM stuff? Check the change in primitiveUpdateGZipCrc32 here: https://github.com/pharo-project/pharo-vm/pull/18/files Normally at least there, the change was integrated. Hope that helps Stefan -- Stefan Marr INRIA Lille - Nord Europe http://stefan-marr.de/research/
On 26.05.2014, at 20:52, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi,
I wonder what happen with that method⦠why it was removed? no need of it?
I removed that a while ago (see history of Compression package, MaxLeske.127). The crc table is now part of the CRC package and ZipWriteStream uses CRC. Cheers, Max
Esteban
participants (3)
-
Esteban Lorenzano -
Max Leske -
Stefan Marr