Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: bad clash between process substitution and numeric glob
- X-seq: zsh-workers 26066
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: bad clash between process substitution and numeric glob
- Date: Tue, 18 Nov 2008 18:46:22 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Received:In-reply-to:From:References:To:Subject:Date:Message-ID; b=pAx4s6zWprr+7gSnU9uns+wZ/3LH9BmR475z0kOVJvQ/dadTRXDgGLaN37pHBfF/tt2f5kxTpw/1gmgMKk+eTNyM8Q+BwIoq5NUhSHHr9z9Ulo7atQqQMjnUijfXpyQHYS3c0DDAE6gOU2p3zk3GTQcRtUxBspdD4P+Ws86GX30= ;
- In-reply-to: <081118072410.ZM8571@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <16038.1227002393@xxxxxxx> <081118072410.ZM8571@xxxxxxxxxxxxxxxxxxxxxx>
Bart wrote:
> Correct me if I'm wrong, but this is going to break zcompiled scripts
> that were created with earlier versions of the shell.
>
> 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.
My understanding was that the "magic" numbers in parse.c are supposed to
be changed if you break wordcode files. Seems the last person to change
those was me back in 2001. See Sven's comment to parse.c version 1.30
in CVS. I know I just followed what Sven had done so 03040506 became
04050607.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author