Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Damn race conditions ...
- X-seq: zsh-workers 32491
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Damn race conditions ...
- Date: Sun, 16 Mar 2014 14:15:59 -0700
- 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
This is still happening sporadically:
*** /tmp/zsh.ztst.out.22780 Sun Mar 16 13:15:32 2014
--- /tmp/zsh.ztst.tout.22780 Sun Mar 16 13:15:32 2014
***************
*** 1,2 ****
! BUFFER: 123
! CURSOR: 2
--- 1,2 ----
! BUFFER: 12
! CURSOR: 1
Test ../../zsh-5.0/Test/X02zlevi.ztst failed: output differs from expected as shown above for:
comptesteval 'bindkey -a "^K" redo'
zletest $'123\C-_\e\C-k'
Was testing: undo in insert mode, redo in command
../../zsh-5.0/Test/X02zlevi.ztst: test failed.
Run it again immediately, and it works.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author