HI sean this is nice that you brainstorm on this because we should get smarter tools and projects :) Stef Le 31/8/15 17:48, Sean P. DeNigris a écrit :
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'
----- Cheers, Sean -- View this message in context: http://forum.world.st/Nautilus-and-Work-group-tp4845434p4847194.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.