Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test failure in test V01zmodload.tst
- X-seq: zsh-workers 23482
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Test failure in test V01zmodload.tst
- Date: Tue, 29 May 2007 10:51:24 +0100
- In-reply-to: <878xb8ezrd.fsf@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <878xb8ezrd.fsf@xxxxxxxxxxxxxxxxxxxx>
On Tue, 29 May 2007 05:37:58 -0400
Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx> 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 <pws@xxxxxxx>                  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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author