Hi Martin, Mariano,
I wanted to check the permissions on squeaksource for fuel but squeaksource is
about to die. So I drop you a note here (because I don't know a better place).
In FLSerializer>>serialize:toFileNamed:
you should use
StandardFileStream
forceNewFileNamed: aFilename
...
instead of
StandardFileStream
fileNamed: aFilename
...
Yours does not truncate the file. If your model is shrinking then the file
stays of same size with garbage trailing. I didn't test if this introduces read
problems but I think truncating is the way to go.
Norbert