Hi guys I wonder if this is me that miss something important⦠but here is what I did: Color>>printOn: aStream | name | Transcript show:'x'. (name := self name) ifNotNil: [ ^ aStream nextPutAll: 'Color '; nextPutAll: name ]. self storeOn: aStream then I type 1 makeAnError and execute it. and in the transcript I get xxxxxxxxxxxxxxxxxxxxxSmallInteger I'm totally puzzled why would we printOn: color ? before even opening a browser. stef
put a halt XD Ben On Oct 16, 2013, at 4:49 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi guys
I wonder if this is me that miss something important⦠but here is what I did:
Color>>printOn: aStream | name | Transcript show:'x'. (name := self name) ifNotNil: [ ^ aStream nextPutAll: 'Color '; nextPutAll: name ]. self storeOn: aStream
then I type
1 makeAnError and execute it.
and in the transcript I get xxxxxxxxxxxxxxxxxxxxxSmallInteger
I'm totally puzzled why would we printOn: color ? before even opening a browser.
stef
haltOnce :) On 2013-10-16, at 16:53, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
put a halt
XD
Ben
On Oct 16, 2013, at 4:49 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi guys
I wonder if this is me that miss something important⦠but here is what I did:
Color>>printOn: aStream | name | Transcript show:'x'. (name := self name) ifNotNil: [ ^ aStream nextPutAll: 'Color '; nextPutAll: name ]. self storeOn: aStream
then I type
1 makeAnError and execute it.
and in the transcript I get xxxxxxxxxxxxxxxxxxxxxSmallInteger
I'm totally puzzled why would we printOn: color ? before even opening a browser.
stef
I did it but my image went slugggggish. On Oct 16, 2013, at 4:55 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
haltOnce :)
On 2013-10-16, at 16:53, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
put a halt
XD
Ben
On Oct 16, 2013, at 4:49 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi guys
I wonder if this is me that miss something important⦠but here is what I did:
Color>>printOn: aStream | name | Transcript show:'x'. (name := self name) ifNotNil: [ ^ aStream nextPutAll: 'Color '; nextPutAll: name ]. self storeOn: aStream
then I type
1 makeAnError and execute it.
and in the transcript I get xxxxxxxxxxxxxxxxxxxxxSmallInteger
I'm totally puzzled why would we printOn: color ? before even opening a browser.
stef
participants (3)
-
Benjamin -
Camillo Bruni -
Stéphane Ducasse