Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix WATCH/watch tying
- X-seq: zsh-workers 54378
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Philippe Altherr <philippe.altherr@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] Fix WATCH/watch tying
- Date: Tue, 21 Apr 2026 03:52:48 +0200
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=JJXsbUsAbC/YnEgFIwThw4Zf1JMclsPtuJ3qItw80RM=; fh=RngAOd9wlRc8Glv1v2GOfDUnq2FsyrczungEY8JNfXY=; b=DarMLDJKApEryDocW7GzxGYpaW4X7virEKCE3GN87vcW3Q9HuvlTRg9x+aBCg4gXDj OH7o6dV7KIvfiozFyz6yIeSaouS//NFe0Q4wtzGLCPg/fn2DQ7Zhw455qDjY2z1pp/1b j6DVz6YiJQSgH8XZBe+soL88fsge8FZ3GPWC4p7JRuJ6pXiteYyblZ7PqMbla5JWEvTf ivpERIshGuzaNsWUJ9YytUi2vx5thTZcwU+m2JJ8cxfpz/fS0XrB+Mphocaobh/68MoT 5V1YVEZYibqXl40zYYP+ZIPY7fnTwpcTer00PKGi180FB6SkapRgj3+h4nTY2GkNmlnH 8iMw==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1776736381; cv=none; d=google.com; s=arc-20240605; b=UJWnoCBE81Q36QdPKDzi7B8Q9uiMgSYocU1x2zirQRzbUfZu5N5UvpBn4SrIOzQejh x1KIcC/39hsA3BzAWDuFyPrHKk1BktbEELWwzPj7DhCVG81gpXqnP4yjWKLd7+t3I0oo 6qe6+sH4Z/g9f+A+CKlJitRFkbowOMawPl1iKbic4oUxPd6xywsXnMnBBxLAy/bYarRN F9O9RUACKDXurFwkS6hP0uIwp+A6gPmmcU3WlWudGp+R/uaM3QyuKiKGL6KL3nJWqCbF 5aPDm5H84O/LbVblqUrqSjgNqNkbbCJBwc5CKK2aQeG6oJuxy6K3WYGsJQN1yAIwcaOr MHuA==
- Archived-at: <https://zsh.org/workers/54378>
- In-reply-to: <CAGdYchvS7FYPj2+4O4wmG_N-PPXjAD4AbmetA3fZH26YadCB4Q@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAGdYchvS7FYPj2+4O4wmG_N-PPXjAD4AbmetA3fZH26YadCB4Q@mail.gmail.com>
On Mon, Apr 20, 2026 at 11:31 PM Philippe Altherr
<philippe.altherr@xxxxxxxxx> wrote:
>
> The code that ties WATCH and watch never triggers. This patch replaces it with support for tied paramdef instances. The two commits on GitHib show the before and after state of the two parameters:
>
> - Fix WATCH/watch tying
The test only tries one way of tying, also, what happens if I try to
add a tied parameter where the array version is already uppercase, or
vice versa (possibly a bit paranoid question)? Also#2, does this
actually matter? The manpage doesn't seem to claim the parameters will
be tied anyway.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author