[Seaside-dev] Seaside loading broken in Pharo 7

Torsten Bergmann astares at gmx.de
Tue Mar 13 20:10:19 UTC 2018


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?

Bye
T.


More information about the seaside-dev mailing list