To: vim_dev@googlegroups.com Subject: Patch 8.2.3145 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///