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.ferlicot@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 <
astares@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.
--