Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] parameter Module - functions_source associative array not working
- X-seq: zsh-workers 43033
- From: Francisco de Zuviría Allende <franciscodezuviria@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [BUG] parameter Module - functions_source associative array not working
- Date: Sun, 17 Jun 2018 00:12:51 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to; bh=L0QPHpZHNHBBE4AGpF6VytyJGgpAW+Ew1uoMDInaQzk=; b=VwtxQHYLw90TWPq/5Z8h6r5G7xtE8t9xsLCK4wVQ7hsgpVqyVeSsfCML4UIme02na5 UCU5c9PN85wQMZB64Vpl8MyGFfucs70fXxA1DhtNhrTMu+3DW0ZNEwUDOFpUEVZYNndD b4gsxpDehO66yEy5XwshsIKJ3kq3HOUNC+ufwO4NoE5nNRYsvmFK1s9N7US594Ix7Vmw HxrP40tiX8cViTj6Cde+nryBAq2gV5hos+9HOXNcS9TJuWSMnvc6DEb50Jq9XNVM5daN bNu94Gzz0/h/pM1hfnXkSVseWmBPTYk0CxV4SPN1ZNMxgZlcAV8tFMOGD2aqgw5g/sxK MHew==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Reply-to: franciscodezuviria@xxxxxxxxx
Versions 5.3 and 5.5
Can't get functions_source to work.
All of this comes out as empty:
echo "${(@k)functions_source}"
echo "${(@k)functions_source}"
echo $functions_source
echo "${functions_source[@]}"
$functions seem to be working alright
Best regards
Messages sorted by:
Reverse Date,
Date,
Thread,
Author