zsh-users
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: zsh-users@zsh.org
Subject: Re: uninvited members of associative array
Date: Sat, 17 Dec 2022 16:15:33 -0800	[thread overview]
Message-ID: <93583301-dbe4-673e-f8b0-b515d1e97c1d@eastlink.ca> (raw)
In-Reply-To: <CAH+w=7aWeAPm4i6p_u+weM=_1c-70OgYvvSNcCD2fbEhEy2wpw@mail.gmail.com>


On 2022-12-17 14:10, Bart Schaefer wrote:
> The input doesn't have a type. It's the result of a substitution, so
> it's just a series of separate words.  Where the words came from is
> not remembered.  Consider:
I suppose it could be looked at that way, OTOH it could be that the type 
is referenced.  After all the type *is* recorded.  typeset -p doesn't 
just cough up the contents, it knows that an AA should display 
differently than a normal array.  Since the type information is there, 
there's no reason why it might not be referred to.
>
> set -A thing new1 new2 "${(@kv)whatever}" new3 new4
>
> What "type" is that?	set -A IN "${(@Pkv)${1}}" # Copy the array to IN, the working copy.
>
Not fair.  In that case 'thing' is not assigned any type, so it's 
defaulting to a normal array is unavoidable.   But if I do:

set -A IN "${(@Pkv)${1}}"

.. and $1 names an array that typedef knows is an AA, then it wouldn't 
be very much work for IN to be matched with that type. It would avoid 
the gotcha that lead to my question.  Mind, as usual, once one is 
forewarned of the issue it's not hard to deal with.  As I mentioned, my 
case would rely on the precedent that that's the way it is with integer 
promotion.  Good thing too, because doing arithmetic on a scalar is 
slightly absurd.

Note the importance even then of knowing the type being assigned-to, 
which is
> exactly why you have to declare it before calling "set -A".

Well it's simple and hopefully failsafe, but I still  can't help but 
thinking that if typedef knows the type of the input then the type of 
the output could be assigned as well as the values.

Daniel:

> Could someone please clarify this in the manual? 

Thanks.  It makes me feel less stupid when someone agrees with me that the manual isn't as clear as it could be. The manual was written by someone too intelligent for the job -- no empathy for the less gifted.

>


  parent reply	other threads:[~2022-12-18  0:16 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-15 23:48 Ray Andrews
2022-12-16  0:05 ` Lawrence Velázquez
2022-12-16  0:48   ` Ray Andrews
2022-12-16  1:29     ` Lawrence Velázquez
2022-12-16  2:09     ` Dominik Vogt
2022-12-16  2:56       ` Ray Andrews
2022-12-16  3:21         ` Lawrence Velázquez
2022-12-16  4:16           ` Ray Andrews
2022-12-16 10:05             ` Dominik Vogt
2022-12-16 14:13               ` Ray Andrews
2022-12-16 15:19                 ` Dominik Vogt
2022-12-16 19:14                   ` Ray Andrews
2022-12-16 16:30                 ` Daniel Shahaf
2022-12-16 18:21                   ` Ray Andrews
2022-12-16 19:04                     ` Dominik Vogt
2022-12-16 20:10                       ` Ray Andrews
2022-12-16 21:15                         ` Dominik Vogt
2022-12-16 21:33                           ` Bart Schaefer
2022-12-16 21:59                             ` Dominik Vogt
2022-12-16 22:15                               ` Bart Schaefer
2022-12-16 23:33                                 ` Ray Andrews
2022-12-17 12:47                                   ` Pier Paolo Grassi
2022-12-17 17:32                                     ` Ray Andrews
2022-12-17 18:10                                 ` Ray Andrews
2022-12-17 18:19                                   ` Roman Perepelitsa
2022-12-17 20:31                                     ` Ray Andrews
2022-12-17 20:49                                       ` Bart Schaefer
2022-12-17 21:07                                       ` Lawrence Velázquez
2022-12-17 21:52                                         ` Ray Andrews
2022-12-17 22:10                                           ` Bart Schaefer
2022-12-17 23:41                                             ` Daniel Shahaf
2022-12-18  0:15                                             ` Ray Andrews [this message]
2022-12-18  0:25                                               ` Daniel Shahaf
2022-12-18  2:13                                                 ` Ray Andrews
2022-12-18 20:12                                                   ` Daniel Shahaf
2022-12-18 20:26                                                     ` Bart Schaefer
2022-12-18 20:41                                                       ` Ray Andrews
2022-12-18  3:44                                               ` Lawrence Velázquez
2022-12-17 23:25                                         ` Daniel Shahaf
2022-12-16 21:33                           ` Ray Andrews
2022-12-16 20:25                       ` Daniel Shahaf
2022-12-16 21:43                         ` Dominik Vogt
2022-12-16  3:20 ` Bart Schaefer
2022-12-16  4:15   ` Ray Andrews
2022-12-16  8:12 ` Roman Perepelitsa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=93583301-dbe4-673e-f8b0-b515d1e97c1d@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).