Re: [Pharo-dev] Seaside loading broken in Pharo 7

2018-05-18 Thread Torsten Bergmann
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.
> > 
> >



Re: [Pharo-dev] Seaside loading broken in Pharo 7

2018-03-21 Thread Sven Van Caekenberghe
You must be looking somewhere else,

http://mc.stfx.eu/ZincHTTPComponents/

find 'Character-Encoding-Core', they are all there.

> On 21 Mar 2018, at 20:41, Torsten Bergmann  wrote:
> 
>> Normally loading #bleedingEdge of Zn, but I have to see if the very, very 
>> latest changes are in.
>> 
>> You need Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58 or newer.
> 
> Already trapped in Git/Monticello problems: 
> 
> 1. In latest Pharo 7 Build 70715 I open Monticello browser and then I add
> 
>MCHttpRepository
>   location: 'http://mc.stfx.eu/ZincHTTPComponents'
>   user: ''
>   password: ''
> 
>   Now try to browse the contents of the repo I already get a DNU because 
>   IceProxyMCVersionInfo returns nil when asked for a #versionNumber leading
>   to other trouble.
> 
> 
> 2. Now I try to load what you suggested with a script:
> 
>  Gofer it
>  url: 'http://mc.stfx.eu/ZincHTTPComponents';
>  package: 'Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58';
> load
> 
>   which fails as this version of the package is not there
> 
>   Currently http://mc.stfx.eu/ZincHTTPComponents only goes up to 
> 
>   Zinc-Character-Encoding-Core-SvenVanCaekenberghe.39
> 
> and the 39 up to 58 are missing.
> 
> So where is Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58 or newer 
> versions hosted???
> 
> Thanks 
> T.
> 
> 
> 




Re: [Pharo-dev] Seaside loading broken in Pharo 7

2018-03-21 Thread Torsten Bergmann
> Normally loading #bleedingEdge of Zn, but I have to see if the very, very 
> latest changes are in.
> 
> You need Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58 or newer.

Already trapped in Git/Monticello problems: 

1. In latest Pharo 7 Build 70715 I open Monticello browser and then I add

MCHttpRepository
location: 'http://mc.stfx.eu/ZincHTTPComponents'
user: ''
password: ''

   Now try to browse the contents of the repo I already get a DNU because 
   IceProxyMCVersionInfo returns nil when asked for a #versionNumber leading
   to other trouble.


2. Now I try to load what you suggested with a script:

  Gofer it
  url: 'http://mc.stfx.eu/ZincHTTPComponents';
  package: 'Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58';
 load

   which fails as this version of the package is not there

   Currently http://mc.stfx.eu/ZincHTTPComponents only goes up to 

   Zinc-Character-Encoding-Core-SvenVanCaekenberghe.39

and the 39 up to 58 are missing.

So where is Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58 or newer 
versions hosted???

Thanks 
T.

 



Re: [Pharo-dev] Seaside loading broken in Pharo 7

2018-03-21 Thread Sven Van Caekenberghe


> On 21 Mar 2018, at 12:49, Torsten Bergmann <asta...@gmx.de> wrote:
> 
> Is there already a fix available, any reference issue?
> @Sven: can you tell us about the status/steps?

Normally loading #bleedingEdge of Zn, but I have to see if the very, very 
latest changes are in.

You need Zinc-Character-Encoding-Core-SvenVanCaekenberghe.58 or newer.

