Patch 8.2.4651

7 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 30, 2022, 4:58:37 PM3/30/22
to vim...@googlegroups.com

Patch 8.2.4651 (after 8.2.4650)
Problem: Test fails because path differs.
Solution: Only compare the tail of the path.
Files: src/testdir/test_vim9_disassemble.vim


*** ../vim-8.2.4650/src/testdir/test_vim9_disassemble.vim 2022-03-30 21:12:16.455923056 +0100
--- src/testdir/test_vim9_disassemble.vim 2022-03-30 21:56:03.364453784 +0100
***************
*** 334,340 ****
var res = execute('disass AutoloadFunc')
assert_match('<SNR>\d*_AutoloadFunc.*' ..
'echo XimportAL.SomeFunc()\_s*' ..
! '\d SOURCE /home/mool/vim/vim82/src/testdir/XimportAL.vim\_s*' ..
'\d PUSHFUNC "<80><fd>R\d\+_SomeFunc"\_s*' ..
'\d PCALL top (argc 0)\_s*' ..
'\d PCALL end\_s*' ..
--- 334,340 ----
var res = execute('disass AutoloadFunc')
assert_match('<SNR>\d*_AutoloadFunc.*' ..
'echo XimportAL.SomeFunc()\_s*' ..
! '\d SOURCE .*/testdir/XimportAL.vim\_s*' ..
'\d PUSHFUNC "<80><fd>R\d\+_SomeFunc"\_s*' ..
'\d PCALL top (argc 0)\_s*' ..
'\d PCALL end\_s*' ..
*** ../vim-8.2.4650/src/version.c 2022-03-30 21:12:16.455923056 +0100
--- src/version.c 2022-03-30 21:57:24.180390352 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4651,
/**/

--
Michael: There is no such thing as a dump question.
Bernard: Sure there is. For example "what is a core dump?"

/// 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