Oct. 20, 2009
11:49 a.m.
What behaviour should I expect from String:linesDo:? The linesDo: in String expects a cr as lineSeparator. lines in *magritte-model-accessing is more flexible, it also accepts crlf. There is no test for this behaviour. In a cross-platform environment (development on OS-X and windows, deployment on linux) I prefer the lines behaviour when reading and writing files. Stephan