Dominique wrote:
> > Patch 8.2.2646 > > Problem: Vim9: error for not using string doesn't mention argument. > > Solution: Add argument number. > > Files: src/filepath.c, src/typval.c, src/proto/typval.pro, > > src/errors.h, > > src/mbyte.c, src/testdir/test_vim9_builtin.vim > > CI for this change was hanging and we finally know in which test: > > https://github.com/vim/vim/runs/2170085482?check_suite_focus=true#step:14:3078 > > ...snip... > Executing Test_terminal_size() > Executing Test_terminal_special_chars() > Executing Test_terminal_split_quit() > Executing Test_terminal_statusline() > Executing Test_terminal_term_start_empty_command() > Executing Test_terminal_tmap() > Error: The action has timed out. Yes, now finally we can see the test function. I notice that Test_terminal_tmap() does not wait for the shell prompt, I'll add that. Most hangs were in test_terminal2.vim though. We'll have to see where if it happens again. -- Shift happens. -- Doppler /// Bram Moolenaar -- [email protected] -- 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 /// -- -- 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/202103231527.12NFR9TB2624003%40masaka.moolenaar.net.
