Hirohito Higashi wrote: > 2016-5-25(Wed) 0:33:53 UTC+9 Bram Moolenaar: > > Patch 7.4.1838 > > Problem: Functions specifically for testing do not sort together. > > Solution: Rename garbagecollect_for_testing() to > > test_garbagecollect_now(). > > Add test_null_list(), test_null_dict(), etc. > > Files: src/eval.c, src/testdir/test_expr.vim, > > src/testdir/test_channel.vim, runtime/doc/eval.txt > [...] > > I found a fix leaks in the comment. > Please check an attached patch.
Thanks. > And, Is disable_char_avail_for_testing() not to rename? Yes, we should rename that one as well. > Also alloc_fail() :-) Yes. -- hundred-and-one symptoms of being an internet addict: 5. You find yourself brainstorming for new subjects to search. /// 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]. For more options, visit https://groups.google.com/d/optout.
