zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Martijn Dekker <martijn@inlv.org>,
	Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: LINENO behaviour in sh mode
Date: Wed, 22 Mar 2017 19:45:27 -0700	[thread overview]
Message-ID: <170322194527.ZM5658@torch.brasslantern.com> (raw)
In-Reply-To: <f3458567-3d11-eada-ea2a-6f88f9b64a9b@inlv.org>

On Mar 20,  3:57am, Martijn Dekker wrote:
}
} Output on various shells:
}             bash: 1 2 5 6 7 6  (?!)

Clearly bash is incrementing LINENO through the parse of the eval and
then continuing to increment it through the execution.

I'm mildly surprised that no shell prints "1 2 3 4 5 6".

}         zsh (sh): 1 2 3 3 3 6  (like ksh88)
} 
} Since ksh88 is dead and buried (even Solaris now has ksh93 as their
} /bin/sh), it looks like zsh's "sh" mode is not emulating any current sh.
} Maybe 'emulate sh' should no longer turn off the EVAL_LINENO option.

You're forgetting about the second effect of this, which is to print
"(eval)" in xtrace output instead of the script or function name.  Try
your test again with "set -x" ... Do we need a separate option?

Also, how should the doc be updated, given that csh emulation would
become the outlier?


  parent reply	other threads:[~2017-03-23  2:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-20  2:57 Martijn Dekker
2017-03-20  3:41 ` Martijn Dekker
2017-03-23  2:45 ` Bart Schaefer [this message]
2017-03-23  3:09   ` Martijn Dekker
2017-03-23 16:11     ` Bart Schaefer
2017-03-23 16:23       ` Duplicate messages (was Re: LINENO behaviour in sh mode) Aaron Schrab

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=170322194527.ZM5658@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=martijn@inlv.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).