Yasuhiro Matsumoto wrote: > On Sunday, March 13, 2016 at 10:47:32 PM UTC+9, Bram Moolenaar wrote: > > AppVeyor wrote: > > > > > Build vim 871 failed > > > > For unknown reasons the "diff" program has gone missing, causing all > > tests to fail: > > > > 'diff' is not recognized as an internal or external command, > > operable program or batch file. > > As you know, windows environment doesn't have diff.exe . Some tests are still > separated with test_xxx.in and test_xxx.ok, test_xxx.out. So that: > > 1. download diff.exe from vim.org or somewhere? > 2. or, convert all of tests using in/out/ok into tests using assert_xxx? > 3. or, use vim-diff that implementation of diff on vim script? > https://github.com/ynkdir/vim-diff > > How do you prefer?
The thing is that yesterday it was still working. I don't know what changed. Preferably we use a diff program, so that we can see how the test failed. -- To define recursion, we must first define recursion. /// 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.
