Metacello / metacello

Metacello is a package management system for Smalltalk
MIT License
87 stars 43 forks source link

merge `Pharo 6.1 dev` into master #463

Closed dalehenrich closed 7 years ago

dalehenrich commented 7 years ago

Need to get the pharo-6.1 work merged into the master branch ... @estebanlm are there additional issues that you are working on? If so perhaps you could outline the issues here? Otherwise let's get the tests passing and merge this puppy into the master branch

dalehenrich commented 7 years ago

@estebanlm, regarding your download failures for pharo 6.x.

Here's the section of the SmalltalkCI download script where the failure is occurring and according to blame that code has not really changed in two years and it is not causing problems for Pharo5.0 or earlier...

This implies that the pharo6.x zero conf script is the culprit and fails doing the mv.

Sooo either the SmalltalkCI script needs to be changed to rm the file or the zero conf script for pharo6.x needs to be changed...

BTW, GemStone leverages the cache for speedier builds so disabling the cache is not really an option -- it is a feature of travis that is supposed to be supported by SmalltalkCI ...

estebanlm commented 7 years ago

mmm... but zeroconf has not changed either, AFAIK... unless someone changed it without I know. (yes, I know cache can not be disabled... not support caching is lame :P)

anyway I'll check it

estebanlm commented 7 years ago

ah, and to answer original question: no, I'm not working in anything else. I was just cleaning undeclared and making sure tests passed when integrated (there was some tests failing on windows)