zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk
Subject: Re: Test failure in test V01zmodload.tst
Date: Tue, 29 May 2007 10:51:24 +0100	[thread overview]
Message-ID: <20070529105124.0534cc8a@news01.csr.com> (raw)
In-Reply-To: <878xb8ezrd.fsf@alumni.princeton.edu>

On Tue, 29 May 2007 05:37:58 -0400
Vin Shelton <acs@alumni.princeton.edu> 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@csr.com>                  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


      reply	other threads:[~2007-05-29  9:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-29  9:37 Vin Shelton
2007-05-29  9:51 ` Peter Stephenson [this message]

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=20070529105124.0534cc8a@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).