guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Module dependencies


From: Jérémy Korwin-Zmijowski
Subject: Re: Module dependencies
Date: Sat, 19 Mar 2022 13:59:08 +0100
User-agent: Evolution 3.42.1

Le samedi 19 mars 2022 à 10:58 +0000, dsmich@roadrunner.com a écrit :
> > From: "Jérémy Korwin-Zmijowski" 
> > 
>  > I would like to visualize all the modules a given module depend
> on.
> > 
> > How do you achieve that ?
> > 
>  > Any existing tool ?
> 
> Maybe this from the guile sources: module/scripts/use2dot.scm
> 
> -Dale
> 

Hello Dale,

I explored this a bit and I got what I wanted with this command line :

   guile -L . -c '(use-modules (scripts use2dot) (ynm-core entities))
   (use2dot "ynm-core/adapters.scm")' | xdot -

Thank you !

Jérémy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]