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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220901174306.B908C1C0BD8%40moolenaar.net.