Re: [Pharo-dev] ZincHTTPComponents SSO breaks ZnBufferedReadWriteStream

2019-09-28 Thread Alistair Grant
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  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



Re: [Pharo-dev] ZincHTTPComponents SSO breaks ZnBufferedReadWriteStream

2019-09-28 Thread ducasse
I confirm the problem

https://github.com/pharo-project/pharo/issues/4764


> On 28 Sep 2019, at 09:59, ducasse  wrote:
> 
> 
> 
>> On 28 Sep 2019, at 09:56, Alistair Grant  wrote:
>> 
>> Hi Stef,
>> 
>> Just evaluate the Metacello expression from my original email :-)
> 
> Oki
> 
>> 
>> You'll get multiple debuggers open and the image will lock up.  A user
>> interrupt will get input working again, but source code is no longer
>> available in the system browser.  You'll have to kill the process
>> externally as it fails while trying to exit.
>> 
>> Cheers,
>> Alistair
>> 
>> 
>> On Sat, 28 Sep 2019 at 09:51, ducasse  wrote:
>>> 
>>> Hello Alistair
>>> 
>>> Here :)
>>> I’m sure that we will fix it.
>>> Do you have a test or something to get the problem.
>>> 
>>> S.
>>> 
 On 28 Sep 2019, at 09:45, Alistair Grant  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
 
>>> 
>>> 
>>> 
>> 
> 
> 
> 





Re: [Pharo-dev] ZincHTTPComponents SSO breaks ZnBufferedReadWriteStream

2019-09-28 Thread ducasse



> On 28 Sep 2019, at 09:56, Alistair Grant  wrote:
> 
> Hi Stef,
> 
> Just evaluate the Metacello expression from my original email :-)

Oki

> 
> You'll get multiple debuggers open and the image will lock up.  A user
> interrupt will get input working again, but source code is no longer
> available in the system browser.  You'll have to kill the process
> externally as it fails while trying to exit.
> 
> Cheers,
> Alistair
> 
> 
> On Sat, 28 Sep 2019 at 09:51, ducasse  wrote:
>> 
>> Hello Alistair
>> 
>> Here :)
>> I’m sure that we will fix it.
>> Do you have a test or something to get the problem.
>> 
>> S.
>> 
>>> On 28 Sep 2019, at 09:45, Alistair Grant  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
>>> 
>> 
>> 
>> 
> 





Re: [Pharo-dev] ZincHTTPComponents SSO breaks ZnBufferedReadWriteStream

2019-09-28 Thread Alistair Grant
Hi Stef,

Just evaluate the Metacello expression from my original email :-)

You'll get multiple debuggers open and the image will lock up.  A user
interrupt will get input working again, but source code is no longer
available in the system browser.  You'll have to kill the process
externally as it fails while trying to exit.

Cheers,
Alistair


On Sat, 28 Sep 2019 at 09:51, ducasse  wrote:
>
> Hello Alistair
>
> Here :)
> I’m sure that we will fix it.
> Do you have a test or something to get the problem.
>
> S.
>
> > On 28 Sep 2019, at 09:45, Alistair Grant  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
> >
>
>
>



Re: [Pharo-dev] ZincHTTPComponents SSO breaks ZnBufferedReadWriteStream

2019-09-28 Thread ducasse
Hello Alistair

Here :)
I’m sure that we will fix it. 
Do you have a test or something to get the problem.

S.

> On 28 Sep 2019, at 09:45, Alistair Grant  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
> 





[Pharo-dev] ZincHTTPComponents SSO breaks ZnBufferedReadWriteStream

2019-09-28 Thread Alistair Grant
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