zsh-workers
 help / color / mirror / code / Atom feed
* [BUG] ksh_zero_subscript messes with associative arrays
@ 2022-07-26 16:18 Felipe Contreras
  2022-07-26 16:32 ` Peter Stephenson
  0 siblings, 1 reply; 5+ messages in thread
From: Felipe Contreras @ 2022-07-26 16:18 UTC (permalink / raw)
  To: Zsh hackers list

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-27  8:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26 16:18 [BUG] ksh_zero_subscript messes with associative arrays Felipe Contreras
2022-07-26 16:32 ` Peter Stephenson
2022-07-26 17:00   ` Bart Schaefer
2022-07-26 17:10     ` Bart Schaefer
2022-07-27  8:21       ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).