Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: D03 test hang on cygwin with latest sources
- X-seq: zsh-workers 26088
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: D03 test hang on cygwin with latest sources
- Date: Mon, 24 Nov 2008 14:31:04 -0800
- Cc: zsh-workers@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=d200807; d=spodhuis.org; h=Received:Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To; b=fll68YUG6trgh3PW+ZVubG6jpLvu3p/hiIc+xkD1cAUHJAZkqWc6QbftxUjSGINvMMJZCBLhQoq5SiU3gMT4erAbOAyYaQVr1pwC5XXjiwZFuJ7RbqHTLobNgssKK/ZPxpbHuV/GQB2AiAmvyabX4m56mT6mMiYgG0iB9JqaTRo=;
- In-reply-to: <20081124173230.31422068@news01>
- Mail-followup-to: Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20a807210811202008o34865319qe1840896992ac48d@xxxxxxxxxxxxxx> <081120211244.ZM30106@xxxxxxxxxxxxxxxxxxxxxx> <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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author