Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: More make check failure



> How do you have configured the shell? With zsh's allocator? Secure
> free? Memory debugging? Other debugging options?
>

bor@itsrm2% cat =zshconf
#!/tools/bin/zsh
LIBS=-lg

/tools/src/zsh/configure --prefix=/tools --enable-zsh-debug --enable-fun
ction-subdirs

Large integers and LFS are enabled and supported.

> And do you always get that failure?

Two times already at least.

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.
>

I am not sure, what should I get:

bor@itsrm2% zsh -f
itsrm2% autoload compinit; compinit -D
itsrm2% {
cursh>   compdef foo foo
cursh>   foo() {
cursh function>     compadd -M 'm:{a-zA-Z}={A-Za-z}
cursh function quote>                 r:|[.,_-]=*
r:[^A-Z0-9]||[A-Z0-9]=*
cursh function quote>                 r:[A-Z0-9]||[^A-Z0-9]=*
cursh function quote>                 r:[^0-9]||[0-9]=* r:|=*' \
cursh function>         build.out build.out1 build.out2
cursh function>   }
cursh> }
itsrm2% foo build.out<CURSOR HERE>
build.out    build.out1   build.out2


-andrej



Messages sorted by: Reverse Date, Date, Thread, Author