zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: PATCH: bad clash between process substitution and numeric glob
Date: Tue, 18 Nov 2008 16:04:51 +0000	[thread overview]
Message-ID: <200811181604.mAIG4pBZ006154@news01.csr.com> (raw)
In-Reply-To: <081118072410.ZM8571@torch.brasslantern.com>

Bart Schaefer wrote:
> On Nov 18,  9:59am, Peter Stephenson wrote:
> } Subject: PATCH: bad clash between process substitution and numeric glob
> }
> }  /**/
> } -mod_export char ztokens[] = "#$^*()$=|{}[]`<>?~`,'\"\\\\";
> } +mod_export char ztokens[] = "#$^*()$=|{}[]`<>>?~`,'\"\\\\";
> 
> Correct me if I'm wrong, but this is going to break zcompiled scripts
> that were created with earlier versions of the shell.

I've no idea, that's all a complete black box to me.

> Not that you need to avoid that, but it might be worth explicitly
> calling out if true, and also bump the ZSH_VERSION number so it's
> detectable at run time.

That's easy to do anyway if that's going to be safer.

Index: Config/version.mk
===================================================================
RCS file: /cvsroot/zsh/zsh/Config/version.mk,v
retrieving revision 1.85
diff -u -r1.85 version.mk
--- Config/version.mk	3 Nov 2008 16:09:30 -0000	1.85
+++ Config/version.mk	18 Nov 2008 16:02:16 -0000
@@ -27,5 +27,5 @@
 # This must also serve as a shell script, so do not add spaces around the
 # `=' signs.
 
-VERSION=4.3.9-dev-0
-VERSION_DATE='November 3, 2008'
+VERSION=4.3.9-dev-1
+VERSION_DATE='November 18, 2008'


-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


  reply	other threads:[~2008-11-18 16:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-18  9:59 Peter Stephenson
2008-11-18 15:24 ` Bart Schaefer
2008-11-18 16:04   ` Peter Stephenson [this message]
2008-11-18 17:46   ` Oliver Kiddle
2008-11-18 20:23     ` 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=200811181604.mAIG4pBZ006154@news01.csr.com \
    --to=pws@csr.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).