Hi Hernan That's a pretty neat tool, very professional. I would vote for its inclusion in an extended Pharo for developers. But you know what would be even cooler? If you can take into account the explicit dependencies of Monticello packages and highlight in red those non-system packages which are not explicitly declared as dependencies i.e. packages which would failed if loaded in a fresh image because of missing implicit dependencies. On 4 mai 09, at 01:39, Hernán Morales Durand wrote:
Dear all, I've updated the Dependency Browser package and documentation, take a look here:
http://cs.hernanmorales.com.ar/projects/dependencyBrowser/DBrowser-en.php
Quick install if you have OmniBrowser and Installer packages loaded:
| dwInstaller | dwInstaller := Installer ss project: 'DependencyWalker'. dwInstaller install: 'DependencyWalker'; install: 'OBDependencyWalker'; install: 'DWTraitsFix'. ( Smalltalk version beginsWith: 'Squeak' ) ifTrue: [ dwInstaller install: 'OBDWMethodNodeFix' ]
Cheers.
Hernán
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Simon