Patch 9.0.0354

4 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 1, 2022, 1:43:19 PM9/1/22
to vim...@googlegroups.com

Patch 9.0.0354
Problem: MS-Windows: starting a python server for test sometimes fails.
Solution: Increase the waiting time for the port.
Files: src/testdir/shared.vim


*** ../vim-9.0.0353/src/testdir/shared.vim 2022-06-19 19:49:47.000000000 +0100
--- src/testdir/shared.vim 2022-09-01 18:38:52.319436568 +0100
***************
*** 62,69 ****
" Read the port number from the Xportnr file.
func GetPort()
let l = []
! " with 200 it sometimes failed
! for i in range(400)
try
let l = readfile("Xportnr")
catch
--- 62,69 ----
" Read the port number from the Xportnr file.
func GetPort()
let l = []
! " with 200 it sometimes failed, with 400 is rarily failed
! for i in range(600)
try
let l = readfile("Xportnr")
catch
*** ../vim-9.0.0353/src/version.c 2022-09-01 17:26:14.163194043 +0100
--- src/version.c 2022-09-01 18:39:45.759671145 +0100
***************
*** 709,710 ****
--- 709,712 ----
{ /* Add new patch number below this line */
+ /**/
+ 354,
/**/

--
CRONE: Who sent you?
ARTHUR: The Knights Who Say GNU!
CRONE: Aaaagh! (she looks around in rear) No! We have no licenses here.
"Monty Python and the Holy editor wars" PYTHON (MONTY) SOFTWARE LTD

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages