Just for reference, some of the PRs associated with the issue: - https://github.com/pharo-project/pharo/pull/4726 - https://github.com/pharo-project/pharo/pull/4739 - https://github.com/pharo-project/pharo/pull/4752
On Sat, 28 Sep 2019 at 09:45, Alistair Grant <[email protected]> wrote: > > Hi Sven, > > Executing: > > Metacello new > baseline: 'ZincHTTPComponents'; > repository: 'github://svenvc/zinc/repository'; > load: #(SSO) > > In recent Pharo 8 images breaks ZnBufferedReadWriteStream by > redefining the class to remove many of the instance variables. > > I guess this is due to changes to ZnBufferedReadWriteStream made in > the last few days, but the result is that the image is unusable (all > access to the changes file cause exceptions). > > Where should an issue be raised? > > Thanks, > Alistair > > Pharo8.0.0 > Build information: > Pharo-8.0.0+build.798.sha.ae566532ed60b60d669aff37d4d38b86241a7c9e (64 > Bit) > Ubuntu 16.04
