Re: Dependency issue with program-op

2021-03-22 Thread Didier Verna
François-René ÐVB Rideau écrivait: > Your manual (asdf:load-system ...) from the .asd file is equivalent to > a :defsystem-depends-on dependency. It creates a dependency at > system-definition-time, but not at runtime. Not at runtime, ergo, not > to be included in the executable. No, this is wr

Re: Dependency issue with program-op

2021-03-21 Thread Didier Verna
Daniel Kochmański wrote: > If the setup is indirect dependency of a dumped system, then it is > most likely asdf bug Yes, it's an indirect dependency via a chain of :depends-on: :simple -> :net.didierverna.clon -> :net.didierverna.clon.core -> :net.didierverna.clon.setup -- ¡En Seguida! --

Re: Dependency issue with program-op

2021-03-21 Thread Daniel Kochmański
Ecl does not dump the image - in other words the compilation environment is not part of the final executable. If the setup system is not a dependency of a "dumped" system, still its package is referenced from the latter, then this will happen. If the setup is indirect dependency of a dumped syst