Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ${(z)} parsing of multiple array assignments
- X-seq: zsh-users 24587
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: ${(z)} parsing of multiple array assignments
- Date: Tue, 31 Dec 2019 18:35:57 +0000
- In-reply-to: <3cde5f41-f9a4-487e-a5ea-4400947a5517@www.fastmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20191223173115.bvhwbpfmqgqhngle@tarpaulin.shahaf.local2> <7b7a941ddc3c20bea6a6b69b1e7ac35d827f320d.camel@ntlworld.com> <373ee4b006198f68c835c902c0bc35242796b33d.camel@ntlworld.com> <20191230181339.hg7ryxivv75ae73r@tarpaulin.shahaf.local2> <20191230182135.abx2lfvbtgsraalh@tarpaulin.shahaf.local2> <8b619ac6e86c3f997781a98d3550304c91f93acc.camel@ntlworld.com> <3cde5f41-f9a4-487e-a5ea-4400947a5517@www.fastmail.com>
On Mon, 2019-12-30 at 23:46 +0000, Daniel Shahaf wrote:
> Peter Stephenson wrote on Mon, 30 Dec 2019 22:37 +00:00:
> > On Mon, 2019-12-30 at 18:21 +0000, Daniel Shahaf wrote:
> > > Daniel Shahaf wrote on Mon, Dec 30, 2019 at 18:13:39 +0000:
> > > > Here's a test.
> > >
> > > One more:
> >
> > Thanks; shall I commit my change? It looks like it ought to be local
> > enough we can be reasonably confident it's well tested.
>
> The changes do seem fairly local, and not likely to break anything that
> _doesn't_ use array assignments interactively (get_comp_string()) or in
> ${(z)} (bufferwords()), so small risk. I don't have a gut feeling for how likely
> they are to break anything, but if you feel they're not going to necessitate
> a 5.8.1, then sure, go ahead and commit to master.
>
> If you aren't sure, then go ahead and commit to the 5.9 branch. :)
I don't see any problem myself, but it was best to check. I've
committed it.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author