On Tue, Oct 18, 2011 at 2:15 PM, Stéphane Ducasse <[email protected]
> wrote:

> I updated the configurationOfGrease
>
> > (ConfigurationOfGrease project version: #development) load
> loads well in 1.3.
>
> I do not understand why lukas and philippe do not give a shit about
> metacello but this is sad
> because idiots like me have to go and understand the dependencies after the
> fact.
>
> May be metacello is plain bad and ugly. I do not know what I know is that
> it is really important for our community.
>
> Now I do not know if I should promote it as stable.
>
> I could also do soemthing like
> stable: spec
>        <symbolicVersion: #stable>
>
>        spec for: #'pharo1.3.x' version: '1.6.0.2'.
>
> instead of
>
> stable: spec
>        <symbolicVersion: #'stable'>
>
>        spec for: #'common' version: '1.0.6'.
>
>

Yes, I think you should do that because some users use stable. For example
ConfigurationOfGlamour does:

        spec
            project: 'Grease' with: [
                spec
                    className: 'ConfigurationOfGrease';
                    file: 'ConfigurationOfGrease';
                    version: #stable;
                    repository: '
http://www.squeaksource.com/MetacelloRepository' ].


>
>
>
> On Oct 17, 2011, at 10:43 AM, Tudor Girba wrote:
>
> > Hi,
> >
> > Try this in the latest Pharo 1.3 13315:
> >
> > Gofer new
> >       squeaksource: 'MetacelloRepository';
> >       package: 'ConfigurationOfGrease';
> >       load.
> > (ConfigurationOfGrease project version: #stable) load
> >
> >
> > It won't work because ParseTreeEnvironment got renamed into
> RBParseTreeEnvironment.
> >
> > Any takes for updating the configuration?
> >
> > Cheers,
> > Doru
> >
> > --
> > www.tudorgirba.com
> >
> > "Every thing has its own flow"
> >
>
>
>


-- 
Mariano
http://marianopeck.wordpress.com

Reply via email to