Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Typeset with array
- X-seq: zsh-workers 35576
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: Typeset with array
- Date: Tue, 23 Jun 2015 19:52:01 +0200
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- 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=kbJvWGFinQlQUxSsIVZCl/sJe/yZROcqhp8hqUTszok=; b=db0qe3SbkDeHFrnMnZtCFzEdlnLPpe8j+4JY4K8wm/II0MXIGrjngDFtgmJmxMs0m6 +Md0qV9s8XgRZTOjklpdXqwO9T1kN+YpvfRVTiY+pilbw3CARYlaw/UrWFijyFNrfOC4 0KVVlGUQWzBkS1nDrXHz2lHQLs8SQ+NTjKX6q4rLleg2CuDy10rUWWDXMJRIhrLQ6B+8 pTDhiIncC40P5DTaLdijRy3E6XNNtMdmwZWYxVwReM0bMuL9+/KKl25pqI2kSSbSWyXH KBdTUlJW+sQzNLMHImoyj4I4mu20DwxnT+16S/61q6DcsUpuKCgsE+LDUZi+LVgUh2BF +X5A==
- In-reply-to: <20150623174719.43eaa1e2@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- 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>
On Tue, Jun 23, 2015 at 6:47 PM, Peter Stephenson
<p.stephenson@xxxxxxxxxxx> wrote:
> Some more tests and one quite subtle fix.
>
> I think this is now basically working. Any more comments, or should I
> roll this out and see what happens?
I tried it and didn't encounter any problems so far (amazing, right?).
This isn't really related to this series, but I noticed it now for the
first time; what's the deal with the space at the end of associative
arrays in typeset -p output?
% typeset -a a=(b); typeset -A b=(b c); typeset -p a b
typeset -a a
a=(b)
typeset -A b
b=(b c )
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author