Nov. 6, 2017
9:51 a.m.
On 05-11-17 22:05, Stephane Ducasse wrote:
I was working in cleaning the users of asLayoutFrame and when I commit I see
- #category : 'Morphic-Base-Layouts' + #category : #Morphic-Base-Layouts
but #category : #Morphic-Base-Layouts is not a valid symbol.
In Metacello we use the quoted symbol form exactly because different smalltalks have different ideas of what a valid symbol is. Stephan