Hi all,
the below code fails to be imported and I traced this down to the classSide
definition that is not present in GST. So should I add a
ClassDescription>>classSide [ ^ self class asMetaclass ] or try to replace the
classSide with class? Anyone knows what classSide is supposed to do?
SystemOrganization addCategory: #'PetitParser-Core'!
Object subclass: #PPFailure
instanceVariableNames: 'message position'
classVariableNames: ''
poolDictionaries: ''
category: 'PetitParser-Core'!
!PPFailure classSide methodsFor: 'instance creation' stamp: 'lr 5/5/2010 13:56'!
message: aString at: anInteger
^ self basicNew initializeMessage: aString at: anInteger! !
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk