We can. I will do that then.
I'm rewriting a lot of tests.
Stef
On Jun 23, 2008, at 10:02 PM, Tudor Girba wrote:
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(a)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."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev