[BUG] Empty Stream on Wonderland

Helge Horch Helge.Horch at munich.netsurf.de
Fri May 26 15:31:57 UTC 2000


At 16:06 25.05.2000 -0300, Igor Heidrich wrote:
>  Trying to run 'Wonderland new' in version 2.8 Beta, an error
>occur with an empty stream vtx.

Ah yes, sounds like another consequence of changeset #2192.  I gather we 
agreed here that it's effect should be reverted before 2.8 goes golden.

If similar errors pop up, you can fix it at its source by reverting 
ReadStream>>next to the original version that says

    <primitive: 65>
    position >= readLimit
       ifTrue: [^nil]
       ifFalse: [^collection at: (position _ position + 1)]

HTH,
Helge





More information about the Squeak-dev mailing list