Okay I'm back and looking into this (I had some family issues to attend
to over the last few weeks) ...
I've merge Christophe's changes for Pharo5.0 into the Metacello master
branch ... there is a chicken and egg problem in testing fundamental
changes in Metacello on travis, since the travis framework (builderCI
[1]) reuires Metacello to be loaded ... the tests are running at the
moment and I'll try to stay on top of this until we get things loading
smoothly for Pharo 5.0
Dale
[1] https://github.com/dalehenrich/builderCI
On 07/24/2015 03:28 AM, Stephan Eggermont wrote:
On 24-07-15 11:14, Thierry Goubier wrote:
Hi Peter,
the FileTree part is solved, as far as I could do (i.e. all tests green
with Pharo5 on Linux), but there is a failure in the travis CI of the
most annoying type: the filetree code isn't even loaded :(
The BaseLineOfMetacello was misisng Pharo5.x platform attributes.
Pull request 358
Stephan