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 ] } ] } 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.
Any ideas? Norbert |
> On 7 Oct 2018, at 15:27, Norbert Hartl <[hidden email]> wrote: > > 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 ] > } > ] > } > > it succeeds in pharo7 and fails in pharo 6.1. I think this is because 6.1 cannot handle tonel. Hmm, all the repos that I mentioned in my previous email all use Tonel and run successfully in Travis CI for 7.0 and 6.1. I have no idea why you have problems, but you can try checking out any of mine. (I did have the same problem with the #useLatestMetacello: true option). Sven |
In reply to this post by NorbertHartl
On dim. 7 oct. 2018 at 15:28, Norbert Hartl <[hidden email]> wrote:
Hi, Can you describe the problem you get with this one please?
Cyril Ferlicot
https://ferlicot.fr |
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
|
That’s what I did. I did all of this just an hour ago. Norbert
|
In reply to this post by CyrilFerlicot
Norbert
|
Ok, never mind. I just copied the travis files without noticing it was loading Pharo-6.0
Now it works
|
In reply to this post by Sven Van Caekenberghe-2
> Am 07.10.2018 um 15:47 schrieb Sven Van Caekenberghe <[hidden email]>: > > > >> On 7 Oct 2018, at 15:27, Norbert Hartl <[hidden email]> wrote: >> >> 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 ] >> } >> ] >> } >> >> it succeeds in pharo7 and fails in pharo 6.1. I think this is because 6.1 cannot handle tonel. > > Hmm, all the repos that I mentioned in my previous email all use Tonel and run successfully in Travis CI for 7.0 and 6.1. > > I have no idea why you have problems, but you can try checking out any of mine. > > (I did have the same problem with the #useLatestMetacello: true option). Same here. Looks from far it could be a platform attributes hickup Norbert > > Sven |
Free forum by Nabble | Edit this page |