Re: [Pharo-users] Package dependencies

2015-03-23 Thread Thierry Goubier
Le 24/03/2015 06:56, Laura Risani a écrit : Awww thank you Thierry ! This is so much fun :) :) Thierry

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
Awww thank you Thierry ! This is so much fun :) On Tue, Mar 24, 2015 at 1:48 AM, Thierry Goubier wrote: > Le 24/03/2015 05:03, Laura Risani a écrit : > >> it is 'squidik' >> > > Done. Please check your Smalltalkhub account to see what has changed. > > OT: MetaRepoForPharo50 is already there :) >

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Thierry Goubier
Le 24/03/2015 05:03, Laura Risani a écrit : it is 'squidik' Done. Please check your Smalltalkhub account to see what has changed. OT: MetaRepoForPharo50 is already there :) Thierry On Tue, Mar 24, 2015 at 12:39 AM, Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: Le 24/03/2015

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
it is 'squidik' On Tue, Mar 24, 2015 at 12:39 AM, Thierry Goubier wrote: > Le 24/03/2015 04:18, Laura Risani a écrit : > >> So can i just freely upload my project configuration package to >> MetaRepoForPharo40 (to 30?)? Do i need some type authorization? >> > > You need access to that repository

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Thierry Goubier
Le 24/03/2015 04:18, Laura Risani a écrit : So can i just freely upload my project configuration package to MetaRepoForPharo40 (to 30?)? Do i need some type authorization? You need access to that repository. What is your username on Smalltalkhub? Thierry On Mon, Mar 23, 2015 at 6:22 PM, Thie

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
So can i just freely upload my project configuration package to MetaRepoForPharo40 (to 30?)? Do i need some type authorization? On Mon, Mar 23, 2015 at 6:22 PM, Thierry Goubier wrote: > Le 23/03/2015 22:19, Laura Risani a écrit : > >> Didn't thought of it, then i should write a Configuration. Ho

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Thierry Goubier
Le 23/03/2015 22:19, Laura Risani a écrit : Didn't thought of it, then i should write a Configuration. How does Configuration Browser get to know about all the configurations it lists? As soon as the configuration is saved into the right repository, such as MetaRepoForPharo40 on smalltalkhub,

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
(i want to know what i should do to make my project available through it) On Mon, Mar 23, 2015 at 6:19 PM, Laura Risani wrote: > Didn't thought of it, then i should write a Configuration. How does > Configuration Browser get to know about all the configurations it lists? > > On Mon, Mar 23, 2015

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
Didn't thought of it, then i should write a Configuration. How does Configuration Browser get to know about all the configurations it lists? On Mon, Mar 23, 2015 at 5:55 PM, stepharo wrote: > Mmmm, since the project is just one package and the additional packages > are examples, i'm writing for

Re: [Pharo-users] Package dependencies

2015-03-23 Thread stepharo
Mmmm, since the project is just one package and the additional packages are examples, i'm writing for the moment a Gofer script instead. this means that it will not be loadable from the MetacelloBrowser, that it will not appear in the catalog. Stef Thank you! On Sun, Mar 22, 2015 at 1:5

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
Mmmm, since the project is just one package and the additional packages are examples, i'm writing for the moment a Gofer script instead. Thank you! On Sun, Mar 22, 2015 at 1:53 PM, Thierry Goubier wrote: > Le 22/03/2015 17:41, stepharo a écrit : > >> Defining a configuration for your project. >>

Re: [Pharo-users] Package dependencies

2015-03-22 Thread Thierry Goubier
Le 22/03/2015 17:41, stepharo a écrit : Defining a configuration for your project. Even easier: define a BaselineOf for your project (a configuration will have you write a baseline anyway). And use Metacello to load it. Thierry You can have a look for example in the Mines configuration it

Re: [Pharo-users] Package dependencies

2015-03-22 Thread stepharo
Defining a configuration for your project. You can have a look for example in the Mines configuration it depends on LedMorph Le 22/3/15 16:25, Laura Risani a écrit : Hi all, What's the easiest way at the moment to make a package when downloaded from a repo automatically download others (whic

[Pharo-users] Package dependencies

2015-03-22 Thread Laura Risani
Hi all, What's the easiest way at the moment to make a package when downloaded from a repo automatically download others (which depend only on core system classes)? Best, Laura

