Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Rimmerworld pipeline race
- X-seq: zsh-workers 43418
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: Rimmerworld pipeline race
- Date: Sat, 8 Sep 2018 18:37:55 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1536428298; bh=ZIEPR6jxCZRrUFHm/D1Ima0HP0VajUDWHc3rXXp40tc=; h=Date:From:To:Subject:In-Reply-To:References; b=OFW/a9YCZMfuHcZN9BYEVBZr4nSux3AUskHAy5dP1SZzRTRhcuFBEPlLvFBQvmma4 /UK3qE92NvfpqUYFoSfIvfyejSj2uhUslgeISqv6BS+2F3GOkU7IIjTTJ3Vp7yEViu 4CxGiNgv/gnFOQWay4C/cTYPqdQ+M2xfIYAckqvZoaB8VEKm0Iyi+DXHb4fGtC4iiY goBLgq09TSf42TAjlXaB6oKnhV8p6/cb7jkdbkgXG9kgxikxKoTo6enH83fb4ysMt0 mQQ0Kpkz8mkb2YjTVFPEbxQaIX+NcZ+RVPHKbsAiLCvOkouQm476ow6PAYAttVoRSi rv5wIoa/4UQLQ==
- In-reply-to: <CAH+w=7apZTpRJCe_z=fSgiaquJSghUKyWxoBr=GWL5Zj3VzQSQ@mail.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20180905200816epcas5p18ce6c49baa637e7d83a769e97c4364fb@epcas5p1.samsung.com> <20180905210740.5a6aec15@pws-HP.localdomain> <20180906090902.1f344e9f@camnpupstephen.cam.scsc.local> <20180906092250eucas1p13d651e07ae627d179dd0701e65f912d6~RxTLztJrP2263722637eucas1p12@eucas1p1.samsung.com> <CAH+w=7ZH1d8RZaHNVhb2k+RqBb_8kgxDurewtk1a6TWG9Vvh5Q@mail.gmail.com> <20180907101852.62415ff9@camnpupstephen.cam.scsc.local> <20180907122145.2af5bcba@camnpupstephen.cam.scsc.local> <20180907150140.46a05880@camnpupstephen.cam.scsc.local> <20180907145828eucas1p2755db3a0eb9725cb3a29121033e77f21~SJhg-Al9h2728227282eucas1p2z@eucas1p2.samsung.com> <577129092.1106031.1536338813897@mail2.virginmedia.com> <CAH+w=7apZTpRJCe_z=fSgiaquJSghUKyWxoBr=GWL5Zj3VzQSQ@mail.gmail.com>
On Fri, 7 Sep 2018 16:40:11 -0700
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Timezone difference and mornings are $REALJOB busy for me, so I
> couldn't answer right away.
Sure, was just hoping *someone* was at least vaguely interested in
getting the bug fixed.
> Is there a point to replacing &dummy with &gleader in the call to
> read_loop(), other than to save declaring "int dummy"? It doesn't
> appear that read_loop() puts returns anything useful via &gleader.
It gets passed into addproc(). That's how the parent shell knows for
sure which group leader the subshell has picked without any second
guessing.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author