Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-14 Thread DiegoSanchez
Image --- C:\Pharo3.0\ide-feedback.image Pharo3.0 *Latest update: #30858* Unnamed On 14 October 2014 12:05, Ben Coman [via Smalltalk] < ml-node+s1294792n4784535...@n4.nabble.com> wrote: > DiegoSanchez wrote: > > I'm using Pharo 3.0 image > > (http://files.pharo.org/image/30/Pharo-Image-3.0-

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-14 Thread Ben Coman
DiegoSanchez wrote: I'm using Pharo 3.0 image (http://files.pharo.org/image/30/Pharo-Image-3.0-latest.zip) That link changes from day to day. Can you report... World Menu > System > System Reporter > Image > Latest update. -ben On 14 October 2014 03:25, stepharo [via Smalltalk] <[hidden ema

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-14 Thread DiegoSanchez
I'm using Pharo 3.0 image ( http://files.pharo.org/image/30/Pharo-Image-3.0-latest.zip) On 14 October 2014 03:25, stepharo [via Smalltalk] < ml-node+s1294792n4784442...@n4.nabble.com> wrote: > > On 13/10/14 01:31, DiegoSanchez wrote: > > Hi everybody! This is my first post > > Welcome :) > In wh

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-13 Thread stepharo
On 13/10/14 01:31, DiegoSanchez wrote: Hi everybody! This is my first post Welcome :) In which image version are you? and I'm posting this question after going around this forum without finding answer for my question. I couldn't wrap my mind around it. Here is the issue (in fact it is not

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-13 Thread DiegoSanchez
Thanks Tudor, Yes I'm using Pharo 3. On 13 October 2014 08:33, Tudor Girba-2 [via Smalltalk] < ml-node+s1294792n478429...@n4.nabble.com> wrote: > You are likely referring to the issue reported here: > https://pharo.fogbugz.com/f/cases/12826/Zip-FileSystem-does-not-work > > This should work now i

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-13 Thread Tudor Girba
You are likely referring to the issue reported here: https://pharo.fogbugz.com/f/cases/12826/Zip-FileSystem-does-not-work This should work now in the latest Pharo 4.0. If you are using Pharo 3.0, loading the slice manually from the Pharo40Inbox should fix the issue as well. What version are you u

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-13 Thread Diego Sánchez
| zipper file | zipper := ZipArchive new readFrom: 'tp1.zip'. "file contains test.st" file := zipper members at: 1. "file contentStream returns the stream with file's information uncompressed" On 13 October 2014 08:22, Diego Sánchez wrote: > doitFromSt

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-13 Thread Diego Sánchez
doitFromStream | zipper file | zipper := ZipArchive new readFrom: '/Users/diego/tp1-95195.zip'. file := zipper members at: 2. "file contentStream returns the stream with file's information uncompressed" On 13 October 2014 08:15, Tudor Girba wrote: > Wha

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-13 Thread Tudor Girba
What is the code that you use? Doru On Mon, Oct 13, 2014 at 1:31 AM, DiegoSanchez wrote: > Hi everybody! This is my first post and I'm posting this question after > going around this forum without finding answer for my question. I couldn't > wrap my mind around it. > > Here is the issue (in f

[Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-12 Thread DiegoSanchez
Hi everybody! This is my first post and I'm posting this question after going around this forum without finding answer for my question. I couldn't wrap my mind around it. Here is the issue (in fact it is not a issue, classes work fine). I want to uncompress a zip file and file in the content of