On Mon, Aug 31, 2015 at 11:48 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
Uko2 wrote
Would be cool if from Pharo launcher you could specify the configuration that you want to work with and a version of faro, then it would download an image, load there a configuration, and put loaded packages into a work group.
I implemented everything but the work group part for my personal projects. There is a (WIP at the moment because I'm expanding it to cover git repos) model like a personal Squeak Map, which allows you to model projects, declaring the canonical repo, preferred version to load (e.g. always load the bleedingEdge of Xyz project), etc. This model is integrated into the Launcher toolbar (via override for now, but could easily make a hook). See if it's at all helpful: https://www.youtube.com/watch?v=oRC7-DDHmpE
To load in a launcher image: Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'SmallWorld'; configurationOf: 'SmallWorld'; load. #ConfigurationOfSmallWorld asClass project stableVersion load: 'launcher'
Really cool. For a while I had an idea to do a similar thing for reviewing slices from the Inbox by leveraging... http://smalltalkhub.com/#!/~Pharo/ci but its too far down my list atm. cheers -ben