Dominique wrote:
> Bram Moolenaar wrote: > > > Patch 8.2.1933 > > Problem: Cannot sort using locale ordering. > > Solution: Add a flag for :sort and sort() to use the locale. (Dominique > > Pellé, closes #7237) > > Files: runtime/doc/change.txt, runtime/doc/eval.txt, src/ex_cmds.c, > > src/list.c, src/testdir/test_sort.vim > > Unfortunately, Test_sort_cmd() and Test_sort_strings() fail in CI on macOS. > > The ordering using strtoll() does not look correct. I don' know why. > Maybe it's the same issue as https://bugs.php.net/bug.php?id=48322 ? > > I don't have a mac to experiment. So I suggest to disable the tests for mac > (see attached patch) until someone can figure out why it fails. I had just made a patch that does that, similar to yours. MacOS is based on BSD, perhaps they do this slightly differently? -- hundred-and-one symptoms of being an internet addict: 173. You keep tracking down the email addresses of all your friends (even childhood friends). /// 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/202011011621.0A1GL2lq3260844%40masaka.moolenaar.net.
