From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23455 invoked from network); 18 Nov 2008 20:23:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Nov 2008 20:23:43 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 47197 invoked from network); 18 Nov 2008 20:23:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Nov 2008 20:23:38 -0000 Received: (qmail 3285 invoked by alias); 18 Nov 2008 20:23:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26067 Received: (qmail 3271 invoked from network); 18 Nov 2008 20:23:31 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 18 Nov 2008 20:23:31 -0000 Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by bifrost.dotsrc.org (Postfix) with ESMTP id 18D6680524C4 for ; Tue, 18 Nov 2008 21:23:15 +0100 (CET) Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20081118202311.YIDI1869.mtaout01-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Tue, 18 Nov 2008 20:23:11 +0000 Received: from pws-pc ([81.107.43.40]) by aamtaout01-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20081118202311.FHKR19264.aamtaout01-winn.ispmail.ntl.com@pws-pc> for ; Tue, 18 Nov 2008 20:23:11 +0000 Date: Tue, 18 Nov 2008 20:23:06 +0000 From: Peter Stephenson To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: PATCH: bad clash between process substitution and numeric glob Message-ID: <20081118202306.1ad2dbe1@pws-pc> In-Reply-To: <8149.1227030382@thecus> References: <16038.1227002393@csr.com> <081118072410.ZM8571@torch.brasslantern.com> <8149.1227030382@thecus> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.12; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.0 c=1 a=M7AVDXKpp-EA:10 a=ezs1QaoDRMoA:10 a=NLZqzBF-AAAA:8 a=tgQlv8bLjRhWHo2vAr4A:9 a=hdyv4Ryej35B_86qZEBtWD42wJIA:4 a=VkNj9pNNdSIA:10 a=-hJg1tCh9CgA:10 a=_dQi-Dcv4p4A:10 a=LY0hPdMaydYA:10 X-Virus-Scanned: ClamAV 0.92.1/8647/Tue Nov 18 16:09:15 2008 on bifrost X-Virus-Status: Clean On Tue, 18 Nov 2008 18:46:22 +0100 Oliver Kiddle wrote: > 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. As there's a comparison after the magic numbers with the shell version, I think that's only necessary if the header format changes (the first FD_PRELEN words). Otherwise changing the version number is good enough. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/