Nice to know. Makes a lot of sense. On Thu, Feb 26, 2015 at 12:35 AM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Great!
On 25 Feb 2015, at 16:19, Marcus Denker <marcus.denker@inria.fr> wrote:
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