zsh-users
 help / color / mirror / code / Atom feed
From: Russell Harmon <russ@eatnumber1.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh-users@zsh.org
Subject: Re: err_return inside function who's return value is checked
Date: Sun, 30 Dec 2012 15:55:20 -0500	[thread overview]
Message-ID: <CA+zrezTHWMmAu-SaZOHYoHQH_ijbYtEVfZ1sCnwWxPKsnUftjQ@mail.gmail.com> (raw)
In-Reply-To: <121230113526.ZM967@torch.brasslantern.com>

On Sun, Dec 30, 2012 at 2:35 PM, Bart Schaefer
<schaefer@brasslantern.com> wrote:
> This obviously is a case where err_return might be permitted to behave
> differently without causing too much consternation, but that's not how
> it has been defined.

Can this be arranged? It would enable idioms like the following to be used:

function get_major_version {
  setopt err_return
  [[ $(program -V) =~ "version ([[:digit:]]+)\." ]]
  REPLY=$match[1]
}

which I think is quite nice


  reply	other threads:[~2012-12-30 20:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-30  7:52 Russell Harmon
2012-12-30 19:35 ` Bart Schaefer
2012-12-30 20:55   ` Russell Harmon [this message]
2012-12-30 21:32     ` 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=CA+zrezTHWMmAu-SaZOHYoHQH_ijbYtEVfZ1sCnwWxPKsnUftjQ@mail.gmail.com \
    --to=russ@eatnumber1.com \
    --cc=schaefer@brasslantern.com \
    --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).