Re: [Pharo-dev] Dependencies Analyzer

2014-11-25 Thread Christophe Demarey
If you do not care of the UI, it should work on both Pharo 30 and 40. You can use: (PDPackageAnalyzerTreeModel onPackagesMatch: 'AST*') relationGraph explore ... but it is hard to see directly the information you need. If you have graphviz installed, you could use PDGraphVizGenerator ne

Re: [Pharo-dev] Dependencies Analyzer

2014-11-25 Thread p...@highoctane.be
Can understand that. Will try with previous version. Now, 3.0 is what I use for production code, not 4.0. Is the version with 3.0 at the same location? Elsewhere? Phil On Tue, Nov 25, 2014 at 5:07 PM, stepharo wrote: > it is to work on Pharo40. > I did not want to maintain two versions. >

Re: [Pharo-dev] Dependencies Analyzer

2014-11-25 Thread p...@highoctane.be
Load in 3.0, add a package, run dependencies. ​Phil

Re: [Pharo-dev] Dependencies Analyzer

2014-11-25 Thread stepharo
it is to work on Pharo40. I did not want to maintain two versions. I loaded it like this: Gofer it smalltalkhubUser: 'BaptisteQuide' project: 'PackageDependenciesAnalysis'; configuration; loadStable The article on http://www.baptistequide.fr/packagedependencies.php says that it loads on 3.0 b

Re: [Pharo-dev] Dependencies Analyzer

2014-11-25 Thread Christophe Demarey
Le 25 nov. 2014 à 15:03, p...@highoctane.be a écrit : > I installed it in my 3.0 but it crashes with a DNU on > TreeNodeModel>>position: > > I loaded it like this: > > Gofer it > smalltalkhubUser: 'BaptisteQuide' project: 'PackageDependenciesAnalysis'; > configuration; > loadStable > > The

[Pharo-dev] Dependencies Analyzer

2014-11-25 Thread p...@highoctane.be
I installed it in my 3.0 but it crashes with a DNU on TreeNodeModel>>position: I loaded it like this: Gofer it smalltalkhubUser: 'BaptisteQuide' project: 'PackageDependenciesAnalysis'; configuration; loadStable The article on http://www.baptistequide.fr/packagedependencies.php says that it lo