Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] ksh_zero_subscript messes with associative arrays
- X-seq: zsh-workers 50426
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [BUG] ksh_zero_subscript messes with associative arrays
- Date: Tue, 26 Jul 2022 11:18:07 -0500
- Archived-at: <https://zsh.org/workers/50426>
- List-id: <zsh-workers.zsh.org>
Hello,
The test is very simple:
setopt ksh_zero_subscript
typeset -A args
(( $+args[foo] )) && echo set
ksh_zero_subscript shouldn't be changing the behavior of the code, correct?
I'm using zsh 5.9.
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author