Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange behavior of $jobstates
- X-seq: zsh-users 23760
- From: Manabu Matsui <manabu.matsui@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Strange behavior of $jobstates
- Date: Thu, 15 Nov 2018 09:45:28 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=boBu1WZdajFPiAbLuPu3oiU5sQ6VO+Tcp2FopmTvw5k=; b=oU+e8X5GCyXCPWaaK90kI/bE54TAsUuZb3p2Ql6KqC7JBQVaMf3V3NGvDx4zFTphYG CQmx+McJWOdXaiWMyKkP+adGXN9aJuNm4B9+fQseM4CVpHOLzN7k3WIL5BRxjObZs0XP xr30hVAIXKW3hOQjAFihUicEHi6hR8ey6ybu73N3FrjkocJgQvWd1RSvNffmicSa7/N1 rOrASYobhKQKpB5AL6Oa4KdCKWx0YXG6428TS+4K4jcTW8r1KwBLWAe1wrisqDT7o/eI w2A90GtX/WvRqg/gjrQxHvPL0cSHeSO4O46zZnMP/DyRKjbJjkUJRdK38Mx2Tmgkyr/M Wtow==
- In-reply-to: <1542187635.3686.1.camel@samsung.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAN1e-MQb87kK9yhAo6vaaWD-2gXd0qk=9xzJQi=soW6QyH_c0Q@mail.gmail.com> <B00ED18E-7E30-4B13-BE7B-4C60C3657C0A@dana.is> <CGME20181114014514epcas2p3a1626811808e4dc0828a1f1970a1c1ef@epcas2p3.samsung.com> <CAN1e-MSFGN5OXx68C1wjHhYycm33Vc0Z5m=mh6GiPvZbVXr9fA@mail.gmail.com> <1542187635.3686.1.camel@samsung.com>
On Wed, 14 Nov 2018 09:27:15 +0000, Peter Stephenson
<p.stephenson@xxxxxxxxxxx> wrote:
> Yes, the change is correct. Setting a parameter in the left hand side
> of the pipeline shouild not affect anything outside the pipeline.
>
> Although the standard doesn't specify which side of the pipeline is run
> in a forked copy, in zsh it's always the left hand side, so the fact
> that effects were escaping from there was a bug.
I
Thank you for the easy-to-understand explanation. t was difficult for
me to understand with ChangeLog description alone.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author