Hi Sven,

it would be good to have a new #stable for Zinc (at least for recent Pharo 7).

Pharo 7 now has  
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2018-May/271651.html
integrated - but loading Seaside loads the current (old) stable definition and 
with that
an outdated Zinc breaking things. 

So one is still not able to use Seaside with the recent image and since 
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2018-March/270564.html
another two months passed by.

Would it be possible?

Thx
T. 



> Gesendet: Donnerstag, 22. März 2018 um 23:07 Uhr
> Von: "Torsten Bergmann" <asta...@gmx.de>
> An: pharo-dev@lists.pharo.org, seaside-...@lists.squeakfoundation.org
> Betreff: Re: [Pharo-dev] Seaside loading broken in Pharo 7
>
> Seaside is working ... but it is not possible to develop as by patching Zinc
> the Iceberg tool in P7 is broken then and one can not commit anymore. 
> 
> So be warned when you follow and use the script below.
> 
> :(
> 
> 
> 
> 
> > Sven wrote:
> > >You must be looking somewhere else,
> > >http://mc.stfx.eu/ZincHTTPComponents/
> > >find 'Character-Encoding-Core', they are all there.
> > 
> > 
> > 
> > Hmmm ... mysterious ... I checked two times yesterday using a web browser 
> > after the 
> > loading trouble in Pharo and it was not there.
> > 
> > 
> > Works now using:
> > 
> > 
> > Gofer it
> >           url: 'http://mc.stfx.eu/ZincHTTPComponents';
> >            package: 'Zinc-Character-Encoding-Core';
> >           load.
> > 
> > Metacello new
> >   baseline:'Seaside3';
> >    repository: 'github://SeasideSt/Seaside:master/repository';
> >    load.
> > 
> > 
> > Thanks
> > T.
> > 
> >

Reply via email to