On 08/06/2015 01:37 PM, Christophe Demarey wrote:
Le 6 août 2015 à 20:41, Dale Henrichs a écrit :
Christophe,
It looks like Metacello travis builds are still failing for Pharo5.0[1]. The
error appears to be occurring in the builderCI Metacello bootstrapping code. So
I will shift my focus to that area ... Since 5.0 already has Metacello
installed (like GemStone) we should arrange to skip the Metacello bootsrap step
altogether ... I will look into that now ...
indeed, I'm not sure it is really needed to update Metacello if it is already
present in builderCI.
The basic builderCI framework is based on using Metacello, so a Baseline
aware version of Metacello is required to be present and builderCI will
bootstrap Metacello if necessary ... Since Pharo5.0 has Metacello
present no bootstrapping by builderCI is needed (this was true for
Pharo3.0 and Pharo5.0 so it was an update that was needed for builderCI
to skip bootstrapping Metacello) ...
For the Metacello tests themselves, the version of Metacello under test
is installed on top of the version present in the image, using the
"standard Metacello update code" ... failures at this point indicate
Metacello upgrade problems ... then the unit tests are run ...
Dale