Hi
I'm working on making shared variable available in sqmoose and I got the following situation
When I import referenceModel When I reify TheRoot (from referenceModel) the importer create all the superclass up to protoobject and more..... Object class, .... Behavior...
Just because it is importing recursively all the superclass chain. For my point of view this is wrong. I'm quite sure that the old importer did not go all the way up. It was creating the superclass as a stub and stopped there.
I'm checking in VWoose to see what is the behavior but I propose to fix it too if this is not a squeakish behavior of the importer.
What do you think?
Stef