>
> Log Message:
> -----------
> 40510
> - Scriptloader test
>
> http://files.pharo.org/image/40/40510.zip
>
>
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