May 4, 2012
10:52 p.m.
Igor Stasenko wrote
stdin/out are unbound (endless) streams , and use things like eof(), should be discouraged..
Yes! It is nonsensical!! Igor Stasenko wrote
stdin upToEnd makes no sense..
Well #upToEndOfFile makes no sense, but as I understood Dave's description, #upToEnd means "return all available data". However, eof is still getting checked, which I think is a bug. Right now, OSP delegates to the same stream primitives as all other files, which relies on eof checks. Maybe that is the problem... -- View this message in context: http://forum.world.st/OSProcess-is-process-done-tp4569088p4610040.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.