zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: exec -a and parameter expansion
Date: Sat, 08 Jan 2011 17:18:09 -0800	[thread overview]
Message-ID: <110108171809.ZM2330@torch.brasslantern.com> (raw)
In-Reply-To: <20110108215239.059062c3@pws-pc.ntlworld.com>
In-Reply-To: <20110108222902.67a13bd2@pws-pc.ntlworld.com>

On Jan 8,  9:52pm, Peter Stephenson wrote:
} Subject: Re: exec -a and parameter expansion
}
} On Fri, 07 Jan 2011 18:17:06 -0800
} Bart Schaefer <schaefer@brasslantern.com> wrote:
} > So either there are some missing test cases for other things that
} > this would cause to break, or we should rearrange execcmd() so that
} > "typeset" is the only special-cased builtin ahead of prefork().
} 
} I could be convinced the latter is correct.  Apart from KSH_TYPESET,
} nothing stands out in my mind as needing special behaviour during the
} expansion phase.  A careful search of the manual might be warranted.

There is at least one complication, which is that "builtin typeset ..."
should work the same as "typeset".  And then there's

    noglob builtin typeset
    builtin noglob typeset
    exec builtin noglob typeset
    nocorrect exec noglob builtin typeset

and so on.

} There was some discussion of the KSH_TYPESET behaviour on the Austin
} group list; [...] it might have been worse and and you were expected
} to handle:
} 
}   t=typeset
}   $t foo=`echo one two`
} 
} such that foo was assigned the value "one two".

What this boils down to is that processing the entire command line
at once in prefork() can't be done.  You have to apply the prefork
substitutions to each word before deciding what to do with the next,
at least until you reach one of "command", "typeset", a non-special
builtin, or an external command.

Or prefork has to become clever enough to manage that part ...


      reply	other threads:[~2011-01-09  1:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 22:09 Christian Neukirchen
2011-01-07 22:56 ` Phil Pennock
2011-01-08  2:17   ` Bart Schaefer
2011-01-08  2:32     ` Bart Schaefer
2011-01-08 21:52     ` Peter Stephenson
2011-01-08 22:29       ` Peter Stephenson
2011-01-09  1:18         ` Bart Schaefer [this message]

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=110108171809.ZM2330@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --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).