zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Stephane Chazelas <stephane@chazelas.org>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Suggested changes to Etc/FAQ
Date: Sat, 11 Nov 2023 13:51:26 -0800	[thread overview]
Message-ID: <CAH+w=7YxP-5fZEdsBEvJXC9X1FVOv=v1z88MC2D1G5xDJQh0aA@mail.gmail.com> (raw)
In-Reply-To: <f8bb79a00979fa637feb4666da703888@chazelas.org>

On Sat, Nov 11, 2023 at 3:59 AM Stephane Chazelas <stephane@chazelas.org> wrote:
>
> On 2023-11-11 05:10, Bart Schaefer wrote:
> > @@ -497,8 +504,9 @@ tt(RM_STAR_SILENT),
> >      it()  In mytt(cmd1 && cmd2 &), only mytt(cmd2) instead of the
> > whole
> > +        expression is run in the background in zsh.  In versions
> > beginning
> > +     with 5.9, the whole expression is backgrounded during sh emulation.
> > +     Use mytt({ cmd1 && cmd2 } &) as a workaround in zsh native mode.
>
> Unless I'm misunderstanding that statement, that's not what I observe
> here with zsh 5.9 from the Debian package, nor in the current git HEAD:

Hmm.  The test I used was "print -aC2 -- ${(kv)sysparams}" and I got
only one PID output in sh emulation but that seems to have been
because I forgot to use [@] on the array.

So you're correct, that hunk should be excluded.  I was expecting
workers/47794 to have affected this, but it doesn't.


  reply	other threads:[~2023-11-11 21:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-11  5:10 Bart Schaefer
2023-11-11 11:59 ` Stephane Chazelas
2023-11-11 21:51   ` Bart Schaefer [this message]
2023-11-13  7:13     ` Stephane Chazelas
2023-11-13 14:18 ` Peter Stephenson
2023-11-16  2:32   ` Bart Schaefer

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='CAH+w=7YxP-5fZEdsBEvJXC9X1FVOv=v1z88MC2D1G5xDJQh0aA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=stephane@chazelas.org \
    --cc=zsh-workers@zsh.org \
    /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).