zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: Bug in ${(Q)...}
Date: Sun, 13 Jul 2003 17:24:18 +0000	[thread overview]
Message-ID: <1030713172418.ZM4800@candle.brasslantern.com> (raw)
In-Reply-To: <871xwvm9rf.fsf@ceramic.fifi.org>

On Jul 12,  7:38pm, Philippe Troin wrote:
} Subject: Bug in ${(Q)...}
}
} % setopt extended_glob
} % echo $ZSH_VERSION "<${(Q)${$(print hello)/%hello#}}>"
} 4.0.6 < >
} 
} Shouldn't that be:
} 4.0.6 <>
} 
} (no space)

This is indeed a bug.  No process substitution required:

schaefer<501> x=(hello)
schaefer<502> setopt extendedglob
schaefer<503> echo $ZSH_VERSION "<${(Q)${${x}/%hello#}}>"
4.1.1-dev-1 < >

But it's not arrays, either, which I initially thought it was:

schaefer<505> x=hello
schaefer<506> echo $ZSH_VERSION "<${(Q)${${x}/%hello#}}>"
4.1.1-dev-1 < >
schaefer<507> echo $ZSH_VERSION "<${(Q)${x/%hello#}}>" 
4.1.1-dev-1 < >

So I'm not sure if this is really a problem with (Q) in paramsubst(), or
if it's deeper, in parse_subst_string(), and it just happens that (Q)
makes it visible.


  reply	other threads:[~2003-07-13 17:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-13  2:38 Philippe Troin
2003-07-13 17:24 ` Bart Schaefer [this message]
2003-07-17  9:32   ` Peter Stephenson

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=1030713172418.ZM4800@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /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).