Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [half-patch][feedback?] exec compatibility
- X-seq: zsh-workers 23366
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: [half-patch][feedback?] exec compatibility
- Date: Mon, 30 Apr 2007 14:00:33 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=first1; d=spodhuis.org; h=Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To; b=e5G0j46nth3uz9276A8pyqPhlbHbmWsu27Bl+lzypoyqkkxmEOA7k2QxM2fFRH0KqrgaEMh6yHewrIEeBQcSk1UakLyRIxfPTwT+EG556+QPCBkoZGRA2OYhJGcSscEP10P/RNxIpm2qpRLsou+4bB+Dsu+oBzOfSN56YAym7/M=;
- In-reply-to: <20070430103946.7f48b9e0.pws@xxxxxxx>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070430052931.GA75651@xxxxxxxxxxxxxxxxxxxx> <20070430103946.7f48b9e0.pws@xxxxxxx>
On 2007-04-30 at 10:39 +0100, Peter Stephenson wrote:
> Ideally munging of options should be done by the builtin handler, with
> the options defined by the entry in builtins[] in builtin.c. For normal
> builtins that's in execbuiltin(). However, it's not currently
> implemented for precommand modifiers. One reason for that is probably
> that usually the word following is to be treated like a command even if
> it looks like an option. Still, it would be neater to have a general
> option parser of some sort in this case. However, it may be overkill
> just for this one use.
Oh good, it's not just me then. I had similar thoughts.
> Send me a Sourceforge user name if you want commit access.
Thanks, but I feel more comfortable having someone else preview the
stuff before it gets committed, to catch the most obvious stuff.
$employer uses a formal code-review process integrated into the commit
hooks for Perforce and it works well enough that I wish other places had
it ... the zsh sourceforge page suggests that the patch tracking system
isn't much used.
Perhaps if I keep up the interest in zsh internals and learn enough to
be safe.
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author