Hi Stef,
It does not make much sense to have :: in the beginning. Maybe we just add Smalltalk as namespace?
Cheers, Doru
On Jun 23, 2008, at 9:44 PM, stéphane ducasse wrote:
hi
I have a question. What is the name of the class in Squeak when there is no (or just Smalltalk as namespace?
| mseClass | mseClass := self model entityNamed: #'Node'. self assert: mseClass name = #Node. self assert: mseClass mooseName = (FAMIX2NameResolver uniqueNameForClassNamed: Node name scope: (FAMIX2NameResolver moosify: Node environment absoluteName)).
I imagined
#'::Node'
Sytef
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Sometimes the best solution is not the best solution."