Hi,
Are you using Moose for something?
If yes, could you let us know what that something is?
It can be research, play, commercial, short term, long term, for software analysis, for other kinds of analysis.
Or maybe you are using only some part of it all. Anything would do.
Please take 2 minutes to reply.
Cheers,
Doru
--
www.tudorgirba.com
"We can create beautiful models in a vacuum.
But, to get them effective we have to deal with the inconvenience of reality."
Hello,
I added a new importer in the Moose Panel and so I can browse my model. It
show me that no SourceLanguage was defined so I added my own
sourceLanguage, inheriting from FAMIXSourceLanguage. I have a problem is
about this call:
anObject mooseInterestingEntity mooseDescription allPrimitiveAttributes
because mooseDescription return nil.
The problem is about asMooseDescription send to my class because it refer
to the MooseModel meta dictionnary and my class is not in, so it return nil.
I have implemented the class method annotation but it doesn't change
anything.
How can I have my class in the dictionnary?
Thanks in advance.
--
*Guillaume Larcheveque*
Hi all,
i try to use EyeSee to plot mathematical functions with ESLineDiagram.
They is not easy as i might expect at the beginning :-)
The problem is EyeSee is using collections as models. I try to
transform the function as a collection like above but maybe there is a
better way to do that.
|diag f functionAsModel|
f := [:x | x*x].
functionAsModel := (0 to:10 by:0.1) collect:[:each | f value:each].
diag := ESDiagramRenderer new.
(diag lineDiagram)
y: #yourself;
yAxisLabel: 'X^2';
rotatedLabels: true;
regularAxis;
defaultColor: Color green;
models: functionAsModel.
diag open
Regards,
--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/
Hi,
We got down to one failing test:
MOLayoutTest>>testHorizontalTreeLayout
This is related to the order in collection noticed by Alex.
Cheers,
Doru
Begin forwarded message:
> From: admin(a)moosetechnology.org
> Subject: Jenkins build is unstable: moose-latest-dev #900
> Date: 22 March 2012 07:45:23 CET
> To: tudor(a)tudorgirba.com, simon.denier(a)gmail.com, cy.delaunay(a)gmail.com, alexandre(a)bergel.eu, stephane.ducasse(a)inria.fr, jannik.laval(a)gmail.com
>
> See <http://hudson.moosetechnology.org/job/moose-latest-dev/900/>
>
>
--
www.tudorgirba.com
"Sometimes the best solution is not the best solution."
Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results.
thanks,
Norbert
could be interesting to see if we need to some numerical analysis in moose and pharo.
I will create a configuration
MCSqueaksourceRepository
location: 'http://squeaksource.com/DHBNumerical'
user: ''
password: ''
Hi all,
I have a doubt regarding 'FAMIX.Invocation's.
Suppose I've this line of Java code:
> startActivity(new Intent(this, ActivityTwo.class));
When I generate the mse (using VerveineJ) this result in a FAMIX.Invocation such as
> (FAMIX.Invocation (id: 8005)
> (candidates (ref: 9100))
> (previous (ref: 3174))
> (receiver (ref: 2547))
> (sender (ref: 7328))
> (signature 'startActivity(Intent)'))
The 'new Intent(…)' instead results in a FAMIX.Invocation such as
> (FAMIX.Invocation (id: 8291)
> (candidates (ref: 753))
> (sender (ref: 430))
> (signature 'Intent(Context,Class<?>)'))
I need to extract the 'ActivityTwo.class' argument. Is there a way to get it?
Thanks in advance for any sort of help.
Cheers,
RM
Updates:
Summary: Hapao should provide a legend in every window
Comment #3 on issue 602 by tudor.gi...(a)gmail.com: Hapao should provide a
legend in every window
http://code.google.com/p/moose-technology/issues/detail?id=602
Then let's name the issue for what it should do.