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
Show replies by date