On 7 December 2013 20:21, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
You could be interested in viewing some circular dependencies (red lines) in Pharo 3 generated with GraphViz/PackageDependencies using http://www.smalltalkhub.com/#!/~hernan/GraphViz
https://drive.google.com/file/d/0B7XMfmjGRcXASHB1c2xLSFdLR2s/edit?usp=sharin...
downloaded with
$ wget -O- get.pharo.org/30+vm | bash
Cool! I suspect the graph shows just the cycles and the neighbours of packages involved in the cycles? Because I can't find any Kernel packages, and there are a bunch of packages that have "no" dependencies. All packages _must_ have a dependency on _something_, because all classes ultimately inherit from Object, which obviously sits in a package. frank
Cheers,
Hernán