Patch 8.0.0141 (after 8.0.0137)
Problem: Nested function test fails on AppVeyor.
Solution: Disable the test on Windows for now.
Files: src/testdir/test_nested_function.vim
*** ../vim-8.0.0140/src/testdir/test_nested_function.vim 2017-01-02
15:26:24.166610927 +0100
--- src/testdir/test_nested_function.vim 2017-01-02 18:31:19.288512190
+0100
***************
*** 48,53 ****
--- 48,57 ----
endfunc
func Test_max_nesting()
+ " TODO: why does this fail on Windows? Runs out of stack perhaps?
+ if has('win32')
+ return
+ endif
let call_depth_here = 2
let ex_depth_here = 5
set mfd&
*** ../vim-8.0.0140/src/version.c 2017-01-02 17:31:20.610046069 +0100
--- src/version.c 2017-01-02 18:31:04.472616841 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 141,
/**/
--
If Microsoft would build a car...
... Occasionally your car would die on the freeway for no
reason. You would have to pull over to the side of the road,
close all of the car windows, shut it off, restart it, and
reopen the windows before you could continue. For some reason
you would simply accept this.
/// 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.