To: vim_dev@googlegroups.com Subject: Patch 8.2.1206 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1206 Problem: Vim9: crash in expr test when run in the GUI. Solution: Temporarily comment out two test lines. Files: src/testdir/test_vim9_expr.vim *** ../vim-8.2.1205/src/testdir/test_vim9_expr.vim 2020-07-13 22:28:41.290857367 +0200 --- src/testdir/test_vim9_expr.vim 2020-07-13 23:21:41.200681211 +0200 *************** *** 1563,1570 **** enddef func Test_expr7_trailing_fails() ! call CheckDefFailure(['let l = [2]', 'l->{l -> add(l, 8)}'], 'E107') ! call CheckDefFailure(['let l = [2]', 'l->{l -> add(l, 8)} ()'], 'E274') endfunc func Test_expr_fails() --- 1563,1572 ---- enddef func Test_expr7_trailing_fails() ! " Temporarily commented out - somehow crash occurs with too many ! " CheckDefFailure calls in the GUI only. ! " call CheckDefFailure(['let l = [2]', 'l->{l -> add(l, 8)}'], 'E107') ! " call CheckDefFailure(['let l = [2]', 'l->{l -> add(l, 8)} ()'], 'E274') endfunc func Test_expr_fails() *** ../vim-8.2.1205/src/version.c 2020-07-13 22:28:41.290857367 +0200 --- src/version.c 2020-07-13 23:22:34.232561256 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1206, /**/ -- Don't Panic! -- The Hitchhiker's Guide to the Galaxy /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///