[BUG] ReadStream>>isEmpty ?

Chris Muller afunkyobject at yahoo.com
Fri Aug 8 16:10:49 UTC 2003


| myStream |
myStream _ #(1 2 3) readStream.
myStream isEmpty

isEmpty returns true and this seems wrong to me.

  myStream size

answers "3" as I would expect, and which also seems contrary to being empty.

A fix seems easy, but would like to get comments from others on the group
first.

Comments?

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the Squeak-dev mailing list