Re: [Pharo-users] Question on temporal variables in Workspace

2014-12-29 Thread Tudor Girba
Hi, The current behavior, which indeed is preserved in the Playground because we did not get to revisit it yet, is like that: - if you do not define a variable explicitly, it will appear red. - if you run the code, the variable will be automatically define within the scope of the Playground/Worksp

Re: [Pharo-users] Question on temporal variables in Workspace

2014-12-29 Thread nacho
Thanks Doru, That was perfectly clear. Best Nacho - Nacho Smalltalker apprentice. Buenos Aires, Argentina. -- View this message in context: http://forum.world.st/Question-on-temporal-variables-in-Workspace-tp4797161p4797266.html Sent from the Pharo Smalltalk Users mailing list archive at Na

[Pharo-users] ZnClient Error - Improper store into indexable object

2014-12-29 Thread Edward Povazan
I am playing around with Zinc, and I get an "Error - Improper store into indexable object” at ZnBufferedWriteStream>>nextPut: My Workspace: - | response | response := ZnClient new url:'http://amazon.com'; get; response. response writeOn: Transcript. Transcr

Re: [Pharo-users] ZnClient Error - Improper store into indexable object

2014-12-29 Thread Sven Van Caekenberghe
Hi Edward, > On 29 Dec 2014, at 17:19, Edward Povazan wrote: > > I am playing around with Zinc, and I get an > "Error - Improper store into indexable object” > at > ZnBufferedWriteStream>>nextPut: > > My Workspace: > - > | response | > response := ZnClient new > url:'http://amazon.c

Re: [Pharo-users] ZnClient Error - Improper store into indexable object

2014-12-29 Thread Sven Van Caekenberghe
> On 29 Dec 2014, at 20:16, Sven Van Caekenberghe wrote: > > Hi Edward, > >> On 29 Dec 2014, at 17:19, Edward Povazan wrote: >> >> I am playing around with Zinc, and I get an >> "Error - Improper store into indexable object” >> at >> ZnBufferedWriteStream>>nextPut: >> >> My Workspace: >> ---

Re: [Pharo-users] ZnClient Error - Improper store into indexable object

2014-12-29 Thread Edward Povazan
Sven, thank you so much for the detailed explanation. I used it to look at the debugger again so I could reformulate the way I look for bugs. I’d was looking backwards from the error, but had I started at the DoIt, I would have seen the ZnBivalentWriteStream and seen the class comment. Moreover,

Re: [Pharo-users] ZnClient Error - Improper store into indexable object

2014-12-29 Thread stepharo
Sven this is a really cool answer! May be we should add that somewhere :) Stef Le 29/12/14 20:16, Sven Van Caekenberghe a écrit : Hi Edward, On 29 Dec 2014, at 17:19, Edward Povazan wrote: I am playing around with Zinc, and I get an "Error - Improper store into indexable object” at ZnBuffere