zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: Different behaviour when interpreting a here-document between 5.3 and 5.5.1
Date: Thu, 19 Apr 2018 16:48:29 -0700	[thread overview]
Message-ID: <CAH+w=7Z+3k+mfskwTNPtOiQidq2LLo9-oAEYKmzfqA5AEdfXmA@mail.gmail.com> (raw)
In-Reply-To: <E1DC38CD-F8BD-4128-8808-261D260462F7@gmail.com>

On Thu, Apr 19, 2018 at 2:52 PM, Enrico Maria Crisostomo
<enrico.m.crisostomo@gmail.com> wrote:
>     cat <<EOF
>   checksums           rmd160 ${CHECKSUM_RMD160} \\
>                       sha256 ${CHECKSUM_SHA256} \\
>                       size   ${CHECKSUM_SIZE}
>   EOF

Yeah, this is commit 47aa6095 aka workers/42355.  It's recognizing
backslash-newline but not whether the backslash is itself escaped.

The NEWS file should have mentioned the change to here-documents, I
think.  However, not catching the double backslash is a bug.  However,
part 2, figuring this out requires scanning backwards to see if you
have an even or odd number of trailing backlashes, or scanning forward
and tokenizing while consuming the document.  Bleah.


  reply	other threads:[~2018-04-19 23:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19 21:52 Enrico Maria Crisostomo
2018-04-19 23:48 ` Bart Schaefer [this message]
2018-04-20 22:04 ` Enrico Maria Crisostomo

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=7Z+3k+mfskwTNPtOiQidq2LLo9-oAEYKmzfqA5AEdfXmA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@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).