Hi!
I am now trying to make ConfigurationOfPharo load the last version of
OmniBrowser.
If I do in a fresh core: ConfigurationOfPharo project lastVersion load
Then OmniBrowser-lr.458 and OB-Morphic-lr.112 are loaded. The loading
blocks on the deprecated warning (yes, the registration in the World
menu).
In ConfigurationOfPharo>>version11: I have
spec
project: 'PharoNonCorePackages' with: '1.1.0';
project: 'NewInspector' with: '1.1';
project: 'Shout' with: '1.0';
project: 'Shout Tests' with: '1.0';
project: 'OCompletion' with: '1.1';
project: 'OCompletion Tests' with: '1.1';
project: 'OB Dev' with: '1.1.3';
project: 'OB Dev Tests' with: '1.1.3';
...
I therefore assume that the version 1.1.3 of OmniBrowser is loaded.
1.1.3 is indeed the last version specified in
ConfigurationOfOmniBrowser:
ConfigurationOfOmniBrowser project lastVersion
=> ~1.1.3 [ConfigurationOfOmniBrowser]
But I evaluate: ConfigurationOfOmniBrowser project lastVersion load
Then the version OB-Morphic-lr.116, OB-Standard-lr.463 and OmniBrowser-
lr.469 are loaded.
I find it is very hard to keep track of what is actually loaded.
I haven't closely followed the evolution of Metacello, but there is
not a way to say:
spec project: 'OB Dev' with: 'lastestVersion'
Or Something?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project