From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9553 invoked from network); 29 May 2007 09:51:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=no version=3.2.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 May 2007 09:51:42 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 60246 invoked from network); 29 May 2007 09:51:36 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 May 2007 09:51:36 -0000 Received: (qmail 26172 invoked by alias); 29 May 2007 09:51:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23482 Received: (qmail 26163 invoked from network); 29 May 2007 09:51:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 May 2007 09:51:33 -0000 Received: (qmail 59976 invoked from network); 29 May 2007 09:51:33 -0000 Received: from cluster-d.mailcontrol.com (217.69.20.190) by a.mx.sunsite.dk with SMTP; 29 May 2007 09:51:29 -0000 Received: from cameurexb01.EUROPE.ROOT.PRI ([62.189.241.200]) by rly33d.srv.mailcontrol.com (MailControl) with ESMTP id l4T9oJJ1013503 for ; Tue, 29 May 2007 10:51:26 +0100 Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Tue, 29 May 2007 10:51:24 +0100 Date: Tue, 29 May 2007 10:51:24 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: Test failure in test V01zmodload.tst Message-ID: <20070529105124.0534cc8a@news01.csr.com> In-Reply-To: <878xb8ezrd.fsf@alumni.princeton.edu> References: <878xb8ezrd.fsf@alumni.princeton.edu> Organization: CSR X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.8; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 May 2007 09:51:24.0679 (UTC) FILETIME=[EB575170:01C7A1D6] X-Scanned-By: MailControl A-07-07-05 (www.mailcontrol.com) on 10.68.0.143 On Tue, 29 May 2007 05:37:58 -0400 Vin Shelton wrote: > Since your feature test checkin, V01zmodload is failing for me. I've > attched the output generated with ZTST_verbose set to 2. Please let > me know if there's more I can do. I should have noticed this, or I shouldn't have used functions with long names. Index: Src/Modules/tcp.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Modules/tcp.c,v retrieving revision 1.43 diff -u -r1.43 tcp.c --- Src/Modules/tcp.c 28 May 2007 22:57:41 -0000 1.43 +++ Src/Modules/tcp.c 29 May 2007 09:48:57 -0000 @@ -722,7 +722,7 @@ { tcp_cleanup(); freelinklist(ztcp_sessions, (FreeFunc) ztcp_free_session); - return setfeatureeanbles(m->nam, &module_features, NULL); + return setfeatureenables(m->nam, &module_features, NULL); } /**/ Index: Src/Zle/complete.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Zle/complete.c,v retrieving revision 1.35 diff -u -r1.35 complete.c --- Src/Zle/complete.c 28 May 2007 22:57:42 -0000 1.35 +++ Src/Zle/complete.c 29 May 2007 09:48:58 -0000 @@ -1541,7 +1541,7 @@ deletehookfunc("invalidate_list", (Hookfn) invalidate_list); deletehookdefs(m->nam, comphooks, sizeof(comphooks)/sizeof(*comphooks)); deletewrapper(m, wrapper); - return seteatureenables(m->nam, &module_features, NULL); + return setfeatureenables(m->nam, &module_features, NULL); } /**/ -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php To get further information regarding CSR, please visit our Investor Relations page at http://ir.csr.com/csr/about/overview