On Thu, 8 Dec 2011, Mariano Martinez Peck wrote:
no one? :(
This case has at least 3 different bugs (in Squeak). One of them is a
heisenbug. :)
Levente
On Tue, Dec 6, 2011 at 7:32 AM, Martin Dias <[email protected]> wrote:
I forgot to say that I am working on a recent Pharo 1.3.
And it is not only GZipWriteStream but also ZipWriteStream
and ZLibWriteStream .
Martín
On Mon, Dec 5, 2011 at 10:47 AM, Martin Dias <[email protected]> wrote:
Hi,
I get a SubscriptOutOfBounds error when I evaluate:
| aStream zipStream |
aStream := ByteArray new writeStream binary.
zipStream := GZipWriteStream on: aStream.
zipStream nextStringPut: ''.
zipStream nextStringPut: ''.
zipStream close.
aStream close.
aStream := aStream contents readStream binary.
zipStream := GZipReadStream on: aStream.
zipStream nextString.
zipStream nextString.
zipStream close.
aStream close.
The error doesn't happen when I put just one string (instead of two).
Do you see something wrong in the code? Should I report a bug?
Thanks,
Martín
--
Mariano
http://marianopeck.wordpress.com