Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
autoloading from deleted wordcode digest files
- X-seq: zsh-workers 14691
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: autoloading from deleted wordcode digest files
- Date: Sun, 3 Jun 2001 12:45:44 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I'm making .zwc files using zcompile -U -M.
zsh will keep these files opened and mmapped even
after they are deleted, but efforts to autoload
functions within will fail.
I want the deleted file to be searched if the function
is not found on disk. I assume that this can be accomplished
by including the filename in struct funcdump, and using
that as an identifier should the files be deleted after
mmapping.
Will this break anything?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author