Christian Brabandt wrote: > Am 2016-06-26 16:44, schrieb Bram Moolenaar: > > Patch 7.4.1955 > > Problem: Using 32-bit Perl with 64-bit time_t causes memory > > corruption. > > (Christian Brabandt) > > Solution: Use time_T instead of time_t for global variables. (Ken > > Takata) > > Files: src/ex_cmds.c, src/globals.h, src/misc2.c, > > src/proto/ex_cmds.pro, > > src/proto/misc2.pro, src/structs.h, src/vim.h > > Thanks, this patch has finally made appveyor build successful 32bit > binaries again. > https://github.com/vim/vim-win32-installer/releases/tag/v7.4.1964
Glad to hear that. It appears the most common failure on AppVeyor is now that test 61 fails once in a while. The test is a bit flaky and that's hard to fix (the functionality actually depends on elapsed time). On Unix we run the test a second time when it fails. I did an attempt to retry the test on Win32 when it fails, but didn't manage to make it work. Now that we have test_settime() that would be another way to fix the test. Would also make it faster, we can remove the sleep. Anyone want to give that a try? -- hundred-and-one symptoms of being an internet addict: 149. You find your computer sexier than your girlfriend /// 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.
