[squeak-dev] Two bugs. One of them is a regression.

Mateusz Grotek unoduetre at poczta.onet.pl
Sun Apr 12 22:46:24 UTC 2015


Dnia 12.04.2015 23:01:43, Tobias Pape napisał(a):
> 
> On 12.04.2015, at 22:33, Mateusz Grotek <unoduetre at poczta.onet.pl>  
> wrote:
> 
> > Dnia 12.04.2015 22:11:57, Tobias Pape napisał(a):
> >> On 12.04.2015, at 06:16, Mateusz Grotek <unoduetre at poczta.onet.pl>  
> wrote:
> >> > I've found two bugs in the current Squeak 4.5 #13712. Please  
> tell me if they're known. If not I'll create the tickets.
> >> >
> >> > Firstly, there is a regression.
> >> > 1. Create a class called (for example) ABC.
> >> > 2. Add an instance variable called (for example) xyz.
> >> > 3. Open the class comment panel (click on the button "?").
> >> > 4. The contents of it is:
> >> > An ABC is xxxxxxxxx.
> >> >
> >> > Instance Variables
> >> > 	xyz:[TAB][TAB]<Object>
> >> >
> >> > xyz
> >> > 	- xxxxx
> >> > 5. Remove the [TAB]s
> >> > 6. Accept it
> >> > 7. An unrecoverable error shows up (after performing steps above  
> it keeps appearing when accessing the ABC class):
> >> > Error: RemoteString past end of file
> >> > The error comes from RemoteString>>text
> >> It may be we know that.
> >> Are you on ubuntu?
> >> Best
> >> 	-Tobias
> > No, but on Linux (Gentoo).
> 
> If you put a
> 
> 	self flush
> 
> at the end of  WriteStream>>nextChunkPut:
> does that help?
> 
> best
> 	-Tobias
> 
> 

Yes, that solves the problem.

Best wishes,
Mateusz




More information about the Squeak-dev mailing list