Aug. 22, 2012
2:40 p.m.
There was a change on the storeOn: method of StartupAction that is breaking things. Before it said: " aStream >> code printString" and now it has "code storeOn: aStream". I'm almost sure that the previous one is the correct one. We didn't one to print the object on the file, only the text for later running it or am i wrong? Cheers, Guido.