Browse dependencies to a package
May 7, 2018
8:05 p.m.
Hi, In Pharo we have the dependency analyzer to get the dependencies of a package. But is it easily possible to find the dependencies to a package? I did not found the option in the interface. -- Cyril Ferlicot https://ferlicot.fr
May 14, 2018
7:17 a.m.
no, but you can use this code: report := DADependencyChecker new computeImageDependencies. report knownDependantsOf: 'Glamour-Examples' -- Pavel 2018-05-07 22:05 GMT+02:00 Cyril Ferlicot D. <cyril.ferlicot@gmail.com>:
Hi,
In Pharo we have the dependency analyzer to get the dependencies of a package. But is it easily possible to find the dependencies to a package?
I did not found the option in the interface.
-- Cyril Ferlicot https://ferlicot.fr
2999
Age (days ago)
3006
Last active (days ago)
1 comments
2 participants
participants (2)
-
Cyril Ferlicot D. -
Pavel Krivanek