zsh-workers
 help / color / mirror / code / Atom feed
From: Phil Pennock <zsh-workers+phil.pennock@spodhuis.org>
To: Peter Stephenson <pws@csr.com>
Cc: zsh-workers@sunsite.dk
Subject: Re: D03 test hang on cygwin with latest sources
Date: Mon, 24 Nov 2008 14:31:04 -0800	[thread overview]
Message-ID: <20081124223104.GA37873@redoubt.spodhuis.org> (raw)
In-Reply-To: <20081124173230.31422068@news01>

On 2008-11-24 at 17:32 +0000, Peter Stephenson wrote:
> Right, the behaviour isn't new.  It seems as if the subprocess is
> reading EOF from the input.
> 
> % foo() { print $1; print hello >$1; [[ -e $1 ]] || print Ouch! }
> % foo >(sleep 1; read foo || print Failed)
> /proc/self/fd/12
> Failed

...% zsh -f
redoubt% echo $ZSH_VERSION 
4.3.6
redoubt% foo() { print $1; print hello >$1; [[ -e $1 ]] || print Ouch! } 
redoubt% foo >(sleep 1; read foo || print Failed)
/tmp/zshQCDdM0
redoubt%

Looks like a regression after all.
-Phil


  reply	other threads:[~2008-11-24 22:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-21  4:08 Vin Shelton
2008-11-21  5:12 ` Bart Schaefer
2008-11-24 17:32   ` Peter Stephenson
2008-11-24 22:31     ` Phil Pennock [this message]
2008-11-25  9:56       ` Peter Stephenson
2008-11-25 23:26         ` Peter A. Castro
2008-12-01 12:20           ` Peter Stephenson
2008-12-02  3:42             ` Peter A. Castro

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=20081124223104.GA37873@redoubt.spodhuis.org \
    --to=zsh-workers+phil.pennock@spodhuis.org \
    --cc=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /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).