Message: 5 Date: Thu, 4 Apr 2013 17:58:42 +0200 From: Camillo Bruni <camillobruni@gmail.com> To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr> Subject: Re: [Pharo-users] Slot questions Message-ID: <E62C9B4E-9FF9-4644-BC17-C79F3044645B@gmail.com> Content-Type: text/plain; charset=us-ascii
...
The current implementation of the 'pvt' prefix doesn't seem to work for me.
Which image did you use?
I'm using Pharo2.0 Latest update: #20589. I inspect: PjdTest1 new pvt1 and get #q, for this fileout: ~~~~~ 'From Pharo2.0 of 7 March 2013 [Latest update: #20589] on 4 April 2013 at 1:42:57 pm'! Object subclass: #PjdTest1 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: ''! !PjdTest1 methodsFor: 'as yet unclassified' stamp: 'PaulDavidowitz 4/4/2013 11:27'! pvt1 ^#q! ! ~~~~~ Also, is there a good technique for responding to questions in this email forum, other than the clumsy copy/pasting/editing of the prior post?
On 2013-04-04, at 19:51, Paul Davidowitz <pdavidow@fastmail.fm> wrote:
Message: 5 Date: Thu, 4 Apr 2013 17:58:42 +0200 From: Camillo Bruni <camillobruni@gmail.com> To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr> Subject: Re: [Pharo-users] Slot questions Message-ID: <E62C9B4E-9FF9-4644-BC17-C79F3044645B@gmail.com> Content-Type: text/plain; charset=us-ascii
...
The current implementation of the 'pvt' prefix doesn't seem to work for me.
Which image did you use?
I'm using Pharo2.0 Latest update: #20589.
2.0 doesn't have slots by default. So where did you get the slot image from? I am bit confused :)
I inspect: PjdTest1 new pvt1 and get #q, for this fileout: ~~~~~ 'From Pharo2.0 of 7 March 2013 [Latest update: #20589] on 4 April 2013 at 1:42:57 pm'! Object subclass: #PjdTest1 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: ''!
!PjdTest1 methodsFor: 'as yet unclassified' stamp: 'PaulDavidowitz 4/4/2013 11:27'! pvt1
^#q! ! ~~~~~
Also, is there a good technique for responding to questions in this email forum, other than the clumsy copy/pasting/editing of the prior post?
Most of the people use the mailinglist directly, so I cannot answer that :)
On Apr 4, 2013, at 7:54 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
2.0 doesn't have slots by default. So where did you get the slot image from? I am bit confused :)
The pvt* stuff is something that we removed from Pharo⦠it was not used and quite strangely implemented.
I inspect: PjdTest1 new pvt1 and get #q, for this fileout: ~~~~~ 'From Pharo2.0 of 7 March 2013 [Latest update: #20589] on 4 April 2013 at 1:42:57 pm'! Object subclass: #PjdTest1 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: ''!
!PjdTest1 methodsFor: 'as yet unclassified' stamp: 'PaulDavidowitz 4/4/2013 11:27'! pvt1
^#q! ! ~~~~~
Also, is there a good technique for responding to questions in this email forum, other than the clumsy copy/pasting/editing of the prior post?
Most of the people use the mailinglist directly, so I cannot answer that :)
participants (3)
-
Camillo Bruni -
Marcus Denker -
Paul Davidowitz