<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_method.vim, branch v8.2.3176</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.2855: white space after "-&gt;" does not give E274</title>
<updated>2021-05-15T18:06:58+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-05-15T18:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0820f4de5872bfbdc25bf6cba6ec5646dbcec156'/>
<id>0820f4de5872bfbdc25bf6cba6ec5646dbcec156</id>
<content type='text'>
Problem:    White space after "-&gt;" does not give E274.
Solution:   Do not skip white space in legacy script. (closes #8212)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    White space after "-&gt;" does not give E274.
Solution:   Do not skip white space in legacy script. (closes #8212)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2398: method test fails</title>
<updated>2021-01-23T14:27:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-23T14:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=40be52ba71b9d6a7f586b1e77db8e827ff4c0c42'/>
<id>40be52ba71b9d6a7f586b1e77db8e827ff4c0c42</id>
<content type='text'>
Problem:    Method test fails.
Solution:   Adjust test for allowed white space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Method test fails.
Solution:   Adjust test for allowed white space.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1183: assert_fails() checks the last error message</title>
<updated>2020-07-11T20:14:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-11T20:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9b7bf9e98f06ece595fed7a3ff53ecce89797a53'/>
<id>9b7bf9e98f06ece595fed7a3ff53ecce89797a53</id>
<content type='text'>
Problem:    assert_fails() checks the last error message.
Solution:   Check the first error, it is more relevant.  Fix all the tests
            that rely on the old behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    assert_fails() checks the last error message.
Solution:   Check the first error, it is more relevant.  Fix all the tests
            that rely on the old behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0450: not enough testing for restricted mode and function calls</title>
<updated>2020-03-26T13:11:58+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-03-26T13:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7d941ee032c02a4b682201881eb5c1f1958f17ee'/>
<id>7d941ee032c02a4b682201881eb5c1f1958f17ee</id>
<content type='text'>
Problem:    Not enough testing for restricted mode and function calls.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5847)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough testing for restricted mode and function calls.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5847)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0418: code in eval.c not sufficiently covered by tests</title>
<updated>2020-03-20T17:20:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-03-20T17:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8b633135106dda8605463b780573c45b00c22afe'/>
<id>8b633135106dda8605463b780573c45b00c22afe</id>
<content type='text'>
Problem:    Code in eval.c not sufficiently covered by tests.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5815)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code in eval.c not sufficiently covered by tests.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5815)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0155: warnings from MinGW compiler; tests fail without +float</title>
<updated>2020-01-26T20:42:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-26T20:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a5d5953d59730d9bf9c00a727c4aeb56f6ffc944'/>
<id>a5d5953d59730d9bf9c00a727c4aeb56f6ffc944</id>
<content type='text'>
Problem:    Warnings from MinGW compiler. (John Marriott) Json test fails when
            building without +float feature.
Solution:   Init variables. Fix Json parsing. Skip a few tests that require
            the +float feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Warnings from MinGW compiler. (John Marriott) Json test fails when
            building without +float feature.
Solution:   Init variables. Fix Json parsing. Skip a few tests that require
            the +float feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2107: various memory leaks reported by asan</title>
<updated>2019-10-01T15:02:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-10-01T15:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8617348e2110c2c8387ea448a6258f1effa8d249'/>
<id>8617348e2110c2c8387ea448a6258f1effa8d249</id>
<content type='text'>
Problem:    Various memory leaks reported by asan.
Solution:   Free the memory. (Ozaki Kiichi, closes #5003)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various memory leaks reported by asan.
Solution:   Free the memory. (Ozaki Kiichi, closes #5003)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1915: more functions can be used as methods</title>
<updated>2019-08-23T20:31:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-08-23T20:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1a3a89168d61c2fed91cbca812cf1c6983901b79'/>
<id>1a3a89168d61c2fed91cbca812cf1c6983901b79</id>
<content type='text'>
Problem:    More functions can be used as methods.
Solution:   Make various 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 various functions usable as a method.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1878: negative float before method not parsed correctly</title>
<updated>2019-08-17T19:04:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-08-17T19:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9cfe8f6e68de4bfb5942d84f4465de914a747b3f'/>
<id>9cfe8f6e68de4bfb5942d84f4465de914a747b3f</id>
<content type='text'>
Problem:    Negative float before method not parsed correctly.
Solution:   Apply "!" and "-" in front of expression before using -&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Negative float before method not parsed correctly.
Solution:   Apply "!" and "-" in front of expression before using -&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1863: confusing error when using a builtin function as method</title>
<updated>2019-08-16T20:22:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-08-16T20:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9174639a82799011cfa0013cbc4c4709b3833bf0'/>
<id>9174639a82799011cfa0013cbc4c4709b3833bf0</id>
<content type='text'>
Problem:    Confusing error when using a builtin function as method while it
            does not support that.
Solution:   Add a specific error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Confusing error when using a builtin function as method while it
            does not support that.
Solution:   Add a specific error message.
</pre>
</div>
</content>
</entry>
</feed>
