Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: check deleted .zwc files
- X-seq: zsh-workers 14814
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Clint Adams <clint@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: check deleted .zwc files
- Date: Fri, 8 Jun 2001 11:50:28 -0700
- In-reply-to: <20010608141719.A4626@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010608141719.A4626@xxxxxxxx>
On Jun 8, 2:17pm, Clint Adams wrote:
> Subject: PATCH: check deleted .zwc files
>
> This seems to work; functions can be autoloaded from
> deleted-but-still-open digest files. Is any further
> logic needed to prevent anything?
What happens if the file has been deleted and re-created? zwcstat()
will return the stat info for the newly-created file, but what will
autoloading do with the now-obsolete (?) file handle?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author