On 06.02.2014, at 15:07, Tudor Girba <tudor@tudorgirba.com> wrote:You shouldn’t be… I’ll take a look later since that would be me who introduced the bug (probably).I am trying to get the ZipFileSystem to work, but I cannot quite manage it.I am doing this:(FileSystem zip:(FileSystem disk workingDirectory / 'sample.zip'))openand I get an error.The error comes from the fact that the code uses readStreamDo: which does not work anymore with binary streams. I tried to use binaryReadStreamDo:, but that crashes in another place.I think this is a bug. Or am I doing something wrong?