Dolphin 4.0 Bug: PositionableStream>>isEmpty?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dolphin 4.0 Bug: PositionableStream>>isEmpty?

Jeffrey Odell-2
The following in a workspace:

stream := ReadWriteStream on: String new.
stream nextPut: $s.
stream isEmpty

answers true.  This doesn't seem right -

jlo


Reply | Threaded
Open this post in threaded view
|

Re: Dolphin 4.0 Bug: PositionableStream>>isEmpty?

Blair McGlashan
Jeffrey

You wrote in message
news:[hidden email]...
> The following in a workspace:
>
> stream := ReadWriteStream on: String new.
> stream nextPut: $s.
> stream isEmpty
>
> answers true.  This doesn't seem right -

Thanks for the report. I agree, it doesn't seem right.

Regards

Blair


Reply | Threaded
Open this post in threaded view
|

Re: Dolphin 4.0 Bug: PositionableStream>>isEmpty?

Ricardo Nogueira
I was about to report the same problem one of these days...
Also note that ReadWriteStream #contents overrides WriteStream identical
method.

all the best,
Ricardo