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.
Hi!
Today we tried to load the VisualWorks version of Mondrian in VW and we bumped into some problem. For example, there was references to Color, whereas VW uses ColorValue.
Maybe we did not load it properly. Anyone remembers what is the status of VW Mondrian? Was it working properly?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
It looks like there are some 67 test failures in Moose :).
They are most likely due to the changes in the annotations, like Fabrizio mentioned.
Could someone fix them? :)
Cheers,
Doru
Begin forwarded message:
> From: admin(a)moosetechnology.org
> Subject: Jenkins build is unstable: moose-latest-dev #637
> Date: 11 October 2011 15:25:21 CEST
> 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/637/>
>
>
--
www.tudorgirba.com
"Speaking louder won't make the point worthier."
Status: New
Owner: andreho...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Fame Component-Famix
Milestone-4.6
New issue 723 by andreho...(a)gmail.com: <MSEClass:superclass: > should use a
symbol to point to the superclass.
http://code.google.com/p/moose-technology/issues/detail?id=723
Use of string instead of symbol to denote superclass.
This would be interesting to evaluate how we can use Frama-C to connect c to moose.
Stef
Begin forwarded message:
> From: Julien Signoles <Julien.Signoles(a)cea.fr>
> Date: October 10, 2011 4:14:07 PM GMT+02:00
> To: gdr.gpl(a)imag.fr
> Subject: [gdr.gpl ] Frama-C Nitrogen-20111001
>
> Dear all,
>
> We are glad to announce a new major release of the static analysis platform Frama-C, namely Nitrogen-20111001.
>
> ========
> DOWNLOAD
> ========
>
> You can download the release at http://frama-c.com/download.html .
>
> For now, there is a source tar-ball distribution without the Jessie
> plug-in, but including the WP plug-in. Binary versions will be released as soon as possible. A new version of Why which includes the Jessie plug-in will shortly be released separately by Inria and will be compatible with Frama-C Nitrogen.
>
> ============
> MAIN CHANGES
> ============
>
> This new major version includes too many bug fixes and improvements to list here: the detailed list is available at http://frama-c.com/Changelog.html .
>
> Major improvements benefit:
> - Value Analysis plug-in
> - PDG plug-in and its derivatives (Slicing, Impact, Scope, Sparecode)
> - Aoraï plug-in
> - the GUI
> - kernel property statuses
>
> For plug-in developers: this major release changes several Frama-C APIs in an incompatible way. A subset of the plug-in side changes can automatically be applied by using the script bin/carbon2nitrogen.sh of the source distribution. Complex plug-ins should be reviewed for compatibility.
>
> ======
> ENJOY!
> ======
>
> Enjoy this release and do not hesitate to report any issue and/or
> successes with this version through the usual channels, listed at
> http://frama-c.com/support.html .
>
> Have fun with Frama-C,
> Julien Signoles
> ------
> Plus d'infos sur le GDR GPL : http://gdr-gpl.cnrs.fr
Hello,
What should be the conversion in the pragma #MSEClass:super: in #annotation
methods? For now there is no conversion, example:
- super with dot and MSEClass without prefix of the meta-model (Famix)
FAMIXClass>>annotation
<MSEClass: #Class super: 'FAMIX.Type'>
- super without dot and MSEClass without prefix of the meta-model (Famix)
FAMIXComment>>annotation
<MSEClass: #Comment super: #FAMIXSourcedEntity>
<package: #FAMIX>
- MSEClass with prefix of the meta-model (Hismo) and super without dot
HismoAbstractHistory>>annotation
<MSEClass: #HismoAbstractHistory super: #FAMIXEntity>
I can fix it if you tell me correct pattern.
--
Andre Hora
Hi!
With Santiago we are trying to import different versions of a configuration in Moose. The following script does a relatively good job. Some of you may be interested in it. Note that it is specialized for Mondrian, but can be easily adapted for other projects.
-=-=-=-=-=-=-=-=-=-=
| mooseModel packages task |
#('2.10' '2.13' '2.100') do: [:version |
| project |
project := (ConfigurationOfMondrian project version: version).
[
project load.
"This is necessary by Moose to properly import"
Gofer new
url: 'http://www.squeaksource.com/CollectionExtensions';
version: 'CollectionExtensions-TudorGirba.29';
load.
packages := (project packages collect: #name) select: [:p | p beginsWith: 'Mondrian'].
mooseModel := MooseModel new.
task := MooseSqueakClassCategoryImporterTask new.
task importerClass: SmalltalkImporter.
task importingContext mergeClassAndMetaclass.
task model: mooseModel.
task runCandidateOperator.
task addFromPackagesNamed: packages.
task runWithProgress.
mooseModel name: 'Mondrian ', version.
mooseModel install.
] on: Error do: [ :ex | Transcript show: 'cannot load version ', version, ' ', ex printString. ].
]
-=-=-=-=-=-=-=-=-=-=
This way of importing is however not perfect. It installs the software, which is not necessary in principle and can be a showstopper. But at least, it gives some result. Shall I put this script in MooseScripts?
If would be cool to have more users of Versionner/MonticelloBrowser, small tools I made to automatically save your packages and give a new version number. Versionner has a commit button, a bit like in SVN. This give some food for evolution analysis. Currently, we cannot really go that far since we do not have explicit versions of what we are building!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
The latest Glamour ships with an editor for EyeSee (the same user interface as for Mondrian and Glamour).
It is also integrated in Moose. See an example screenshot.
Cheers,
Doru
--
www.tudorgirba.com
"Live like you mean it."
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 715 by tu...(a)tudorgirba.com: VerveineJ does not export source
anchors to Enums
http://code.google.com/p/moose-technology/issues/detail?id=715
FAMIX.Enums should have SourceAnchors attached.