Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH3] Re: avoid closed stdin() in zle widgets
- X-seq: zsh-workers 41276
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- Subject: Re: [PATCH3] Re: avoid closed stdin() in zle widgets
- Date: Mon, 12 Jun 2017 15:34:35 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=whZPfW N0Lr4zo4qIVp6RIpDptm3u0RK7RhrqdQFMdJk=; b=fvEq04Ebg3wQPmaRW9XPZ4 BkId7/FWyKmmHNG4xY2brHy5oKakP9SYvCAFONK2YYdL7eUxlw9kMWHbFf7J12N0 dKLHa3W1mG54GZnr/5zfSdvhUgMEHTVL7fVQkTFVAchfDDA0RmqgblP4PGMfwJfr vqM4o3y9+1/lb1RBjKKHhVQYS2hpff/PRK2C9MMEB/JpHxcQ2N9sFrgQWbzU0Xat B6rwemje/cEvILT+JkzgpsoelFKG2T+HaLkGqq3vgIejGnZHsOYtAM/RnT6stJuU 0i+AeEXsnhVUnbExa7zaLZPm8eJ0hjTFeXINrkkhPjupdLvVaIrJo5VrGx7DE4TA ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=whZPfW N0Lr4zo4qIVp6RIpDptm3u0RK7RhrqdQFMdJk=; b=UkAZQRuaQcvSWBTARBcy6k xXfAUqb8wMLFtV1WVa5gOheQ7/txgje8wigqg3X/octoan/shCcZs1NeS/f12Tyq t0Z1qmqBKqxPE65JR6HaXODRbIyMjawZpFe5UUScqyQ/gmNpPoxvQeCtWp/4euRo MKR+b6uXsQuYkJkj6iCz4w/T2bgLU/EQPuL2gmqv5HUFdZuuZiWGV1uWrN1wggGJ jANE6qMCinyBCxPIIe42PpnwCRyO/x8H1skkMir8fgx68Fs3CS3lLZSbagUIrp0k xw9jXospFu0saAr0UmJqArCH85YU83Atx45rSSLCYXu4qwZD6G2XgckLUkpwpkXA ==
- In-reply-to: <20170612151902.GA19315@chaz.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20170611182045.GA5318@chaz.gmail.com> <d0c3e336-c186-a5c0-746c-d241a173c189@gmx.com> <20170612060554.GA4709@chaz.gmail.com> <1497278089.1853864.1006670720.0A8DB74D@webmail.messagingengine.com> <20170612151042.GB3806@chaz.gmail.com> <20170612151902.GA19315@chaz.gmail.com>
Stephane Chazelas wrote on Mon, 12 Jun 2017 16:19 +0100:
> Even though I can't imagine previous relying on stdin being
> closed (and consider myself the previous behaviour a bug),
> please find a 3rd version of the patch below with the requested
> change:
Thanks for adding the README hunk. I assumed the behaviour was
intentional because it was documented (and it didn't seem
"antisocial" to me, however surprised a main() function might be to
find its stdin closed).
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author