Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: More make check failure
- X-seq: zsh-workers 11654
 
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: More make check failure
 
- Date: Tue, 30 May 2000 12:36:58 +0200 (MET DST)
 
- In-reply-to: "Andrej Borsenkow"'s message of Tue, 30 May 2000 14:03:44 +0400
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
Andrej Borsenkow wrote:
> This is different from reported recently. With current CVS:
> 
> *** /tmp/zsh.ztst.out.6420      Tue May 30 14:01:20 2000
> --- /tmp/zsh.ztst.tout.6420     Tue May 30 14:01:22 2000
> ***************
> *** 1,6 ****
>   line: {tst build.out}{}
>   COMPADD:{}
> ! line: {tst build.out}{}
>   COMPADD:{}
>   NO:{build.out}
>   NO:{build.out1}
> --- 1,6 ----
>   line: {tst build.out}{}
>   COMPADD:{}
> ! line: {tst build}{.out}
>   COMPADD:{}
>   NO:{build.out}
>   NO:{build.out1}
I tried 54 and it didn't fail for me and having just tried it again,
it still doesn't fail. Felix reported that he sometimes got the
misplaced cursor as in your output above. Damn.
How do you have configured the shell? With zsh's allocator? Secure
free? Memory debugging? Other debugging options?
And do you always get that failure? Do you get it with:
  compdef foo foo
  foo() {
    compadd -M 'm:{a-zA-Z}={A-Za-z} 
                r:|[.,_-]=* r:[^A-Z0-9]||[A-Z0-9]=*
                r:[A-Z0-9]||[^A-Z0-9]=*
                r:[^0-9]||[0-9]=* r:|=*' \
        build.out build.out1 build.out2
  }
and trying `foo bui<TAB><TAB><TAB>'? It should do the same as the
test, I'm just getting paranoid.
Bye
 Sven
--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author