I will wait a bit for more inputs and consider it to be done.
http://code.google.com/p/pharo/issues/detail?id=4613

Stef

On Aug 9, 2011, at 6:37 PM, Dale Henrichs wrote:

> Stef,
> 
> I think I will have to make a new release defining attributes for Pharo 
> 1.4... This is related to Metacello Issue 146[1]. Pharo1.4 would be a good 
> place to introduce a method to define the Metacello attributes for the 
> platform ...
> 
> I think if you arrange to hang a method off of SmallImage (?) called 
> defaultMetacelloPlatformAttributes that returned the following collection:
> 
>  ^#(#squeakCommon #pharo #'pharo1.x' #'pharo1.4.x')
> 
> Then I could make a quick release of Metacello 1.0-beta.1.30.1 that would use 
> that method and you'd be in business...
> 
> Dale
> 
> [1] http://code.google.com/p/metacello/issues/detail?id=146
> 
> ----- Original Message -----
> | From: "Stéphane Ducasse" <[email protected]>
> | To: [email protected]
> | Sent: Sunday, August 7, 2011 1:30:14 PM
> | Subject: Re: [Pharo-project] About configurationOfPharoRB
> | 
> | Dale
> | 
> | I added
> | 
> | stable: spec
> |     <symbolicVersion: #stable>
> |     
> |     spec for: #'pharo1.0.x' version: '1.2.1'.
> |     spec for: #'pharo1.1.x' version: '1.5'.
> |     spec for: #'pharo1.2.x' version: '1.7'.
> |     spec for: #'pharo1.3.x' version: '1.7'.
> |     spec for: #'pharo1.4.x' version: '1.8'.
> |     spec for: #'squeak4.x' version: '1.6'.
> | 
> | and a new baseline and version but when I do
> | 
> | 
> | (ConfigurationOfRefactoringBrowser project version: #'stable') load
> | 
> | I get an error.
> | 
> | Do you have an idea?
> | 
> | Stef
> | 
> | 
> | 
> | version18: spec
> |     <version: '1.8' imports: #('1.8-baseline' )>
> | 
> |     spec for: #'common' do: [
> |             spec blessing: #'release'.
> |             spec description: 'RefactoringBrowser for pharo 1.4 alpha. For 
> this
> |             version we just move the place to look for Refactoring-Changes.
> |             Now there is a project for RB for pharo: It is called PharoRB'.
> |             spec author: 'StephaneDucasse'.
> |             spec timestamp: '2011-08-07T21:54:25+00:00'. "DateAndTime now
> |             asString"
> |     ].
> | 
> |     spec for: #'pharo' do: [
> |             spec
> |                     
> |                     package: 'AST-Core' with: 'AST-Core-lr.87';
> |                     package: 'AST-Tests-Core' with: 'AST-Tests-Core-lr.11';
> |                     
> |                     package: 'AST-Semantic' with: 'AST-Semantic-lr.15';
> |                     package: 'AST-Tests-Semantic' with: 
> 'AST-Tests-Semantic-lr.3';
> |                     
> |                     package: 'Refactoring-Environment' with:
> |                     'Refactoring-Environment-lr.7';
> |                     package: 'Refactoring-Tests-Environment' with:
> |                     'Refactoring-Tests-Environment-lr.1';
> |                     
> |                     package: 'Refactoring-Changes' with:
> |                     'Refactoring-Changes-GuillermoPolito.17';
> |                     package: 'Refactoring-Tests-Changes' with:
> |                     'Refactoring-Tests-Changes-lr.14';
> |             
> |                     package: 'Refactoring-Core' with: 
> 'Refactoring-Core-lr.153';
> |                     package: 'Refactoring-Tests-Core' with:
> |                     'Refactoring-Tests-Core-lr.51';
> |                     
> |                     package: 'Refactoring-Critics' with: 
> 'Refactoring-Critics-lr.9';
> |                     package: 'Refactoring-Tests-Critics' with:
> |                     'Refactoring-Tests-Critics-lr.3';
> |             
> |                     package: 'Refactoring-Spelling' with:
> |                     'Refactoring-Spelling-pmm.25';
> |                     package: 'Refactoring-Tests-Spelling' with:
> |                     'Refactoring-Tests-Spelling-lr.6'.
> |     
> |     ].
> |     
> |     spec for: #'squeak' do: [
> |             spec description: 'Squeak support based on 
> Squeak4.2-Trunk-10628'.
> |             spec
> |                     package: 'AST-Core' with: 'AST-Core-lr.85';
> |                     package: 'AST-Semantic' with: 'AST-Semantic-lr.15';
> |                     package: 'Refactoring-Core' with: 
> 'Refactoring-Core-lr.153';
> |                     package: 'Refactoring-Environment' with:
> |                     'Refactoring-Environment-lr.4';
> |                     package: 'Refactoring-Critics' with: 
> 'Refactoring-Critics-lr.4';
> |                     package: 'Refactoring-Spelling' with:
> |                     'Refactoring-Spelling-lr.23';
> |                     package: 'Refactoring-Changes' with: 
> 'Refactoring-Changes-lr.16'].
> |     spec for: #'gemstone' do: [
> |             spec author: 'DaleHenrichs'.
> |             spec project: 'GsCore' with: '0.241'.
> |             spec
> |                     package: 'AST-Core' with: 'AST-Core-DaleHenrichs.84';
> |                     package: 'AST-Tests-Core' with:
> |                     'AST-Tests-Core-DaleHenrichs.11'.].
> | 
> 


Reply via email to