what is the license of META et FAME
by stephane ducasse
Hi all
does it make sense for moose to be using packages that are not
published with a compatible license?
What are the licenses of FAME and META?
Stef
15 years, 10 months
What is a model method?
by Alexandre Bergel
Sorry if my question illustrates my ignore in Moose :-)
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
15 years, 10 months
Do we want to have classSide returning the class when the importer merge class and metaclass?
by stephane ducasse
testInstanceAndClassSideWhenMergingClassAndMetaclass
| node |
node := self model entityNamed:
#'Root::Smalltalk::ReferenceModel::TheRoot'.
self assert: (self model entityNamed:
#'Root::Smalltalk::ReferenceModel::TheRoot_class' ifAbsent: [nil])
isNil.
self assert: node instanceSide == node.
self assert: node classSide == nil.
nil or node ?
I would prefer node so that we get a circular situation
Stef
15 years, 10 months
Apparently the import of FAMIXClass accessedByList is broken
by stephane ducasse
Hi
I have the evidence that the importing is not extracting well
references between classes.
Now I run the moose tests and I see 10 ignored 1 failed 2 errors
Two questions:
How can I know which are the ignored tests?
Is there anybody besides us working on references and that may have
noticed a problem?
I will try to pin it down (now I can reproduce it by hand but I want
a test).
Stef
15 years, 10 months
Could I get a list of bugs to smash in moose?
by stephane ducasse
Hi
I would like to give a try to do something else than latex.
Is there a list of bugs that I can work on?
Adrian you mentioned __state__ to finish and I know that Task was
left not totally finished.
Could you put your todo with the probability that you will work on them?
Stef
15 years, 10 months
Creating and filling a model?
by Bergel, Alexandre
Dear Moose mailing list,
I am not sure whether the late hours is making me miss something
obvious, but how can I create an instance of a model, and populate it
with instances of Famix class ?
Cheers,
Alexanre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
15 years, 10 months