[FIX] re: celeste problem during import

daniel vainsencher danielv at netvision.net.il
Thu Jul 13 22:21:06 UTC 2000


Bert Freudenberg <bert at isgnw.CS.Uni-Magdeburg.De> wrote:
> > Daniel Vainsencher wrote:
> > > If you're working in unix, you should probably be using CrLfFileStream.
> > > See FileStream concreteStream. Higher level code (like that utility)
> > > should stay blissfully ignorant... ;-)
...
> Very true. I also don't use CrLfFileStream by default on my Unix box. The
> fix is to use CrLfStream explicitely: In MailInboxFile>>mailMessagesDo:, I
> replaced the first line
> 	fileStream _ FileStream fileNamed: filename.
> with
> 	fileStream _ CrLfFileStream readOnlyFileNamed: filename.
> 
> Maybe you could include this in your next Celeste enhancement, Daniel.
Let's agree to disagree - I won't post this as an enhancement. OTOH,
it's free code as far as I know.

> Along with the still outstanding final-attachment-delimiter fix ;-)
Gonna get that bugger this time! ;-)
If I did, Bert, you should get this attachment right.

> -- Bert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 1332 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20000714/df38b69e/attachment.obj


More information about the Squeak-dev mailing list