Hi,
I marked as broken the 4.3* versions from ConfigurationOfMoose and 2.* versions of SmallDude, and now the default version of ConfigurationOfMoose loads fine again.
While this fixes the situation now, we still have to fix the overall problem of properly packaging of projects.
So, to this end, I propose to keep ConfigurationOfMoose only load the Core of Moose + the generic engines, and create a ConfigurationOfMooseSuite that will include all the other tools that extend FAMIX like SmallDude and DSM.
Also, we will have to take a look at factoring out the generic parts of the DSM and SmallDude engines and make a clear separation from the FAMIX specific code. In DSM this happens quite well already, but we need to look into it again and probably move the CycleTable & co to MooseAlgos.
Cheers,
Doru
--
www.tudorgirba.com
"Reasonable is what we are accustomed with."
Hi,
I just installed latest glamour in a pharo 1.2.
I creating a browser with a magritte presenter, and the magritte component doesn't fill the panel. This is the code:
buildBrowser
| browser |
browser := GLMTabulator new
title: 'Builder';
row: #navigation;
row: #edition;
yourself.
browser transmit
to: #navigation;
andShow: [ :presenter |
presenter finder
show: [ :eachPresenter |
eachPresenter list
title: [ :each | each asString ];
when: [ :each | each respondsTo: #allParticipants ];
display: #allParticipants.
eachPresenter label
when: [ :each | (each respondsTo: #allParticipants) not ] ] ].
browser transmit
from: #navigation;
to: #edition;
andShow: [ :presenter |
presenter magritte
title: [ :each | each asString ] ].
^browser
A screenshot of the result:
Any idea?
Cheers,
Esteban
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Glamour
New issue 546 by tudor.gi...(a)gmail.com: Searching in a Glamour list should
offer a progressbar
http://code.google.com/p/moose-technology/issues/detail?id=546
It should be easy to add a progressbar in the selection block.
Hi
Is the dot matrix visualization for duplication available somewhere?
If not, can someone provide a small Mondrian script to start with?
--
Simon Denier
Hi Veronica,
I saw you added allowAllNil. Cool.
Just, please add tests for it :). It is affecting the core of Glamour, and should be covered by tests.
Cheers,
Doru
--
www.tudorgirba.com
"What is more important: To be happy, or to make happy?"
Hi!
Today we have 4 yellow test methods:
- MOEaselTest.testExamplesAreOkay is entirely my fault and the situation is fixed by now
- MooseFinderTest.testMenuEntriesForClasses is due to the missing dep in configurationOfMoose. the method #allDuplications is invoked on a FAMIXClassGroup. But, how comes that the menu of famix classes contains a smalldude action? Apparently, the small dude actions are defined outside smalldude. The method viewDuplicationComplexity is defined in Moose-MondrianPainting. Shall I move this method to the SmallDude-Moose package?
- MooseFinderTest.testMenuEntriesForPackages revealed that the method #viewDependenciesWithCycles makes a reference to MOCircularColors, which is not present. According to a few days old version of moose, this class belongs to the package Moose-CycleTable. Doru, an idea what happened here?
- MooseSqueakClassPackageImporterTest.testCategoryImporter makes a reference to 'Moose-TestResources-Dsm*', which is odd. It should not. Maybe we could use core packages for this tests. The test is simple, it should be easy to fix. Shall I do it?
Cheers,
Alexandre
On 22 Feb 2011, at 06:14, admin(a)moosetechnology.org wrote:
> See <http://hudson.moosetechnology.org/job/moose-latest-dev/209/>
>
>
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: ----
CC: georgega...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 545 by tudor.gi...(a)gmail.com: inFusion should nest namespaces and
packages
http://code.google.com/p/moose-technology/issues/detail?id=545
Namespaces should be nested using parentScope.
Packages should be nested using parentPackage.