[Bug][Fix]FIleList can't write to remote server

Michael Rueger michael at squeakland.org
Thu Dec 11 10:48:20 UTC 2003


Doug Way wrote:

> So we won't need both fixes, since they both fix 
> RemoteFileStream>>close. But I notice Ted's implementation of that 
> method is quite a bit more concise, so if they are both correct, maybe 
> we should include Ted's version of that method. :)

The reason for the somewhat ugly code in my version was that close 
is/was also called in some ensure block leading to a recursive call to 
close. I think I removed that ensure: so Ted's version would work as well.

Michael




More information about the Squeak-dev mailing list