Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Core dump unloading zsh/zftp



> 
> One very minor issue with loading a module at that point is that it
> appears
> after the module you're actually requesting (i.e. zsh/zftp) in the
list of
> modules produced by zmodload, which is slightly illogical.
> 

We need to add dependency tracking for external modules anyway
(require_modules does not do it; it would be obvious place to add, in
which case we need to make sure it is used in all places). In this case
listing code may just walk dependency tree depth-first.

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author