Why not put this comment by default in all the configurationOfXXX

I spent 10 min to find how to load Profstef to check a bug and I wrote the 
chapter on metacello with 
mariano so there is something wrong.

Stef


> Don't forget that the aim is to have all the configurations updated to
> the new symbolic version capabilities of the Metacello.
> 
> Given that, then the standard (official) way to load (either by hand or
> by tools like the browser) *any* configuration will be something similar
> to: 
> 
> Gofer it "or new"
>  squeaksource: "MetacelloRepository";
>  project: "XXX";
>  load.
> 
> ((Smalltalk globals at: #ConfigurationOfXXX) project version: #stable)
> load
> 
> This of course will be hidden from users by the existence of the
> user-tools and will install the  stable version tested for the image
> version metacello it is running on.
> 
> Of course it will be way to load a specific version (either because a
> bug fix hunting or simply by personal preference) of a given
> configuration. Something like:
> 
> ((Smalltalk globals at: #ConfigurationOfXXX) project version:
> '1.4-something') load
> 
> But this will be only for specific users and for specific reasons. Most
> users only want the stable version for its platform and metacello's
> symbolic versions give them that.
> 
> Cheers.
> 
> 
> El lun, 31-01-2011 a las 17:23 +0100, Luc Fabresse escribió:
>> +1
>> 
>> 
>> #Luc
>> 
>> 
>> 2011/1/31 Stéphane Ducasse <[email protected]>
>> 
>> 
>> 
>> 
> 
> -- 
> Miguel Cobá
> http://twitter.com/MiguelCobaMtz
> http://miguel.leugim.com.mx
> 
> 
> 
> 


Reply via email to