Squeak 1.3 problems

Hans-Martin Mosner hm.mosner at cww.de
Sat Jan 31 12:31:43 UTC 1998


Chris Reuter wrote:
> 
> ...
> 
> Many of the methods have mangled source code, specifically that they
> have no newlines.  The changes file is, I notice, in Unix format, so
> it appears that Squeak is failing to properly do end-of-line
> conversions.  I've tried filing in CrLfFileStream and making
> FileStream class >> concreteStream but that doesn't seem to work.
> 
> Does anyone know what's going on.

You've most likely downloaded the changes file as 'text', not 'binary'.
Both sources and changes should have CR (ASCII 13) as the line end
character, nothing else.
Using UNIX tools usch as 'tr', you can fix the file (or you can do it
with some Squeak statements).

Hans-Martin





More information about the Squeak-dev mailing list