Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
params.c:2985: BUG: assigning to undeclared associative array
- X-seq: zsh-workers 38607
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: params.c:2985: BUG: assigning to undeclared associative array
- Date: Sat, 04 Jun 2016 16:57:23 +0000
- 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
I managed to provoke a "BUG" diagnostic:
$ zsh -f
% : ${(AA)foo::=bar}
params.c:2985: BUG: assigning to undeclared associative array
zsh: bad set of key/value pairs for associative array
That diagnostic was added in 37208, and in 37802 it was triggered but
that instance was deemed a false positive. Is this instance a genuine
bug or a false positive?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author