Wait. The Smalltalk importer should not depend on Meta, and the
interface between FAMIX 2.1 and FAMIX 3.0 is only marginally changed.
So why do you think this is a problem?
Doru
On Jun 12, 2008, at 10:35 PM, Stéphane Ducasse wrote:
On Jun 12, 2008, at 10:21 PM, Tudor Girba wrote:
Hi,
This is nothing magic. byGroup is a cache dictionary that used as key
the metaDescription (well mooseDescription points to
metaDescription).
This was unnecessary, because we can just use the class as key.
And then we will have:
AbstractGroup>>allMethods
self allWithType: FAMIXMethod.
Let's not dispair :). Indeed, we should try to have a remote coding
party. Maybe on Tuesday?
I can monday morning and friday morning. But now I have decided that I
will
work on FAMIX 3.0/meta on VW. Else I will never succeed to do
anything.
Stef
Doru
On Jun 12, 2008, at 10:16 PM, Stéphane Ducasse wrote:
add: anElement
| descriptionName group |
self flag: 'broken'.
descriptionName := anElement mooseDescription mmQualifiedName.
group := byGroup
at: descriptionName
ifAbsentPut: [OrderedCollection new].
group add: anElement.
elements add: anElement.
^anElement
I'm really sorry but I have the impression that we will not make it
that way.
The wrong person doing the wrong things.
stef
_______________________________________________
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
"Every now and then stop and ask yourself if the war you're fighting
is the right one."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
"Not knowing how to do something is not an argument for how it cannot
be done."