To: vim_dev@googlegroups.com Subject: Patch 8.2.5147 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5147 Problem: Flaky test always fails on retry. Solution: Delete the created function. Files: src/testdir/test_search.vim *** ../vim-8.2.5146/src/testdir/test_search.vim 2022-06-20 12:39:35.290743606 +0100 --- src/testdir/test_search.vim 2022-06-21 22:34:30.831123281 +0100 *************** *** 353,358 **** --- 353,359 ---- let elapsed = reltime(starttime)->reltimefloat() call assert_inrange(0.09, 0.300, elapsed) + delfunc Waitabit bwipe! endfunc *** ../vim-8.2.5146/src/version.c 2022-06-21 22:15:22.154504496 +0100 --- src/version.c 2022-06-21 22:35:10.127204843 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5147, /**/ -- The acknowledged parents of reengineering are Michael Hammer and James Champy. When I say they're the "parents" I don't mean they had sex - and I apologize for making you think about it. I mean they wrote the best-selling business book _Reengineering the Corporation_, which was published in 1993. Businesses flocked to reengineering like frat boys to a drunken cheerleader. (This analogy wasn't necessary, but I'm trying to get my mind off that Hammer and Champy thing.) (Scott Adams - The Dilbert principle) /// 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 ///