From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16570 invoked by alias); 24 Jun 2015 13:00:28 -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: 35589 Received: (qmail 28265 invoked from network); 24 Jun 2015 13:00:25 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YUfMg9pjYeUTJSK9InLlr8CY2q0t15LKB1DcFbwVcDI=; b=FrHwLRADVG7PH6XASlxCr/Ks58a95vuLRdidbe4f5zTlxXRUGsrmeAWt/cGFMonJmT NQ5nc4LCNFeKU+8dvao5xT78np9QJvXfcj+S3AmfbCyraFoe/raFLlPc8V+2mxxfpzqs ElpNMuFhav2VWu+04XQyeD7TRwg8d2NbfppSQZGa+O7QHg9sKP+oCj850iJ5PaW9B71R yKLXryEg+w9QcdaVcJA1jMCd5DPYU2D77j2hKXi5ELKUWDueIEN3J4Wl4FjAlrD8kg7y r2VJUEdPlH1bj7lq6fLr9J7XSNWH7lrQxxs4z7H4tINiD2K7NI6F91G0KumQdCpqBDvE G8zw== MIME-Version: 1.0 X-Received: by 10.50.114.5 with SMTP id jc5mr2943628igb.43.1435150822489; Wed, 24 Jun 2015 06:00:22 -0700 (PDT) In-Reply-To: <20150624102942.6c3f1e06@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> <20150624102942.6c3f1e06@pwslap01u.europe.root.pri> Date: Wed, 24 Jun 2015 15:00:22 +0200 Message-ID: Subject: Re: Typeset with array From: Mikael Magnusson To: Peter Stephenson Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On Wed, Jun 24, 2015 at 11:29 AM, Peter Stephenson wrote: > 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... Now that it's on master, my curse kicked in and I found a problem, % foo() { typeset -g foo=bar }; which foo foo () { typeset -gfoo=bar } Notice the lack of space after -g. -- Mikael Magnusson