Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: was: Re: endianness of wordcode
- X-seq: zsh-workers 10318
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: PATCH: was: Re: endianness of wordcode
 
- Date: Wed, 29 Mar 2000 17:40:34 +0000
 
- In-reply-to: <200003290914.LAA22586@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <200003290914.LAA22586@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
On Mar 29, 11:14am, Sven Wischnowsky wrote:
} Subject: Re: PATCH: was: Re: endianness of wordcode
}
} So, this adds the -a option to zcompile which is needed to make
} functions that are currently only marked for autoloading to be written 
} into the zwc file. If it is not given and there is at least one name
} of such a function given, zcompile will return an error (and not write 
} the zwc file).
This is still a bit odd, because it means you have to check yourself
whether a function is defined or undefined before you know what result
"zcompile -a -c ..." is going to produce.  I'd rather that you simply
CAN'T compile both defined and undefined functions in the same pass.
Anybody else want to weigh in on this?
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author