> Gesendet: Dienstag, 13. März 2018 um 21:26 Uhr
> Von: "Cyril Ferlicot" <cyril.ferli...@gmail.com>
> An: "Pharo Development List" <pharo-dev@lists.pharo.org>
> Betreff: Re: [Pharo-dev] Seaside loading broken in Pharo 7
>  
> On mar. 13 mars 2018 at 21:11, Torsten Bergmann <asta...@gmx.de> wrote:
> Hi Pharo-dev (CC Seaside-dev)
> 
> the Seaside PR on discussions for Pharo 7 supprt on
> 
> https://github.com/SeasideSt/Seaside/pull/979
> 
> says one should use
> 
> Metacello new
>  baseline:'Seaside3';
>  repository: 'github://SeasideSt/Seaside:master/repository';
>  load.
> 
> to load Seaside in Pharo 7 (which was from around 7th of February)
> 
> I today tried with latest 70694 fresh Pharo image but after a while I get many
> walkback debuggers with #setToEnd, isReadOnly and #closed not implemented
> on ZnCharacterReadWriteStream
> 
> while it is loading "Zinc-Character-Encoding-Core-SvenVanCaekenberghe.56"
> 
> If I remember correctly I was able to load it in P7 two weeks ago - so 
> something
> broke it meanwhile.
> 
> Any ideas?
>  
> Hi! This is because of a really recent change and Sven is working on it. 
>  
> 
> 
> Bye
> T.
>  
> --
> Cyril Ferlicot
> https://ferlicot.fr
> 
> http://www.synectique.eu
> 2 rue Jacques Prévert 01,
> 59650 Villeneuve d'ascq France




Re: [Pharo-dev] Seaside loading broken in Pharo 7

2018-03-21 Thread Torsten Bergmann
Is there already a fix available, any reference issue?
@Sven: can you tell us about the status/steps?

 
 

Gesendet: Dienstag, 13. März 2018 um 21:26 Uhr
Von: "Cyril Ferlicot" <cyril.ferli...@gmail.com>
An: "Pharo Development List" <pharo-dev@lists.pharo.org>
Betreff: Re: [Pharo-dev] Seaside loading broken in Pharo 7


 

On mar. 13 mars 2018 at 21:11, Torsten Bergmann <asta...@gmx.de> wrote:

Hi Pharo-dev (CC Seaside-dev)

the Seaside PR on discussions for Pharo 7 supprt on

https://github.com/SeasideSt/Seaside/pull/979

says one should use

Metacello new
 baseline:'Seaside3';
 repository: 'github://SeasideSt/Seaside:master/repository';
 load.

to load Seaside in Pharo 7 (which was from around 7th of February)

I today tried with latest 70694 fresh Pharo image but after a while I get many
walkback debuggers with #setToEnd, isReadOnly and #closed not implemented
on ZnCharacterReadWriteStream

while it is loading "Zinc-Character-Encoding-Core-SvenVanCaekenberghe.56"

If I remember correctly I was able to load it in P7 two weeks ago - so something
broke it meanwhile.

Any ideas?

 

Hi! This is because of a really recent change and Sven is working on it. 

 



Bye
T.
 


--

Cyril Ferlicot
https://ferlicot.fr

http://www.synectique.eu
2 rue Jacques Prévert 01,
59650 Villeneuve d'ascq France







Re: [Pharo-dev] Seaside loading broken in Pharo 7

2018-03-13 Thread Cyril Ferlicot
On mar. 13 mars 2018 at 21:11, Torsten Bergmann  wrote:

> Hi Pharo-dev (CC Seaside-dev)
>
> the Seaside PR on discussions for Pharo 7 supprt on
>
> https://github.com/SeasideSt/Seaside/pull/979
>
> says one should use
>
> Metacello new
>  baseline:'Seaside3';
>  repository: 'github://SeasideSt/Seaside:master/repository';
>  load.
>
> to load Seaside in Pharo 7 (which was from around 7th of February)
>
> I today tried with latest 70694 fresh Pharo image but after a while I get
> many
> walkback debuggers with #setToEnd, isReadOnly and #closed not implemented
> on ZnCharacterReadWriteStream
>
> while it is loading "Zinc-Character-Encoding-Core-SvenVanCaekenberghe.56"
>
> If I remember correctly I was able to load it in P7 two weeks ago - so
> something
> broke it meanwhile.
>
> Any ideas?


Hi! This is because of a really recent change and Sven is working on it.


>
> Bye
> T.
>
> --
Cyril Ferlicot
https://ferlicot.fr

http://www.synectique.eu
2 rue Jacques Prévert 01,
59650 Villeneuve d'ascq France