view := ROMondrianViewBuilder view: ROView new.
luPackages := luModel allNamespaces.
view nodes: luPackages.
view shape rectangle size: [ :pac | pac classes size ].
view open
I do not understand that I do not get different square.
luModel allNamespaces first classes size -> 11
Stef
Though just
project: 'Pier' copyFrom: 'Seaside' with: [
spec
className: 'ConfigurationOfPier2';
loads: #('Core');
file: 'ConfigurationOfPier2';
repository: 'http://smalltalkhub.com/mc/Pier/Pier2/main' ];
ought to be enough. Your copyFrom: only sets the version.
Stephan
Hi Stef,
On Pharo-contributions we have green builds of the Seaside images.
The stable, 20 build uses Grease-Core-pmm.72 and is clean.
That is a Grease10
The bleedingEdge, 20 build uses Grease-Core-pmm.82 from Grease 11
Stephan
Hi all,
I tried to download the files available on http://www.moosetechnology.org/download/media but this returns an error (and an error returning an error).
I got what I wanted in the mean time, but you might want to check it out ...
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD lab - Computer Science Department (DCC) - University of Chile
Hi
in my project I defined on Pharo2.0
I did
project: 'Grease Core' with: [
spec
className: 'ConfigurationOfGrease';
loads: #('Core' );
file: 'ConfigurationOfGrease';
repository: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ];
Now it loads Grease-Core.pmm.76
and not Name: Grease-Core-MattSpr.77 which correctly handles trim extension..
I tried
(ConfigurationOfGrease project version: #stable) record
a MetacelloNullRecordingMCSpecLoader(linear load :
linear load : 1.0.8 [ConfigurationOfGrease]
load : ConfigurationOfRefactoringBrowser
linear load : 1.0.8 [ConfigurationOfGrease]
load : Grease-Core-pmm.72
load : Grease-Pharo20-Core-pmm.1
load : Grease-Slime-topa.15)
So I thought that it woudl be better.
I tried so change my configuration to load the "stable" version
project: 'Grease Core' with: [
spec
className: 'ConfigurationOfGrease';
loads: #('Core' );
versionString: #stable;
file: 'ConfigurationOfGrease';
repository: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ];
and it crashed on me.
Grease-Pharo20-Core.pmm.1 GRDelegatingStream is not there.
So is there a version loading well (without dirty packages) in Pharo2.0?
I tried to use the development version and I still dirty packages…….
Thanks
Stef
Hi all,
We are checking the build server for failed tests, checking what the problem is:
I found problems in Glamour. It used a wrong symbol in its configuration, that caused CollectionExtensions not to load. It caused test fails in GToolkit.
I found problems with method categories. There are some tests, that are more or less roassal tests, or at least use roassal, so do not belong in Moose-Algos. I think some methods should be moved to *roassal-paintings … or maybe *roassal-moose-algos and the tests should move along with them. I cannot write in roassal,
if someone gives me a good method category and write access to roassal, I will move these methods.
I found failed tests in Orion, but it looks like we caused them with our change in moose entity, so I will take a closer look and fix it, or write another mail.
Cheers,
Stephan and Diego