Re: [Pharo-users] Package Dependencies Analysis : new features

2014-07-24 Thread stepharo
Baptiste monday we will do a analysis day together :) Stef On 23/7/14 14:49, Baptiste Quide wrote: Hello Pharos Users, Since the first release of Package Dependencies Analysis, here is a summary of improvements : - tool is available in World Menu (Tools > Package Dependencies Browser) : c

Re: [Pharo-users] Package Dependencies Analysis : new features

2014-07-23 Thread Hernán Morales Durand
Thanks Baptiste for taking care of this. Cheers, Hernán 2014-07-23 9:49 GMT-03:00 Baptiste Quide : > Hello Pharos Users, > > Since the first release of Package Dependencies Analysis, here is a > summary of improvements : > > - tool is available in World Menu (Tools > Package Dependencies Brows

[Pharo-users] Package Dependencies Analysis : new features

2014-07-23 Thread Baptiste Quide
Hello Pharos Users, Since the first release of Package Dependencies Analysis, here is a summary of improvements : - tool is available in World Menu (Tools > Package Dependencies Browser) : choose your packages and browse dependencies. - add/remove packages into the analysis. - you can refre

Re: [Pharo-users] Package Dependencies Analyzer

2014-07-18 Thread Baptiste Quide
is way : displaying all the packages in the system, select them and run. We should discuss about this point. - Mail original - > De: "stepharo" > À: "Any question about pharo is welcome" > Envoyé: Vendredi 18 Juillet 2014 13:57:33 > Objet: Re: [Pharo-use

Re: [Pharo-users] Package Dependencies Analyzer

2014-07-18 Thread stepharo
I installed and after I do not see a menu in the Tools submenu or anywhere to open your tool and I want to use it :) On 15/7/14 11:52, Baptiste Quidé wrote: Stef, please would like to explain how the problem appeared when you loaded the tool via the metacello browser? Thanks! /*Baptiste QU

Re: [Pharo-users] Package Dependencies Analyzer

2014-07-15 Thread Baptiste Quidé
Stef, please would like to explain how the problem appeared when you loaded the tool via the metacello browser? Thanks! *Baptiste QUIDÉ* *Étudiant ingénieur* *Polytech LilleDépartement Informatique et Statistique (+33)6 21 69 20 09 <%28%2B33%296%2021%2069%2020%2009>* 2014-07-14 15:23 GMT

Re: [Pharo-users] Package Dependencies Analyzer

2014-07-14 Thread stepharo
thanks baptiste I will try it on polymorph :) Stef On 12/7/14 12:34, Baptiste Quidé wrote: Hi Stef, I think it's not normal. I will fix it when I will be at home or work. Try the gofer script and everything should be ok Le 12 juil. 2014 12:26, "stepharo" > a écrit

Re: [Pharo-users] Package Dependencies Analyzer

2014-07-12 Thread Baptiste Quidé
Hi Stef, I think it's not normal. I will fix it when I will be at home or work. Try the gofer script and everything should be ok Le 12 juil. 2014 12:26, "stepharo" a écrit : > Hi baptiste > > I loaded your tools via the metacello browser in Pharo40 but I do not get > a menu to invoke it. > Is it

Re: [Pharo-users] Package Dependencies Analyzer

2014-07-12 Thread stepharo
Hi baptiste I loaded your tools via the metacello browser in Pharo40 but I do not get a menu to invoke it. Is it normal? Stef On 11/7/14 18:42, Baptiste Quidé wrote: Hello Pharo users, let me introduce a new tool that I developed in the RMOD team: package dependencies analyzer. This proj

Re: [Pharo-users] Package Dependencies Analyzer

2014-07-11 Thread Esteban A. Maringolo
Cool! It reminds me the package dependency analyzer of Dolphin Smalltalk. :) Esteban A. Maringolo 2014-07-11 13:42 GMT-03:00 Baptiste Quidé : > Hello Pharo users, > > let me introduce a new tool that I developed in the RMOD team: package > dependencies analyzer. > > This project provides a too

[Pharo-users] Package Dependencies Analyzer

2014-07-11 Thread Baptiste Quidé
Hello Pharo users, let me introduce a new tool that I developed in the RMOD team: package dependencies analyzer. This project provides a tool able to analyze Smalltalk project packages and detect dependencies to other packages. It enables automatic dependency analysis to detect wrong project desc