[Pharo-users] Browse dependencies to a package

2018-05-07 Thread Cyril Ferlicot D.
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



signature.asc
Description: OpenPGP digital signature


Re: [Pharo-users] Browse dependencies to a package

2018-05-14 Thread Pavel Krivanek
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. :

> 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
>
>