<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_float_func.vim, branch chrisbra-patch-1</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.1.1879: more functions can be used as methods</title>
<updated>2019-08-17T19:36:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-08-17T19:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=93cf85f9ef02931de3f8c8e536a137da0b48b7dc'/>
<id>93cf85f9ef02931de3f8c8e536a137da0b48b7dc</id>
<content type='text'>
Problem:    More functions can be used as methods.
Solution:   Make float functions usable as a method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    More functions can be used as methods.
Solution:   Make float functions usable as a method.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1544: some balloon tests don't run when they can</title>
<updated>2019-06-15T15:58:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-06-15T15:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=b46fecd3454399f8ebdc5055302e4bfc5a10f98b'/>
<id>b46fecd3454399f8ebdc5055302e4bfc5a10f98b</id>
<content type='text'>
Problem:    Some balloon tests don't run when they can.
Solution:   Split GUI balloon tests off into a separate file. (Ozaki Kiichi,
            closes #4538)  Change the feature check into a command for
            consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some balloon tests don't run when they can.
Solution:   Split GUI balloon tests off into a separate file. (Ozaki Kiichi,
            closes #4538)  Change the feature check into a command for
            consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1524: tests are silently skipped</title>
<updated>2019-06-13T20:19:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-06-13T20:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=b0f94c1ff34d27d33aa9f96204985ea29c2eb0a1'/>
<id>b0f94c1ff34d27d33aa9f96204985ea29c2eb0a1</id>
<content type='text'>
Problem:    Tests are silently skipped.
Solution:   Throw an exception for skipped tests in more places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tests are silently skipped.
Solution:   Throw an exception for skipped tests in more places.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1336: some eval functionality is not covered by tests</title>
<updated>2019-05-16T20:24:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-05-16T20:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=17aca707f92235b6f962e637e8073162d18e6de2'/>
<id>17aca707f92235b6f962e637e8073162d18e6de2</id>
<content type='text'>
Problem:    Some eval functionality is not covered by tests.
Solution:   Add a few more test cases. (Masato Nishihata, closes #4374)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some eval functionality is not covered by tests.
Solution:   Add a few more test cases. (Masato Nishihata, closes #4374)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1111: it is not easy to check for infinity</title>
<updated>2019-04-04T11:44:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-04T11:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=fda1bff39f89775b20a2d88ef3903656d52f66ad'/>
<id>fda1bff39f89775b20a2d88ef3903656d52f66ad</id>
<content type='text'>
Problem:    It is not easy to check for infinity.
Solution:   Add isinf(). (Ozaki Kiichi, closes #3787)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    It is not easy to check for infinity.
Solution:   Add isinf(). (Ozaki Kiichi, closes #3787)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0614: float2nr() is not exactly right</title>
<updated>2017-06-04T18:30:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-06-04T18:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=863e80b4451b5102b41bebf9ddca3a420de746fa'/>
<id>863e80b4451b5102b41bebf9ddca3a420de746fa</id>
<content type='text'>
Problem:    float2nr() is not exactly right.
Solution:   Make float2nr() more accurate.  Turn test64 into a new style test.
            (Hirohito Higashi, closes #1688)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    float2nr() is not exactly right.
Solution:   Make float2nr() more accurate.  Turn test64 into a new style test.
            (Hirohito Higashi, closes #1688)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0168: not all float functionality is tested</title>
<updated>2017-01-10T15:31:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-01-10T15:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=872004132f25cabe59352912889e042d6c7e6b4e'/>
<id>872004132f25cabe59352912889e042d6c7e6b4e</id>
<content type='text'>
Problem:    Still some float functionality is not covered by tests.
Solution:   Add more tests. (Dominique Pelle, closes #1364)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still some float functionality is not covered by tests.
Solution:   Add more tests. (Dominique Pelle, closes #1364)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0167: str2nr()/str2float() fail with negative values</title>
<updated>2017-01-10T15:12:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-01-10T15:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=08243d26d22ad44a857d02c90071578577b8a55d'/>
<id>08243d26d22ad44a857d02c90071578577b8a55d</id>
<content type='text'>
Problem:    str2nr() and str2float() do not always work with negative values.
Solution:   Be more flexible about handling signs. (LemonBoy, closes #1332)
            Add more tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    str2nr() and str2float() do not always work with negative values.
Solution:   Be more flexible about handling signs. (LemonBoy, closes #1332)
            Add more tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0158: float funcion test fails on MS-Windows</title>
<updated>2017-01-08T18:25:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-01-08T18:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=6247361101dcccc0c877e90ad67cd0cc83df7c68'/>
<id>6247361101dcccc0c877e90ad67cd0cc83df7c68</id>
<content type='text'>
Problem:    On MS-Windows some float functions return a different value when
            passed unusual values.  strtod() doesn't work for "inf" and "nan".
Solution:   Accept both results.  Fix str2float() for MS-Windows.  Also
            reorder assert function arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    On MS-Windows some float functions return a different value when
            passed unusual values.  strtod() doesn't work for "inf" and "nan".
Solution:   Accept both results.  Fix str2float() for MS-Windows.  Also
            reorder assert function arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0156: not enough test coverage for float functions</title>
<updated>2017-01-08T16:59:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-01-08T16:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=453b576ee5d32e9b8e6876712748ae01f9be68dd'/>
<id>453b576ee5d32e9b8e6876712748ae01f9be68dd</id>
<content type='text'>
Problem:    Several float functions are not covered by tests.
Solution:   Add float tests. (Dominique Pelle)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Several float functions are not covered by tests.
Solution:   Add float tests. (Dominique Pelle)
</pre>
</div>
</content>
</entry>
</feed>
