Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-18 Thread Bernardo Ezequiel Contreras
it works https://travis-ci.org/vonbecmann/earley-parser/builds/365332549 thanks. On Wed, Apr 18, 2018 at 2:04 PM, Gabriel Cotelli wrote: > Yes, that failure it's the same I reported in > https://github.com/pharo-vcs/iceberg/issues/643. > > On Wed, Apr 18, 2018 at 1:48 PM, Damien Pollet < > dam

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-18 Thread Gabriel Cotelli
Yes, that failure it's the same I reported in https://github.com/pharo-vcs/ iceberg/issues/643. On Wed, Apr 18, 2018 at 1:48 PM, Damien Pollet < damien.pollet+ph...@gmail.com> wrote: > I can confirm coverage is back. I think the drop is at least partly due to > the changes I did while it was brok

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-18 Thread Damien Pollet
I can confirm coverage is back. I think the drop is at least partly due to the changes I did while it was broken. However the Pharo 7 builds seem to be broken now, with what looks like a libgit issue… https://travis-ci.org/cdlm/clap-st On 18 April 2018 at 13:24, Gabriel Cotelli wrote: > Hi, > W

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-18 Thread Gabriel Cotelli
Hi, We managed to implement the coveralls support for Tonel based repos, and fixed the problem loading dependencies in Tonel format (by enabling the Iceberg-Metacello integration). So feel free to test it and report any problem detected (it's now merged in smalltalkCI/master). By now the only ope

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-12 Thread Gabriel Cotelli
Framework for testing Smalltalk projects on Linux, macOS, and Windows and on Travis CI and AppVeyor. https://github.com/hpi-swa/smalltalkCI On Thu, Apr 12, 2018 at 2:04 PM, Hilaire wrote: > What is SmalltalkCI? > > Tonel is a very cool feature as it makes commiting source in file based > repo v

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-12 Thread Hilaire
What is SmalltalkCI? Tonel is a very cool feature as it makes commiting source in file based repo very friendly, and browsing from from web based UI tools nice too. Le 07/04/2018 à 11:28, Peter Uhnák a écrit : SmalltalkCI now supports loading tonel-based projects, so feel free to start using

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-12 Thread Sean P. DeNigris
Stephane Ducasse-3 wrote > Thanks this is good to know because I want to migrate all my projects > and future project to use tonel. +1! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-11 Thread Stephane Ducasse
Thanks this is good to know because I want to migrate all my projects and future project to use tonel. On Mon, Apr 9, 2018 at 2:05 AM, Bernardo Ezequiel Contreras wrote: > i changed the pharo version from 6.0 to 6.1, and use tonel:// > and then it worked! > > https://travis-ci.org/vonbecmann/link

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-09 Thread Bernardo Ezequiel Contreras
peter, thanks. don't pay attention to that file. it's used by a pet project of mine in my computer(locally). thanks again. On Mon, Apr 9, 2018 at 4:31 AM, Peter Uhnák wrote: > > do you use filetree:// or tonel:// ? > > Neither. as I said, it requires no change in the configuration. > > But nat

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-09 Thread Peter Uhnák
> do you use filetree:// or tonel:// ? Neither. as I said, it requires no change in the configuration. But naturally it requires tonel in the image, so Pharo 6.1+ I don't know what's the purpose of your set-up.st ... that's SmalltalkCI's responsibility to load the code. Peter On Mon, Apr 9, 2

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-08 Thread Bernardo Ezequiel Contreras
i changed the pharo version from 6.0 to 6.1, and use tonel:// and then it worked! https://travis-ci.org/vonbecmann/linked-list/builds/363909898 thanks. On Sun, Apr 8, 2018 at 8:15 PM, Bernardo Ezequiel Contreras < vonbecm...@gmail.com> wrote: > do you use filetree:// or tonel:// ? > > thanks i

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-08 Thread Bernardo Ezequiel Contreras
do you use filetree:// or tonel:// ? thanks in advance. On Sat, Apr 7, 2018 at 6:28 AM, Peter Uhnák wrote: > Hi, > > SmalltalkCI now supports loading tonel-based projects, so feel free to > start using it. > > The configuration is still the same. > > Please note that coveralls support for tone

[Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-07 Thread Peter Uhnák
Hi, SmalltalkCI now supports loading tonel-based projects, so feel free to start using it. The configuration is still the same. Please note that coveralls support for tonel is not yet in place, but that's just a cherry on top. :-) Cheers, Peter