On 21 Jan 2014, at 18:32, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
21 Jan 2014, at 12:03, Marcus Denker <marcus.denker@inria.fr> wrote:
This will simplify *a lot* to make a Slice fro syncing with Spec, too.
Can you expand please? Because I have only seen the UI change, but I do not see where it can help :)
So for Opal, we commit to the Opal repository (because we have a fancy referessiontester that recompiles image and then runs all testsâ¦). Now then, wenn that is green we merge back at some point. And itâs often actually not a merge, but a load: we want those packages in Pharo. In the past, to make a slice, we had to make some method dirty, now we can just make a Slice from the non-dirty packages as loaded from the repo. Marcus