Patch 8.2.2038
Problem: Compiler test fails on MS-Windows.
Solution: Sort the found compiler plugin names.
Files: src/testdir/test_compiler.vim
*** ../vim-8.2.2037/src/testdir/test_compiler.vim 2020-11-23
21:24:52.420472730 +0100
--- src/testdir/test_compiler.vim 2020-11-23 21:37:32.042860183 +0100
***************
*** 43,49 ****
func GetCompilerNames()
return glob('$VIMRUNTIME/compiler/*.vim', 0, 1)
! \ ->map({k, v -> substitute(v, '.*[\\/]\([a-zA-Z0-9_\-]*\).vim',
'\1', '')})
endfunc
func Test_compiler_without_arg()
--- 43,50 ----
func GetCompilerNames()
return glob('$VIMRUNTIME/compiler/*.vim', 0, 1)
! \ ->map({i, v -> substitute(v, '.*[\\/]\([a-zA-Z0-9_\-]*\).vim',
'\1', '')})
! \ ->sort()
endfunc
func Test_compiler_without_arg()
*** ../vim-8.2.2037/src/version.c 2020-11-23 21:24:52.420472730 +0100
--- src/version.c 2020-11-23 21:38:55.526637561 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2038,
/**/
--
Not too long ago, compress was something you did to garbage...
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202011232039.0ANKdc4B1578306%40masaka.moolenaar.net.