zsh-workers
 help / color / mirror / code / Atom feed
* Alias expansion rules taken up for POSIX standards review
@ 2015-06-13 21:47 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2015-06-13 21:47 UTC (permalink / raw)
  To: zsh-workers

I should have brought this up last week but have been somewhat
distracted from the austin-group of late.  Issue ID 953 has been
opened to clarify whether

  alias cmd='foo &'
  cmd&bar

should semantically expand to

  foo && bar # valid "and" syntax

vs.

  foo & & bar # syntax error

We made the latter choice for zsh as of the 5.0.8 release, for what I
think are several good reasons (and one pragmatic one, which is that
not doing that breaks our lexer in an unpleasant and difficult-to-fix
way).

My ability to post to the austin-group list has been crippled for a
while, so if any of you who are still able to be active want to chime
in, it would be appreciated.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-13 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-13 21:47 Alias expansion rules taken up for POSIX standards review Bart Schaefer

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).