<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_expr.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.2886: various pieces of code not covered by tests</title>
<updated>2021-05-25T18:14:00+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-05-25T18:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=34fcb697240c1bc9e69417ed75db3b1a83479724'/>
<id>34fcb697240c1bc9e69417ed75db3b1a83479724</id>
<content type='text'>
Problem:    Various pieces of code not covered by tests.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8255)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various pieces of code not covered by tests.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8255)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2060: check for features implemented with "if"</title>
<updated>2020-11-27T18:13:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-11-27T18:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=aeb313f355cd67638e3c611354ce401d86f56afe'/>
<id>aeb313f355cd67638e3c611354ce401d86f56afe</id>
<content type='text'>
Problem:    Check for features implemented with "if".
Solution:   Use the Check commands. (Ken Takata, closes #7383)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Check for features implemented with "if".
Solution:   Use the Check commands. (Ken Takata, closes #7383)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1798: Vim9: trinary operator condition is too permissive</title>
<updated>2020-10-04T14:06:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-04T14:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1310660557470a669cc64b359e20666b116e5dbd'/>
<id>1310660557470a669cc64b359e20666b116e5dbd</id>
<content type='text'>
Problem:    Vim9: trinary operator condition is too permissive.
Solution:   Use tv_get_bool_chk().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: trinary operator condition is too permissive.
Solution:   Use tv_get_bool_chk().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1794: no falsy Coalescing operator</title>
<updated>2020-10-03T18:17:30+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-03T18:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=92f26c256e06277ff2ec4ce7adea1eb58c85abe0'/>
<id>92f26c256e06277ff2ec4ce7adea1eb58c85abe0</id>
<content type='text'>
Problem:    No falsy Coalescing operator.
Solution:   Add the "??" operator.  Fix mistake with function argument count.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No falsy Coalescing operator.
Solution:   Add the "??" operator.  Fix mistake with function argument count.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1378: cannot put space between function name and paren</title>
<updated>2020-08-06T09:23:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-06T09:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=bbd3e3c357487f7a5bdc704a819f63a7dd0dd66e'/>
<id>bbd3e3c357487f7a5bdc704a819f63a7dd0dd66e</id>
<content type='text'>
Problem:    Cannot put space between function name and paren.
Solution:   Allow this for backwards compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot put space between function name and paren.
Solution:   Allow this for backwards compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1361: error for white space after expression in assignment</title>
<updated>2020-08-04T13:53:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-04T13:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6a25026262e2cdbbd8738361c5bd6ebef8862d87'/>
<id>6a25026262e2cdbbd8738361c5bd6ebef8862d87</id>
<content type='text'>
Problem:    Error for white space after expression in assignment.
Solution:   Skip over white space. (closes #6617)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error for white space after expression in assignment.
Solution:   Skip over white space. (closes #6617)
</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.1067: expression "!expr-&gt;func()" does not work</title>
<updated>2020-06-27T11:11:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-27T11:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0b1cd52ff6bf690388f892be686a91721a082e55'/>
<id>0b1cd52ff6bf690388f892be686a91721a082e55</id>
<content type='text'>
Problem:    Expression "!expr-&gt;func()" does not work.
Solution:   Apply plus and minus earlier. (closes #6348)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Expression "!expr-&gt;func()" does not work.
Solution:   Apply plus and minus earlier. (closes #6348)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0644: insufficient testing for invalid function arguments</title>
<updated>2020-04-26T13:59:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-26T13:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=99fa721944dda9d07c53c907c33466728df5c271'/>
<id>99fa721944dda9d07c53c907c33466728df5c271</id>
<content type='text'>
Problem:    Insufficient testing for invalid function arguments.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5988)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient testing for invalid function arguments.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5988)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0634: crash with null partial and blob</title>
<updated>2020-04-25T13:24:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-25T13:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=92b83ccfda7a1d654ccaaf161a9c8a8e01fbcf76'/>
<id>92b83ccfda7a1d654ccaaf161a9c8a8e01fbcf76</id>
<content type='text'>
Problem:    Crash with null partial and blob.
Solution:   Check for NULL pointer.  Add more tests. (Yegappan Lakshmanan,
            closes #5984)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash with null partial and blob.
Solution:   Check for NULL pointer.  Add more tests. (Yegappan Lakshmanan,
            closes #5984)
</pre>
</div>
</content>
</entry>
</feed>
