Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Add chmod builtin
- X-seq: zsh-workers 44140
- From: dana <dana@xxxxxxx>
- To: Matthew Martin <phy1729@xxxxxxxxx>
- Subject: Re: Add chmod builtin
- Date: Sun, 17 Mar 2019 20:28:06 -0500
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ySM3pQDI6/fkyXBz9ivS3MsAzqd436V5G5aRMQmjHVU=; b=UFc3OoSnU8qBwONoQVBWH+Uz5woqJPauusxZXQ3ZZMEyN3N56oHW5XQcxc9hzrkJlq BxXWvhzsvf1jWi3F5mG6vZ+P1TDZ6h6ZBDLnNcJBtFKapLiLIN3C1E2SeL3Mkh+pBVmb POjffrpUDppkM+CJAOPIfZbfiYGNs2O0BHHC6Rvku8NxupP2jX+Y0onJnP1xruWWM4RQ YJ6b9OplXILPjohimrLDmDW0qMSE3rzKUu2g6P9E1s5h3vWMj6o3jWnBvixQubN0uqYz V79Z/fpHz/1ACWgDZFA+CWFPPl0rmM2jHT+7OZ1JtaEB7rS2q5xuVKd/DmB+I89ya7qH sybA==
- In-reply-to: <CAGnh9tAP0eco+_qQb6nyx3QRFwqP+XMD=WmQayAXBNz5jm7zqw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAGnh9tCS+EU3BujFTQDwVLWxjsruxpdte05-BfgMSmOY8uX+Fw@mail.gmail.com> <5A60CD98-F8E0-425F-AB77-C88DE7A9CBD2@dana.is> <CAGnh9tAP0eco+_qQb6nyx3QRFwqP+XMD=WmQayAXBNz5jm7zqw@mail.gmail.com>
On 17 Mar 2019, at 19:44, Matthew Martin <phy1729@xxxxxxxxx> wrote:
>Reading the docs for _pick_variant, there's a -b option to detect
>builtins. It has some issues (namely with precommands), but those can be
>fixed in a separate commit. Requires some reindenting, so I've split the
>patch in two.
Yeah, that works for me. Just the $precommands stuff is an issue, and i like
your idea for incorporating that into -b; AFAIK, if we do another pass on
that afterwards, we can then rip out all of the explicit $precommands checks
in _stat and every other function
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author