From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id f97bfd0c for ; Mon, 30 Dec 2019 23:47:30 +0000 (UTC) Received: (qmail 14982 invoked by alias); 30 Dec 2019 23:47:21 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24585 Received: (qmail 4441 invoked by uid 1010); 30 Dec 2019 23:47:21 -0000 X-Qmail-Scanner-Diagnostics: from wout4-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25677. spamassassin: 3.4.2. Clear:RC:0(64.147.123.20):SA:0(-2.6/5.0):. Processed in 4.42542 secs); 30 Dec 2019 23:47:21 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdefiedgudefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedfffgrnhhivghlucfuhhgrhhgrfhdfuceougdrshesuggr nhhivghlrdhshhgrhhgrfhdrnhgrmhgvqeenucfrrghrrghmpehmrghilhhfrhhomhepug drshesuggrnhhivghlrdhshhgrhhgrfhdrnhgrmhgvnecuvehluhhsthgvrhfuihiivgep td X-ME-Proxy: X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-694-gd5bab98-fmstable-20191218v1 Mime-Version: 1.0 Message-Id: <3cde5f41-f9a4-487e-a5ea-4400947a5517@www.fastmail.com> In-Reply-To: <8b619ac6e86c3f997781a98d3550304c91f93acc.camel@ntlworld.com> 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> Date: Mon, 30 Dec 2019 23:46:20 +0000 From: "Daniel Shahaf" To: zsh-users@zsh.org Subject: Re: ${(z)} parsing of multiple array assignments Content-Type: text/plain 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. :)