Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: make kill ring work in vi mode
- X-seq: zsh-workers 33583
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: PATCH: make kill ring work in vi mode
- Date: Fri, 31 Oct 2014 07:35:53 -0400
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=VkGz0HSSS2op8SoD2Ov6et9pasPJhjvUkTCYcSkCgLU=; b=mlpBF+p5k9+obJWnjYg81jk66mmW7AOQyqV7K09K94kUjOAIKQTHjB5r5V9xhBxHrM PA7HlPIw8R10Fi9wddC2XIv1OeTqtOCZCporCh6OwGYiOisOpDGjRUG8zZRqng1IAO3T 0783yx2FGusVywZqpCshoV3SvxlcjT5f5fS2I+Qg4+SaOO1mhG2727bUcPw9F0RaQ9/L MWmxgyflpUV0h80+4v+yQ/NJhmWBD5nkGvLT3yA1KG1IBYxiBn8UVlDhm+4ExZ02X90C ot/PaY7ytMfabl5PolbxeaFiIZzS5shkukPepOEvwTWo93uWHeJ/2T3iloTYVTVN8KMz 7vGg==
- In-reply-to: <20353.1414691681@thecus.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <15607.1414626173@thecus.kiddle.eu> <20141030085358.3c9f9d54@pws-pc.ntlworld.com> <20353.1414691681@thecus.kiddle.eu>
- Sender: ethersoft@xxxxxxxxx
Oliver -
I see a test failure from the latest sources; it looks related to your
recent yank/pop changes:
ZTST_VERBOSE=3 make TESTNUM=X02 check
cd Test ; make check
make[1]: Entering directory `/raid-3tb/opt/build/zsh-2014-10-31/Test'
if test -n "gcc"; then \
cd .. && DESTDIR= \
make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
if ZTST_testlist="`for f in /opt/src/zsh-2014-10-31/Test/X02*.ztst; \
do echo $f; done`" \
ZTST_srcdir="/opt/src/zsh-2014-10-31/Test" \
ZTST_exe=../Src/zsh \
../Src/zsh +Z -f /opt/src/zsh-2014-10-31/Test/runtests.zsh; then \
stat=0; \
else \
stat=1; \
fi; \
sleep 1; \
rm -rf Modules .zcompdump; \
exit $stat
/opt/src/zsh-2014-10-31/Test/X02zlevi.ztst: starting.
*** /tmp/zsh.ztst.out.10011 Fri Oct 31 07:31:52 2014
--- /tmp/zsh.ztst.tout.10011 Fri Oct 31 07:31:52 2014
***************
*** 1,2 ****
BUFFER: SwordE
! CURSOR: 5
--- 1,2 ----
BUFFER: SwordE
! CURSOR: 4
Test /opt/src/zsh-2014-10-31/Test/X02zlevi.ztst failed: output differs
from expected as shown above for:
zletest $'word\C-wline\eddiSE\ehp\C-P'
Was testing: line based put after followed by character based yank-pop
/opt/src/zsh-2014-10-31/Test/X02zlevi.ztst: test failed.
**************************************
0 successful test scripts, 1 failure, 0 skipped
**************************************
make[1]: *** [check] Error 1
make[1]: Leaving directory `/raid-3tb/opt/build/zsh-2014-10-31/Test'
make: *** [check] Error 2
This is on linux mint 17, in case that matters.
Regards,
Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author