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 :)