Bug or feature in StandardFileStream

Martin Kuball martinkuball at web.de
Sun Feb 12 11:02:21 UTC 2006


Hi!

The following behaviour seems odd to me:

file := StandardFileStream readOnlyFileNamed: 'test'.
file skip: self size.
file atEnd.  (-> true, OK)

file skip: 1.
file atEnd (-> false ???)

My VM is rather old (> 1 year), so maybe someone should test this with 
a more recent one.

Martin



More information about the Squeak-dev mailing list