<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/if_python3.c, branch v9.0.1237</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 9.0.1234: the code style has to be checked manually</title>
<updated>2023-01-22T21:14:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-22T21:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ebfec1c531f32d424bb2aca6e7391ef3bfcbfe20'/>
<id>ebfec1c531f32d424bb2aca6e7391ef3bfcbfe20</id>
<content type='text'>
Problem:    The code style has to be checked manually.
Solution:   Add basic code style checks in a test.  Fix or avoid uncovered
            problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The code style has to be checked manually.
Solution:   Add basic code style checks in a test.  Fix or avoid uncovered
            problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1183: code is indented more than necessary</title>
<updated>2023-01-12T12:33:30+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-01-12T12:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0233bdfa2b487c392dc4fd1a29113e08fbace334'/>
<id>0233bdfa2b487c392dc4fd1a29113e08fbace334</id>
<content type='text'>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11805)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11805)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1102: complicated use of #ifdef</title>
<updated>2022-12-26T14:46:51+00:00</updated>
<author>
<name>K.Takata</name>
<email>kentkt@csc.jp</email>
</author>
<published>2022-12-26T14:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a7fbaa43b7dbea55b2a48093f68abf819bc71682'/>
<id>a7fbaa43b7dbea55b2a48093f68abf819bc71682</id>
<content type='text'>
Problem:    Complicated use of #ifdef.
Solution:   Simplify #ifdef use. (Ken Takata, closes #11745)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Complicated use of #ifdef.
Solution:   Simplify #ifdef use. (Ken Takata, closes #11745)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0880: preprocessor indenting is off</title>
<updated>2022-11-14T15:31:07+00:00</updated>
<author>
<name>K.Takata</name>
<email>kentkt@csc.jp</email>
</author>
<published>2022-11-14T15:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=161b6ac04f257ab17779e9ba6f5b3e3e15d2a0fd'/>
<id>161b6ac04f257ab17779e9ba6f5b3e3e15d2a0fd</id>
<content type='text'>
Problem:    Preprocessor indenting is off.
Solution:   Adjust preprocessor indentation. (Ken Takata, closes #11546)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Preprocessor indenting is off.
Solution:   Adjust preprocessor indentation. (Ken Takata, closes #11546)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0832: deprecation warning causes build failure</title>
<updated>2022-11-05T14:05:31+00:00</updated>
<author>
<name>Philip H</name>
<email>47042125+pheiduck@users.noreply.github.com</email>
</author>
<published>2022-11-05T14:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5a5f17f9b3fa14c36a7d6c96ac55acaddb6247e1'/>
<id>5a5f17f9b3fa14c36a7d6c96ac55acaddb6247e1</id>
<content type='text'>
Problem:    Deprecation warning causes build failure.
Solution:   Suppress deprecation warning. (closes #11503)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Deprecation warning causes build failure.
Solution:   Suppress deprecation warning. (closes #11503)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0831: compiler warning for redefining HAVE_DUP</title>
<updated>2022-11-04T22:38:11+00:00</updated>
<author>
<name>ichizok</name>
<email>gclient.gaap@gmail.com</email>
</author>
<published>2022-11-04T22:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6c3d3e69047438ff5b7f58d44fe66af9e2c4212b'/>
<id>6c3d3e69047438ff5b7f58d44fe66af9e2c4212b</id>
<content type='text'>
Problem:    Compiler warning for redefining HAVE_DUP.
Solution:   Undefine HAVE_DUP if needed. (Ozaki Kiichi, closes #11484)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warning for redefining HAVE_DUP.
Solution:   Undefine HAVE_DUP if needed. (Ozaki Kiichi, closes #11484)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.5168: cannot build with Python 3.11</title>
<updated>2022-06-27T12:59:00+00:00</updated>
<author>
<name>Zdenek Dohnal</name>
<email>zdohnal@redhat.com</email>
</author>
<published>2022-06-27T12:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fee511c1d39ecd155e27545cf70aeaa99d31b215'/>
<id>fee511c1d39ecd155e27545cf70aeaa99d31b215</id>
<content type='text'>
Problem:    Cannot build with Python 3.11.
Solution:   Adjust define for _PyObject_TypeCheck. (Zdenek Dohnal,
            closes #10627)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot build with Python 3.11.
Solution:   Adjust define for _PyObject_TypeCheck. (Zdenek Dohnal,
            closes #10627)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails</title>
<updated>2022-02-07T13:54:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-02-07T13:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=63ff72aab91679725077eab5c5405267792268bd'/>
<id>63ff72aab91679725077eab5c5405267792268bd</id>
<content type='text'>
Problem:    MS-Windows: Vim exits when Python 3 initialisation fails.
Solution:   Hook into the exit() function to recover from the failure.
            (Ken Takata, closes #9710)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: Vim exits when Python 3 initialisation fails.
Solution:   Hook into the exit() function to recover from the failure.
            (Ken Takata, closes #9710)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4010: error messages are spread out</title>
<updated>2022-01-05T17:49:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-05T17:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9d00e4a8146862c17ed429dc6b1b43349acb2b5f'/>
<id>9d00e4a8146862c17ed429dc6b1b43349acb2b5f</id>
<content type='text'>
Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3977: error messages are spread out</title>
<updated>2022-01-01T21:59:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-01T21:59:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9a846fbaa569b3690d70606f2a86e97f77a05496'/>
<id>9a846fbaa569b3690d70606f2a86e97f77a05496</id>
<content type='text'>
Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
</pre>
</div>
</content>
</entry>
</feed>
