Patch 8.2.3145
Problem: Vim9: profile test fails without profile feature.
Solution: Check the profile feature is present.
Files: src/testdir/test_vim9_script.vim
*** ../vim-8.2.3144/src/testdir/test_vim9_script.vim 2021-07-11
15:26:09.943038696 +0200
--- src/testdir/test_vim9_script.vim 2021-07-11 16:31:31.781452828 +0200
***************
*** 4175,4180 ****
--- 4175,4182 ----
" Execute this near the end, profiling doesn't stop until Vim exists.
" This only tests that it works, not the profiling output.
def Test_xx_profile_with_lambda()
+ CheckFeature profile
+
profile start Xprofile.log
profile func ProfiledFunc
ProfiledFunc()
*** ../vim-8.2.3144/src/version.c 2021-07-11 16:01:54.472064052 +0200
--- src/version.c 2021-07-11 16:30:36.981534038 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3145,
/**/
--
hundred-and-one symptoms of being an internet addict:
116. You are living with your boyfriend who networks your respective
computers so you can sit in separate rooms and email each other
/// 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/202107111434.16BEYNsO837989%40masaka.moolenaar.net.