Re: [Pharo-project] Can this be improved in Glamourous?
On Oct 16, 2011, at 9:36 PM, Tudor Girba wrote:
Hi,
I load it in a fresh Pharo 1.3 13287 image just like the squeaksource page says:
13287 is very (very!!!) old.. the last version of the Full image is 13307, the last Core image (which we need to build a full image of, after fixing the Shout MetaCello package) is 13315. Marcus
ConfigurationOfPharo should load 1.7 I do not understand how we can say that it should load a stable version because we will get 1.7 automatically. Mariano do you have an idea? Right now we have project: 'RefactoringBrowser' with: '1.6'; project: 'RefactoringBrowser Tests' with: '1.6'; version13beta2: spec <version: '1.3-beta2' imports: #('1.3-baseline')> spec for: #common do: [ spec blessing: #development. spec author: 'Mariano Martinez Peck'. spec description: 'Version for pharo 1.3 dev'. ]. spec for: #pharo do: [ spec package: 'Shortcuts-Help' with: 'Shortcuts-Help-LaurentLaffont.2'; package: 'Smalltalk-Help' with: 'Smalltalk-Help-tbn.2'; package: 'RoelTyper' with: 'RoelTyper-FredericPluquet.82'; package: 'ImageForDevelopers' with: 'ImageForDevelopers-pharo-MarianoMartinezPeck.263'; package: 'Pharo-Project-Help' with: 'Pharo-Project-Help-tbn.10'; package: 'Metacello-Help' with: 'Metacello-Help-DaleHenrichs.9'. spec project: 'Autotest' with: '1.1'; project: 'Autotest Help Tests' with: '1.1'; project: 'MemoryMonitor' with: '1.0.3'; project: 'PharoNonCorePackages' with: '1.3'; project: 'Shout' with: '1.3'; project: 'Shout Tests' with: '1.3'; project: 'OCompletion' with: '1.4'; project: 'OCompletion Tests' with: '1.4'; project: 'OB Dev' with: '1.3'; project: 'OB Dev Tests' with: '1.3'; project: 'AutomaticMethodCategorizer' with: '1.3'; project: 'RefactoringBrowser' with: '1.6'; project: 'RefactoringBrowser Tests' with: '1.6'; project: 'ProfStef' with: '1.7'; project: 'ProfStef Tests' with: '1.7'; project: 'ScriptManager' with: '1.3']
participants (2)
-
Marcus Denker -
Stéphane Ducasse