|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.347
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.347
|
|
|
073263 |
Problem: test55 fails on some systems.
|
|
|
073263 |
Solution: Remove the elements that all result in zero and can end up in an
|
|
|
073263 |
arbitrary position.
|
|
|
073263 |
Files: src/testdir/test55.in, src/testdir/test55.ok
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.346/src/testdir/test55.in 2014-06-25 17:31:04.942737863 +0200
|
|
|
073263 |
--- src/testdir/test55.in 2014-06-26 22:25:33.078674909 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 332,339 ****
|
|
|
073263 |
:$put =string(reverse(sort(l)))
|
|
|
073263 |
:$put =string(sort(reverse(sort(l))))
|
|
|
073263 |
:$put =string(uniq(sort(l)))
|
|
|
073263 |
! :let l=[7, 9, 18, 12, 22, 10.0e-16, -1, 0xff, 0, -0, 0.22, 'foo', 'FOOBAR',{}, []]
|
|
|
073263 |
:$put =string(sort(copy(l), 'n'))
|
|
|
073263 |
:$put =string(sort(copy(l), 1))
|
|
|
073263 |
:$put =string(sort(copy(l), 'i'))
|
|
|
073263 |
:$put =string(sort(copy(l)))
|
|
|
073263 |
--- 332,340 ----
|
|
|
073263 |
:$put =string(reverse(sort(l)))
|
|
|
073263 |
:$put =string(sort(reverse(sort(l))))
|
|
|
073263 |
:$put =string(uniq(sort(l)))
|
|
|
073263 |
! :let l=[7, 9, 18, 12, 22, 10.0e-16, -1, 0xff, 0.22, 'foo']
|
|
|
073263 |
:$put =string(sort(copy(l), 'n'))
|
|
|
073263 |
+ :let l=[7, 9, 18, 12, 22, 10.0e-16, -1, 0xff, 0, -0, 0.22, 'foo', 'FOOBAR',{}, []]
|
|
|
073263 |
:$put =string(sort(copy(l), 1))
|
|
|
073263 |
:$put =string(sort(copy(l), 'i'))
|
|
|
073263 |
:$put =string(sort(copy(l)))
|
|
|
073263 |
*** ../vim-7.4.346/src/testdir/test55.ok 2014-06-25 17:31:04.942737863 +0200
|
|
|
073263 |
--- src/testdir/test55.ok 2014-06-26 22:26:38.662677390 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 101,107 ****
|
|
|
073263 |
[[0, 1, 2], [0, 1, 2], 4, 2, 2, 1.5, 'xaaa', 'x8', 'foo6', 'foo', 'foo', 'A11', '-0']
|
|
|
073263 |
['-0', 'A11', 'foo', 'foo', 'foo6', 'x8', 'xaaa', 1.5, 2, 2, 4, [0, 1, 2], [0, 1, 2]]
|
|
|
073263 |
['-0', 'A11', 'foo', 'foo6', 'x8', 'xaaa', 1.5, 2, 4, [0, 1, 2]]
|
|
|
073263 |
! [-1, 0, 0, 'foo', 'FOOBAR', {}, [], 1.0e-15, 0.22, 7, 9, 12, 18, 22, 255]
|
|
|
073263 |
['foo', 'FOOBAR', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
|
|
|
073263 |
['foo', 'FOOBAR', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
|
|
|
073263 |
['FOOBAR', 'foo', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
|
|
|
073263 |
--- 101,107 ----
|
|
|
073263 |
[[0, 1, 2], [0, 1, 2], 4, 2, 2, 1.5, 'xaaa', 'x8', 'foo6', 'foo', 'foo', 'A11', '-0']
|
|
|
073263 |
['-0', 'A11', 'foo', 'foo', 'foo6', 'x8', 'xaaa', 1.5, 2, 2, 4, [0, 1, 2], [0, 1, 2]]
|
|
|
073263 |
['-0', 'A11', 'foo', 'foo6', 'x8', 'xaaa', 1.5, 2, 4, [0, 1, 2]]
|
|
|
073263 |
! [-1, 'foo', 1.0e-15, 0.22, 7, 9, 12, 18, 22, 255]
|
|
|
073263 |
['foo', 'FOOBAR', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
|
|
|
073263 |
['foo', 'FOOBAR', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
|
|
|
073263 |
['FOOBAR', 'foo', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
|
|
|
073263 |
*** ../vim-7.4.346/src/version.c 2014-06-26 21:24:53.134537205 +0200
|
|
|
073263 |
--- src/version.c 2014-06-26 22:28:15.402681050 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 736,737 ****
|
|
|
073263 |
--- 736,739 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 347,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
Witches prefer brooms: vacuum-cleaners need extension cords!
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|