[BUG]UndefinedObject(Object)>>doesNotUnderstand: #binary

goran.krampe at bluefish.se goran.krampe at bluefish.se
Tue Oct 14 10:27:36 UTC 2003


Raymond <raymondasselin at sympatico.ca> wrote:
[SNIP]
>     the #binary message still happen randomly, I don't know why yet,
>     but my packages seem good..so I will live with until I understant what is happening.

This is a common sign that the code for opening a FileStream (or perhaps
other stream) for reading/writing is failing and returning nil. The
first thing code typically does is to set the FileStream instance to
binary.

Exactly why is another story.

regards, Göran



More information about the Squeak-dev mailing list