Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG?] Could anyone test: local a=( 1 2 2 3 ); typeset -U a; echo $a
- X-seq: zsh-workers 40849
- From: Sebastian Gniazdowski <psprint3@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [BUG?] Could anyone test: local a=( 1 2 2 3 ); typeset -U a; echo $a
- Date: Wed, 15 Mar 2017 03:03:25 -0700
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=jVH8VvLSOA2U/2Yz6ZAECzRJPFo=; b=OVH5WoPmwEaT/T4ioGION szdQxs8guhI9yskFjUD86CIs4d3Pm/pEIALe/shgEtHALM5h2grPWTV7e8ea6CaL D+nctG3DWf6esMB8Ze1TZlfXNu5u4EKanEXnURKB2NuJLLVigqgBg5o3n/FKNZPr FzkkTgehkEaZ4Jp6bFY1co=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=smtpout; bh=jVH8VvLSOA2U/2Yz6ZAECzRJP Fo=; b=e0GIcgoQwoLgZFsa4SKTsKLKhC2FCnIDgtfFzGkuLqtu3wzUQjyzxk+Oi JzYT48ZHZLew2dlsq0hkJhkYV3r+YS+FWnS42+maDKOE2BcuD2UINqSgnpRWu5iG FOwbFWj/oMcldzFXfVRGxj8ovY2chRzjqceIGpdJ+4sEv95VTw=
- 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
Hello,
I attach screenshot from session. Quite randomly following happened:
% local a=( 1 2 2 3 )
% typeset -U a
% echo $a
2 3
This looks like my other occurrences of random "reply" array
alterations, what I attributed to zsh-autosuggestions or other plugin.
Such plugin could pop first element of "a". But it happened also for "b"
(in the screenshot). Maybe this works for any variable that I enter on
command line. This would mean a bug in Zsh or some really weird plugin.
--
Sebastian Gniazdowski
psprint3@xxxxxxxxxxxx
Attachment:
typeset_U.png
Description: PNG image
Messages sorted by:
Reverse Date,
Date,
Thread,
Author