Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] typeset -p doesn't report -U (unique) attribute
- X-seq: zsh-workers 43545
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] typeset -p doesn't report -U (unique) attribute
- Date: Tue, 25 Sep 2018 16:41:00 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Y4cFHN TyvG1vxdAGDfle9rUoaGNlk6owngjtA2HphXI=; b=Wp4yS83lFHGwLR1PkGIah1 pJmv/FJ5L4GHc3G7fpz+1FmCVHMXPJv+fp3neyGZu7qTeosrSjQcEFjVl+URPQ3W 96i4NkBfZaT3I9wImDdTUTn2G6xf19i/ZY/olea/L/dOe9FoshKIeQhfF6SMPbIl y1Egf2FzjNldLt6HsG4XiO7qDufDM8o/fs2rRpMYUeUiZih6zCW+3enozb7rFT+G u4J5jmhreGlAz8J2b+OoBW0U0rtTYP3NBzRRxt0jvWrNU0bcrBohf3scwA7h0i0c utnsFQLtImbnO6Gi7oaRSEjen+/EJC71qbsS+S6ELazvosWvBayUDJR+Z1iaycBg ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Y4cFHN TyvG1vxdAGDfle9rUoaGNlk6owngjtA2HphXI=; b=NYiT7Fj7m81ZHj3Co77ptI cMMW6BskoplW1CfxYrFJNHwU3HHoQmIAX9OucVJr6s5sFUA1xNf1XXalsDFEW6dN dZyxA4XZMpRb8Vs5Q6Bu8x+fhd8UJlLJQvJDsnfcXPQvo9bRF0xjjsO+dTH9sL2e M7qcXTWstyaYQpW0SgFLRzQDQWYHgqS64pxM3Sru+Y41SYEUBBkU/NHMlGmZUY1q y2D0XAVjuF5V0rK+5NKpBrJtUEwGEZb+hxqR42yd664oOrJwJdQlpFdM7+yRpzjz Y5NTg/F0lrMHbzp7PL+0BzrPklAIqE1R0/KZsVQMpSM4MxHkrBwtv4TLYDdKCtgg ==
- In-reply-to: <20180924210550.carijwjibarjivu4@chaz.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180924210550.carijwjibarjivu4@chaz.gmail.com>
Stephane Chazelas wrote on Mon, 24 Sep 2018 22:05 +0100:
> $ typeset -p a
> typeset -aU a=( x )
I've added a test. Next time feel free to do the honours :)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author