Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: params.c:2985: BUG: assigning to undeclared associative array



On Jun 4,  4:57pm, Daniel Shahaf wrote:
}
}     $ zsh -f
}     % : ${(AA)foo::=bar}
}      params.c:2985: BUG: assigning to undeclared associative array
}     zsh: bad set of key/value pairs for associative array

This is a false positive; use of (AA) should be considered to have
"declared" the parameter.

I may look into this later if no one beats me to it.



Messages sorted by: Reverse Date, Date, Thread, Author