Re: Reduce (use-module... to minimally required set

2022-02-27 Thread Maxim Cournoyer
Hello Mortimer, Mortimer Cladwell writes: > Hi, > I have taken the Artanis packaging recipe from guile-xyz.scm and modified > it to suit my needs. For the (use-module... section I simply copied all > the modules required by guile-xyz.scm. I suspect Artanis requires a much > smaller subset. Is

Reduce (use-module... to minimally required set

2022-02-17 Thread Mortimer Cladwell
Hi, I have taken the Artanis packaging recipe from guile-xyz.scm and modified it to suit my needs. For the (use-module... section I simply copied all the modules required by guile-xyz.scm. I suspect Artanis requires a much smaller subset. Is there a way to report modules actually used so I can re