The version does not matter, the configuration get the github repo as is .
So it always get the latest code. I tested also with metacello command,
same problem.

On Sat, 26 Nov 2016 at 00:12, Thierry Goubier <thierry.goub...@gmail.com>
wrote:

> Le 25/11/2016 à 17:10, Dimitris Chloupis a écrit :
> > Are you on Pharo 6 latest image and latest VM ?
> >
> > Curl get.pharo.org/alpha+vmLatest <http://get.pharo.org/alpha+vmLatest>
> >
> > Then open package browser and try to install Ephestos
>
> The configuration browser is still pointing at an older version of
> Ephestos (or I should not try to load the stable version?).
>
> Thierry
>
> > On Fri, 25 Nov 2016 at 17:15, Thierry Goubier <thierry.goub...@gmail.com
> > <mailto:thierry.goub...@gmail.com>> wrote:
> >
> >     2016-11-25 14:34 GMT+01:00 Dimitris Chloupis <kilon.al...@gmail.com
> >     <mailto:kilon.al...@gmail.com>>:
> >
> >         I am afraid it does not work , I updated as you described my
> >         baseline
> >
> >
> https://github.com/kilon/Ephestos/blob/master/BaselineOfEphestos.package/BaselineOfEphestos.class/instance/baseline..st
> >
> >         and it gives me
> >
> >         Error: Name not found: SmaCC-Python
> >
> >
> >     That's strange. As far as I can see, I use the exact same code in a
> >     baseline of mine without errors.
> >
> >     I'll try some tests over the week-end.
> >
> >     Thierry
> >
> >
> >
> >
> >         On Fri, Nov 25, 2016 at 2:31 PM Thierry Goubier
> >         <thierry.goub...@gmail.com <mailto:thierry.goub...@gmail.com>>
> >         wrote:
> >
> >             Hi Kilon,
> >
> >             2016-11-25 12:13 GMT+01:00 Dimitris Chloupis
> >             <kilon.al...@gmail.com <mailto:kilon.al...@gmail.com>>:
> >
> >                 Hey there , I would like to install from SmaCC only
> >                 Python and C++ parsers , any idea how to add that to my
> >                 baseline as a dependency ?
> >
> >
> >             Just load the SmaCC-Python package. There is no C++ parser.
> >
> >             Use the following:
> >
> >             spec
> >                             baseline: 'SmaCC'
> >                                 with: [ spec repository:
> >             'github://ThierryGoubier/SmaCC' ];
> >                             import: 'SmaCC'.
> >             spec package: <yourPackage> with: [ spec requires:
> >             #('SmaCC-Python') ]
> >
> >             Regards,
> >
> >             Thierry
> >
> >
> >
> >
> >                 ---
> >                 Αυτό το e-mail ελέγχθηκε για ιούς από το πρόγραμμα Avast
> >                 antivirus.
> >                 https://www.avast.com/antivirus
> >
> >
> >
>
>
>

Reply via email to