From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5327 invoked by alias); 24 Jun 2015 09:29:51 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35587 Received: (qmail 3514 invoked from network); 24 Jun 2015 09:29:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.0 X-AuditID: cbfec7f5-f794b6d000001495-ba-558a788980a5 Date: Wed, 24 Jun 2015 10:29:42 +0100 From: Peter Stephenson To: Zsh Hackers' List Subject: Re: Typeset with array Message-id: <20150624102942.6c3f1e06@pwslap01u.europe.root.pri> In-reply-to: <20150624101404.71c21adc@pwslap01u.europe.root.pri> References: <5578996E.3080700@thequod.de> <150610191427.ZM30841@torch.brasslantern.com> <5579C247.1060800@thequod.de> <150611183639.ZM32247@torch.brasslantern.com> <20150612094237.338f79d5@pwslap01u.europe.root.pri> <20150619123930.2688d9e3@pwslap01u.europe.root.pri> <20150621210512.113577a6@ntlworld.com> <20150621213842.621886e0@ntlworld.com> <20150623174719.43eaa1e2@pwslap01u.europe.root.pri> <150623132522.ZM6177@torch.brasslantern.com> <20150624101404.71c21adc@pwslap01u.europe.root.pri> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrCLMWRmVeSWpSXmKPExsVy+t/xK7qdFV2hBl/um1ocbH7I5MDoserg B6YAxigum5TUnMyy1CJ9uwSujFk3WpkLlrNWHL66mrmBcRpLFyMnh4SAicSz1xMYIWwxiQv3 1rN1MXJxCAksZZRYuqOPCcKZwSSxd/YmdghnG6NE59oesBYWAVWJe2c2s4PYbAKGElM3zQaK c3CICGhLtH8UAwkLC8hL7D65nxnE5hWwl7i4ohusnFPAQeJ9zwJGiJn/mCXO/b8OVsQvoC9x 9e8nJoiT7CVmXjnDCNEsKPFj8j2ws5kFtCQ2b2tihbDlJTaveQvWKySgLnHj7m72CYxCs5C0 zELSMgtJywJG5lWMoqmlyQXFSem5RnrFibnFpXnpesn5uZsYIWH7dQfj0mNWhxgFOBiVeHhX fOgMFWJNLCuuzD3EKMHBrCTCuzm6K1SINyWxsiq1KD++qDQntfgQozQHi5I478xd70OEBNIT S1KzU1MLUotgskwcnFINjBG3Hj4XsP9sflFxc13439PM7/fzpl7e3FDp76e+58HZ+U/uqTqd L76levruU8vjW758dXq2RLTq2KnjC2//BCoTM2rquObn9mNVp9/6sJpl62I9v6h05O5+rm4k IBsRznXIe+tTB/f56Z/ebo295bN+w9uvkSE768+k3eky+mrN8e5ay6QcdyWW4oxEQy3mouJE ABjKichXAgAA On Wed, 24 Jun 2015 10:14:04 +0100 Peter Stephenson wrote: > On Tue, 23 Jun 2015 13:25:22 -0700 > Bart Schaefer wrote: > > On Jun 23, 5:47pm, Peter Stephenson wrote: > > } I think this is now basically working. Any more comments, or should I > > } roll this out and see what happens? > > > > I'd say go for it. > > OK, here's one more test that's been bugging me (but does pass), then > I'll rebase onto the end of master and do any remaining tweaks there. Pushed 39b28980f3. I'll leave typeset-array for historical interest. I presume this is going to have at least *some* knock on effects... pws