zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <Peter.Stephenson@csr.com>
To: zsh-workers@zsh.org
Subject: Re: PATCH: coprocess descriptor and error messages
Date: Fri, 17 Sep 2010 09:46:10 +0100	[thread overview]
Message-ID: <20100917094610.390f120f@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <100916220444.ZM30547@torch.brasslantern.com>

On Thu, 16 Sep 2010 22:04:42 -0700
Bart Schaefer <schaefer@brasslantern.com> wrote:
> This seems somehow wrong to me ... starting from "zsh -f":
> 
> torch% print -p ; echo $?
> print: bad file number: -1
> 1
> torch% read -p ; echo $?
> 1
> 
> Seems to me that both commands should either fail silently, or print a
> more specific error.  Patch below does the former.  (Line numbers may
> be off.)  I won't commit until I see commentary.

The question is whether it's useful to be able to test whether the
coprocess is open at the same time as attempting to read or write.  If so,
doing it silently is reasonable.  Otherwise it might be less mysterious to
print "coprocess not open", or something like that, in both cases.

-- 
Peter Stephenson <pws@csr.com>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom


  reply	other threads:[~2010-09-17  9:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17  5:04 Bart Schaefer
2010-09-17  8:46 ` Peter Stephenson [this message]
2010-09-17 14:41   ` Bart Schaefer
2010-09-17 16:11     ` 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=20100917094610.390f120f@pwslap01u.europe.root.pri \
    --to=peter.stephenson@csr.com \
    --cc=zsh-workers@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).