zsh-users
 help / color / mirror / code / Atom feed
From: Sebastian Gniazdowski <sgniazdowski@gmail.com>
To: Peter Stephenson <p.stephenson@samsung.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: Is quoting of the assigned value needed?
Date: Sat, 23 Nov 2019 19:01:38 +0100	[thread overview]
Message-ID: <CAKc7PVDyawX6PR8=ZPFvjTOb8iZxeW-LpVeK3KuRaqHrJHegPw@mail.gmail.com> (raw)
In-Reply-To: <CAKc7PVAuuUdky7yegTEH_YbPYhfxSM4coiYD-37h1=p8g_3yPA@mail.gmail.com>

On Fri, 22 Nov 2019 at 17:26, Sebastian Gniazdowski
<sgniazdowski@gmail.com> wrote:
>
> On Fri, 22 Nov 2019 at 16:08, Peter Stephenson <p.stephenson@samsung.com> wrote:
> >
> > On Fri, 2019-11-22 at 16:01 +0100, Sebastian Gniazdowski wrote:
> > > I'm thinking on simplifying the plugin standard's proposed $0
> > > handling, which is currently:
> > >
> > > 0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
> > > 0="${${(M)0:#/*}:-$PWD/$0}"
> > >
> > > I.e.: about skipping the quoting. Before I do this is want to be
> > > completely sure that it'll always work.
> >
> > Scalar assignment is always scalar assignment, yes.  That's basically
> > the meaning of the text I quoted saying why GLOB_ASSIGN got moved out
> > to an option.

I have realized that the GLOB_ASSIGN option together with GLOB_SUBST
will cause problems

in="/root/my_directory()"
setopt GLOB_ASSIGN GLOB_SUBST
0=$in
zsh: no matches found: /root/my_directory()

So technically it can be even said that yes, there's a reason to quote
the value, because there exists a shell configuration that will cause
problems with unquoted assignments. So I'm in doubt if the change to
the standard should be done, i.e.: if the quoting should be removed.

Are there maybe some other configurations of the shell when similar
problems might pop up? This could help to clear the doubt. The
standard now uses unquoted assignment:

http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html#zero-handling
-- 
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org

      reply	other threads:[~2019-11-24 22:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20191122020437eucas1p128174332018d20a266f55007fcf271ba@eucas1p1.samsung.com>
2019-11-22  2:03 ` Sebastian Gniazdowski
2019-11-22 10:45   ` Peter Stephenson
2019-11-22 14:07     ` Perry Smith
2019-11-22 14:31       ` Peter Stephenson
2019-11-22 14:59         ` Perry Smith
2019-11-22 15:01     ` Sebastian Gniazdowski
2019-11-22 15:06       ` Peter Stephenson
2019-11-22 16:26         ` Sebastian Gniazdowski
2019-11-23 18:01           ` Sebastian Gniazdowski [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='CAKc7PVDyawX6PR8=ZPFvjTOb8iZxeW-LpVeK3KuRaqHrJHegPw@mail.gmail.com' \
    --to=sgniazdowski@gmail.com \
    --cc=p.stephenson@samsung.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).