Re: [Pharo-users] Tonel difficulty

2018-10-07 Thread Norbert Hartl
> Am 07.10.2018 um 15:47 schrieb Sven Van Caekenberghe : > > > >> On 7 Oct 2018, at 15:27, Norbert Hartl wrote: >> >> I test my repo with travis for pharo 6.1 and pharo 7. Using >> >> SmalltalkCISpec { >> #loading : [ >> SCIMetacelloLoadSpec { >> #baseline : 'ArangoDB', >>

Re: [Pharo-users] Tonel difficulty

2018-10-07 Thread Norbert Hartl
Ok, never mind. I just copied the travis files without noticing it was loading Pharo-6.0 Now it works > Am 07.10.2018 um 16:15 schrieb Norbert Hartl : > > > >> Am 07.10.2018 um 15:49 schrieb Cyril Ferlicot > >: >> >> >> >> On dim. 7 oct. 2018 at 15:28, Norb

Re: [Pharo-users] Tonel difficulty

2018-10-07 Thread Norbert Hartl
> Am 07.10.2018 um 15:49 schrieb Cyril Ferlicot : > > > > On dim. 7 oct. 2018 at 15:28, Norbert Hartl > 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 wi

Re: [Pharo-users] Tonel difficulty

2018-10-07 Thread Norbert Hartl
> Am 07.10.2018 um 15:59 schrieb Esteban Lorenzano : > > 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

Re: [Pharo-users] Tonel difficulty

2018-10-07 Thread Esteban Lorenzano
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 >

Re: [Pharo-users] Tonel difficulty

2018-10-07 Thread Cyril Ferlicot
On dim. 7 oct. 2018 at 15:28, Norbert Hartl 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 : [ > SCI

Re: [Pharo-users] Tonel difficulty

2018-10-07 Thread Sven Van Caekenberghe
> On 7 Oct 2018, at 15:27, Norbert Hartl wrote: > > I test my repo with travis for pharo 6.1 and pharo 7. Using > > SmalltalkCISpec { > #loading : [ > SCIMetacelloLoadSpec { > #baseline : 'ArangoDB', > #directory : 'source', > #load : [ 'Tests' ], >