[MC] Overrides and condenseChanges?

Andreas Raab andreas.raab at gmx.de
Wed Apr 5 20:11:03 UTC 2006


tim Rowledge wrote:
> I don't suppose that the method sources are being (re)written to the 
> *old* source files, possibly as well as to the new one? Just a 
> possibility raised by the surprising size of the file....

Interesting idea. BTW, the deeper I dig into this stuff the more broken 
things get. Like this:

f1 := FileStream newFileNamed: 'f1.st'.
f2 := FileStream newFileNamed: 'f2.st'.
ExternalSettings fileOutOn: f1 moveSource: false toFile: 0.
ExternalSettings fileOutOn: f2 moveSource: true toFile: 1.
f1 close.
f2 close.

The result are two files of different sizes with the latter one 
completely broken.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list