zsh-users
 help / color / mirror / code / Atom feed
From: "Daniel Shahaf" <d.s@daniel.shahaf.name>
To: zsh-users@zsh.org
Subject: Re: functions -t
Date: Wed, 13 Oct 2021 20:11:11 +0000	[thread overview]
Message-ID: <557c9bb2-a10f-46db-b2fc-dec4e3a2cf30@www.fastmail.com> (raw)
In-Reply-To: <CAH+w=7beBBhvmy-qcuCaOfdYL3m0RcZrA2SLEUfMrDyv28ct8g@mail.gmail.com>

Bart Schaefer wrote on Wed, 13 Oct 2021 19:48 +00:00:
> On Wed, Oct 13, 2021 at 11:46 AM Pier Paolo Grassi <pierpaolog@gmail.com> wrote:
>>
>> nice, thanks!
>>
>>> % f(){}
>>> % functions -T f
>>> % which f | sed -n 2p
>>>         # traced
>
> It'd be a bit better to use  "functions f" here rather than "which",
> so that you don't end up doing a path search etc. if "f" is not a
> function.
>
> [[ $(functions -x0 f) = *$'\n# traced\n'* ]]
>
> is probably good enough.  I'm debating whether this is commonly needed
> enough that the "# traced" comment should appear in the $functions
> hash.  I suspect not.

A boolean test, perhaps?  Since «functions -T» == «typeset -f -T», how
about, say, a «typeget -f -T f» command that returns 0 or 1 according to
whether -T is/isn't set on the function f?  The idea behind this name is
that «typeset -x foo» sets -x and «typeget -x foo» would query the
setting.  For instance, «typeget -A foo» == «[[ ${(t)foo} = *assoc* ]]».

In the specific case of -T/-t, I suppose it's a fair question to ask
what «typeset -ft foo; typeget -fT foo» would return.


  reply	other threads:[~2021-10-13 20:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13  3:03 Pier Paolo Grassi
2021-10-13  3:06 ` Pier Paolo Grassi
2021-10-13  3:35   ` Bart Schaefer
2021-10-13  3:47     ` Bart Schaefer
2021-10-13 11:58       ` Pier Paolo Grassi
2021-10-13 18:42         ` Daniel Shahaf
2021-10-13 18:44           ` Pier Paolo Grassi
2021-10-13 19:48             ` Bart Schaefer
2021-10-13 20:11               ` Daniel Shahaf [this message]
2021-10-13 22:08                 ` Bart Schaefer

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=557c9bb2-a10f-46db-b2fc-dec4e3a2cf30@www.fastmail.com \
    --to=d.s@daniel.shahaf.name \
    --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).