[Pharo-project] WriteStream strangeness

2011-09-02 Thread Philippe Marschall
Hi I have run into two issues when #reset-ing WriteStreams. The first one is that #reset on WriteStream and ReadWriteStream don't have the same semantics [1] (although ReadWriteStream is a subclass of WriteStream). (WriteStream on: String new) nextPutAll: 'the content'; reset;

Re: [Pharo-project] WriteStream strangeness

2011-09-02 Thread Dale Henrichs
:04 AM | Subject: [Pharo-project] WriteStream strangeness | | Hi | | I have run into two issues when #reset-ing WriteStreams. The first | one | is that #reset on WriteStream and ReadWriteStream don't have the same | semantics [1] (although ReadWriteStream is a subclass of | WriteStream