Patch 9.0.1535 (after 9.0.1534)
Problem: Test commented out in a wrong way.
Solution: Use legacy script comment character.
Files: src/testdir/test_substitute.vim
*** ../vim-9.0.1534/src/testdir/test_substitute.vim 2023-05-09
21:45:39.690359505 +0100
--- src/testdir/test_substitute.vim 2023-05-09 22:05:41.085283368 +0100
***************
*** 1416,1433 ****
" Check handling expanding "~" resulting in extremely long text.
" FIXME: disabled, it takes too long to run on CI
! #func Test_substitute_tilde_too_long()
! # enew!
! #
! # s/.*/ixxx
! # s//~~~~~~~~~AAAAAAA@(
! #
! # " Either fails with "out of memory" or "text too long".
! # " This can take a long time.
! # call assert_fails('sil! norm &&&&&&&&&', ['E1240:\|E342:'])
! #
! # bwipe!
! #endfunc
" This should be done last to reveal a memory leak when vim_regsub_both() is
" called to evaluate an expression but it is not used in a second call.
--- 1416,1433 ----
" Check handling expanding "~" resulting in extremely long text.
" FIXME: disabled, it takes too long to run on CI
! "func Test_substitute_tilde_too_long()
! " enew!
! "
! " s/.*/ixxx
! " s//~~~~~~~~~AAAAAAA@(
! "
! " " Either fails with "out of memory" or "text too long".
! " " This can take a long time.
! " call assert_fails('sil! norm &&&&&&&&&', ['E1240:\|E342:'])
! "
! " bwipe!
! "endfunc
" This should be done last to reveal a memory leak when vim_regsub_both() is
" called to evaluate an expression but it is not used in a second call.
*** ../vim-9.0.1534/src/version.c 2023-05-09 21:45:39.694359500 +0100
--- src/version.c 2023-05-09 22:06:45.281404201 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1535,
/**/
--
10 Monologs = 5 Dialogs
/// 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/20230509210739.7F7041C1B21%40moolenaar.net.