Patch 8.0.0120
Problem: Channel test is still flaky on OS X.
Solution: Set the drop argument to "never".
Files: src/testdir/test_channel.vim
*** ../vim-8.0.0119/src/testdir/test_channel.vim 2016-12-01
16:41:47.296864891 +0100
--- src/testdir/test_channel.vim 2016-12-03 14:24:40.810300771 +0100
***************
*** 26,32 ****
--- 26,35 ----
endfunc
func Ch_communicate(port)
+ " Avoid dropping messages, since we don't use a callback here.
+ let s:chopt.drop = 'never'
let handle = ch_open('localhost:' . a:port, s:chopt)
+ unlet s:chopt.drop
if ch_status(handle) == "fail"
call assert_false(1, "Can't open channel")
return
*** ../vim-8.0.0119/src/version.c 2016-12-03 14:05:44.333734329 +0100
--- src/version.c 2016-12-03 14:25:51.729835509 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 120,
/**/
--
If your nose runs, and your feet smell, you might be upside down.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.