Hi guys,
so by loading the latest AST-Core package 4 errors and 6 failures of PetitSmalltalk-Tests get green. So can we load AST-Core-lr.89 in Moose? or we have to wait that the Pharo-dev image includes that version?
If we can include that version in Moose, where should i add it? in ConfigurationOfMoose>>>version44beta1: ?
Cheers,
Fabrizio
Status: New
Owner: andreho...(a)gmail.com
Labels: Type-Enhancement Priority-Medium Component-EyeSee Milestone-4.6
New issue 725 by andreho...(a)gmail.com: EyeSee Pie Charts
http://code.google.com/p/moose-technology/issues/detail?id=725
We should have pie charts in EyeSee.
Hello,
I worked a bit to implement pie charts in EyeSee. I am developing
(slowly..), but for now we can have some charts like the ones attached.
regards,
--
Andre Hora
Hi guys
we are cleaning the design of systemAnnouncement (removing the internalAnnouncement).
So that after I can work on RPackage again... (agrh). Now a question, do you have an idea of the impact of change on Moose.
Because once we change systemAnnouncement (normally the public anonucement stays the same) I will have to update RPackage and
this may impact moose.
Stef
Hi guys
I ask because I published some changes related to the comments of FAMIX Classes and they are not in the latest image.
So what is the process because I would like to avoid to lose time and energy there.
Stef
I saw a presentation of an inria team Graphite and their tool is cool (of course we cannot compete) but may be looking at ome of their work
or use it could be cool.
http://tulip.labri.fr/TulipDrupal/
Stef
Status: New
Owner: andreho...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.6
New issue 724 by andreho...(a)gmail.com: <MSEClass:superclass:> should not
contain the package name in MSEClass, just the Fame name
http://code.google.com/p/moose-technology/issues/detail?id=724
I created concern OnMooseUsagesOfPackagePrefixInMSEClassInMetaAnnotations
in OnMoose-Report to test that.
25 problems were found basically in Hismo.
Example:
HismoClassHistory class>>annotation
<MSEClass: #HismoClassHistory super: #HismoAbstractHistory>
<package: #Hismo>
And the correct pattern should be:
HismoClassHistory class>>annotation
<MSEClass: #ClassHistory super: #HismoAbstractHistory>
<package: #Hismo>
So should I change that?
I would like know a little more about Moose Chef.
I need to compute a RFC and LCOM metrics and I would know if the Moose Chef
can help me on this task.
RFC is Rsponse for methods and it give a number of methods that is called in
reponse to a
I don't know exactly from where to start to compute these metrics.
Could you help me?
--
View this message in context: http://forum.world.st/Moose-Chef-tp3895442p3895442.html
Sent from the Moose mailing list archive at Nabble.com.