<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_python3.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.2.1555: not all tests are executed on Github Actions</title>
<updated>2020-08-31T19:30:32+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-31T19:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=7d6979608ee83b06ccfab2589da3047b143defae'/>
<id>7d6979608ee83b06ccfab2589da3047b143defae</id>
<content type='text'>
Problem:    Not all tests are executed on Github Actions.
Solution:   Copy "src" to "src2" earlier. Recognize "src2" in a couple more
            places.  Add two tests to the list of flaky tests. (Ken Takata,
            closes #6798)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all tests are executed on Github Actions.
Solution:   Copy "src" to "src2" earlier. Recognize "src2" in a couple more
            places.  Add two tests to the list of flaky tests. (Ken Takata,
            closes #6798)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1538: Python: iteration over vim objects fails to keep reference</title>
<updated>2020-08-29T10:57:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-29T10:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=423a85a11a9d3d658906aea715fed7fe6aa83cd8'/>
<id>423a85a11a9d3d658906aea715fed7fe6aa83cd8</id>
<content type='text'>
Problem:    Python: iteration over vim objects fails to keep reference.
Solution:   Keep a reference for the object. (Paul Ollis, closes #6803,
            closes #6806)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: iteration over vim objects fails to keep reference.
Solution:   Keep a reference for the object. (Paul Ollis, closes #6803,
            closes #6806)
</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://trove.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.1151: insufficient test coverage for Python</title>
<updated>2020-07-07T18:50:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-07T18:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=0ab55d62012c1fb38c4b540a4233421820a59389'/>
<id>0ab55d62012c1fb38c4b540a4233421820a59389</id>
<content type='text'>
Problem:    Insufficient test coverage for Python.
Solution:   Add more test cases. (Yegappan Lakshmanan, closes #6415)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient test coverage for Python.
Solution:   Add more test cases. (Yegappan Lakshmanan, closes #6415)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1150: ml_get error when using Python</title>
<updated>2020-07-07T18:12:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-07T18:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=bb790dcc46b74e6f9a1c4126be8a575f9fe73444'/>
<id>bb790dcc46b74e6f9a1c4126be8a575f9fe73444</id>
<content type='text'>
Problem:    ml_get error when using Python. (Yegappan Lakshmanan)
Solution:   Check the line number is not out of range.  Call "Check" with
            "fromObj" instead of "from".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ml_get error when using Python. (Yegappan Lakshmanan)
Solution:   Check the line number is not out of range.  Call "Check" with
            "fromObj" instead of "from".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1146: not enough testing for Python</title>
<updated>2020-07-06T19:03:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-06T19:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=ab5894638413748fcedfe28691e6c27893924520'/>
<id>ab5894638413748fcedfe28691e6c27893924520</id>
<content type='text'>
Problem:    Not enough testing for Python.
Solution:   Add more tests.  Fix uncovered problems. (Yegappan Lakshmanan,
            closes #6392)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough testing for Python.
Solution:   Add more tests.  Fix uncovered problems. (Yegappan Lakshmanan,
            closes #6392)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1123: Python 3 test is old style</title>
<updated>2020-07-03T19:17:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-03T19:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=effb0cd75de647a2a0bf95cb26eaa2feee8068d9'/>
<id>effb0cd75de647a2a0bf95cb26eaa2feee8068d9</id>
<content type='text'>
Problem:    Python 3 test is old style.
Solution:   Turn into new style test. (Yegappan Lakshmanan, closes #6385)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python 3 test is old style.
Solution:   Turn into new style test. (Yegappan Lakshmanan, closes #6385)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0672: heredoc in scripts does not accept lower case marker</title>
<updated>2020-05-01T12:10:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-01T12:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=6ab0953fefe31fef91e40752a675ceb60fc2fe03'/>
<id>6ab0953fefe31fef91e40752a675ceb60fc2fe03</id>
<content type='text'>
Problem:    Heredoc in scripts does not accept lower case marker.
Solution:   Allow lower case only in non-Vim scripts. (Ken Takata,
            closes #6019)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Heredoc in scripts does not accept lower case marker.
Solution:   Allow lower case only in non-Vim scripts. (Ken Takata,
            closes #6019)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0578: heredoc for interfaces does not support "trim"</title>
<updated>2020-04-14T18:15:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-14T18:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=6c2b7b8055b96463f78abb70f58c4c6d6d4b9d55'/>
<id>6c2b7b8055b96463f78abb70f58c4c6d6d4b9d55</id>
<content type='text'>
Problem:    Heredoc for interfaces does not support "trim".
Solution:   Update the script heredoc support to be same as the :let command.
            (Yegappan Lakshmanan, closes #5916)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Heredoc for interfaces does not support "trim".
Solution:   Update the script heredoc support to be same as the :let command.
            (Yegappan Lakshmanan, closes #5916)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0551: not all code for options is tested</title>
<updated>2020-04-12T11:50:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-12T11:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=1363a30cef382b912bf092969e040333c5c293c6'/>
<id>1363a30cef382b912bf092969e040333c5c293c6</id>
<content type='text'>
Problem:    Not all code for options is tested.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5913)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all code for options is tested.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5913)
</pre>
</div>
</content>
</entry>
</feed>
