Checking in on source/dependency management

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Checking in on source/dependency management

sergio_101
Hi, all..

I am just checking in on source and dependency management. 

I have been using Pharo 6 for a bit now, and i know that there has been a lot of talk about going to bit for source code management. 

I am wondering how far along that is, and if there is a package we can start using to work through that.

I am also wondering if metacello is still the dependency management system of choice. I was using the GUI tool in for package management in pharo 5, but i was having issues with getting my project mangled.

Is there a new current view on how all this should be done?

Thanks!


signature.asc (852 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Checking in on source/dependency management

Ben Coman


On Thu, Aug 10, 2017 at 2:30 AM, sergio ruiz <[hidden email]> wrote:
Hi, all..

I am just checking in on source and dependency management. 

I have been using Pharo 6 for a bit now, and i know that there has been a lot of talk about going to bit for source code management. 

I am wondering how far along that is, and if there is a package we can start using to work through that.

I am also wondering if metacello is still the dependency management system of choice. I

I believe it is.  The GUI tool (btw, can you clarify which one) was just a layer over Metacello.  Metacello has two sub-parts: Configurations for traditional HTTP repositories like Smalltalkhub; and Baselines for use with git.  Baselines are a subset of Configurations because git picks up some of that functionality.

cheers -ben