Re: [Pharo-users] [SmalltalkCI] loading tonel dependencies?

2018-04-12 Thread Gabriel Cotelli
I've created a new issue in smalltalkCI issue tracker: https://github.com/hpi-swa/smalltalkCI/issues/365 . On Thu, Apr 12, 2018 at 6:12 AM, Peter Uhnák wrote: > peter, >> are you sure that dependencies of a project in

Re: [Pharo-users] [SmalltalkCI] loading tonel dependencies?

2018-04-12 Thread Peter Uhnák
> > peter, > are you sure that dependencies of a project in tonel format can be loaded? I agree with Gabriel, this has to be a Metacello issue. The support that was added was having your repo in tonel. If tonel dependencies are problem, that's a different issue. I think this is best to report

Re: [Pharo-users] [SmalltalkCI] loading tonel dependencies?

2018-04-11 Thread Bernardo Ezequiel Contreras
in a fresh 6.1 image , i did this Metacello new baseline: 'EarleyParser'; repository: 'github://vonbecmann/earley-parser/repository'; load. expression in the playground and it works. so there's something bogus in smalltalkCI. On Wed, Apr 11, 2018 at 9:14 PM, Gabriel Cotelli

Re: [Pharo-users] [SmalltalkCI] loading tonel dependencies?

2018-04-11 Thread Gabriel Cotelli
If Iceberg enableMetacelloIntegration is true the load seems to work. But I think smalltalkCI disabled it for Pharo (see disableIcebergDuring: ). I don't know why. On Wed, Apr 11, 2018 at 6:40 PM, Bernardo Ezequiel Contreras < vonbecm...@gmail.com> wrote: > peter, > are you sure that

Re: [Pharo-users] [SmalltalkCI] loading tonel dependencies?

2018-04-11 Thread Gabriel Cotelli
Looks more like a Metacello issue. I think smalltalkCI has no control at this point. Probably is the first time someone has a tonel dependency directly from GitHub. If you load your project using just the Metacello API in the playground you should get the same behavior. On Wed, Apr 11, 2018 at