Until yesterday, smalltalkCI was failing with Pharo 6.1 and Tonel because Tonel version present on 6.1 was too old and not adapted to latest Metacello.
I made a backport yesterday (to Tonel 1.0.9) so *now* it should work (always with latest metacello). Can you verify that? Cheers, Esteban > On 7 Oct 2018, at 15:49, Cyril Ferlicot <cyril.ferli...@gmail.com> wrote: > > > > On dim. 7 oct. 2018 at 15:28, Norbert Hartl <norb...@hartl.name > <mailto:norb...@hartl.name>> wrote: > I’ve created a new repository and chose to use tonel for its file format. But > as in my previous attempts I cannot make it work. > > I test my repo with travis for pharo 6.1 and pharo 7. Using > > SmalltalkCISpec { > #loading : [ > SCIMetacelloLoadSpec { > #baseline : 'ArangoDB', > #directory : 'source', > #load : [ 'Tests' ], > #platforms : [ #pharo ] > } > ] > } > > Hi, > > Can you describe the problem you get with this one please? > > > it succeeds in pharo7 and fails in pharo 6.1. I think this is because 6.1 > cannot handle tonel. But using > > SmalltalkCISpec { > #loading : [ > SCIMetacelloLoadSpec { > #baseline : 'ArangoDB', > #directory : 'source', > #load : [ 'Tests' ], > #useLatestMetacello: true, > #platforms : [ #pharo ] > } > ] > } > > makes it fail in pharo 7 as well. > > Loaded -> BaselineOfMetacello-CompatibleUserName.1526690791 --- > https://github.com/Metacello/metacello.git[master > <https://github.com/Metacello/metacello.git%5Bmaster>] --- > https://github.com/Metacello/metacello.git[master > <https://github.com/Metacello/metacello.git%5Bmaster>] > <>Loading baseline of BaselineOfMetacello...MetacelloNameNotDefinedError: > project group, or package named: 'FileTree' not found when used in requires: > or includes: field of package: 'Metacello-FileTree' for version: baseline of > BaselineOfMetacello. > <>[ MetacelloNameNotDefinedError > <> signal: > <> 'project group, or package named: ' , specName printString > <> , ' not found when used in requires: or includes: field > of package: ' > <> , self name printString , ' for version: ' > <> , aVersionSpec versionString , ' of ' , aVersionSpec > projectLabel > <> , '.'. > <>nil "return nil if resumed" ] in [ :specName | > Any ideas? > > Norbert > > -- > Cyril Ferlicot > https://ferlicot.fr <https://ferlicot.fr/>