Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Autoloaded objects lifetime
- X-seq: zsh-workers 14950
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>, ZSH Workers Mailing List <zsh-workers@xxxxxxxxxx>
- Subject: Re: Autoloaded objects lifetime
- Date: Sun, 17 Jun 2001 18:31:13 +0000
- In-reply-to: <3B2CE571.6050003@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <3B2CE571.6050003@xxxxxxxxxxxxxx>
On Jun 17, 9:14pm, Andrej Borsenkow wrote:
}
} Currently autoloadable objects disappear after modules have been loaded
} (I looked for builtins but I guess it is true for other as well). If
} module is unloaded, these objects disappear.
}
} Is it intended behaviour?
It corresponds to the behavior of `autoload func; func; unfunction func'
so I think it is intentional.
Whether it's desirable is a different matter.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author