Feb. 25, 2015
3:19 p.m.
Log Message: ----------- 40510 - Scriptloader test
We changed Scriptloader to rely on the fact that we have itâs history in the reporsitory. This makes a lot of data not needed. (and another problem is that the scripts are not valid in the current system, e.g. when we rename a Class). This removes around 160.000 lines of code, make the image smaller by 20% and removes some load from SmalltalkHub as the Scriptloader40 package started to be near 1MB in size. In addition, this brings us a tiny step closer to the ideal that âthe build server artefact should be the release, unchangedâ. All this with loosing *nothing*, as the data is save and secure in the history of the package. Marcus