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

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



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