<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/Makefile, branch master</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.1486: parallel make might not work</title>
<updated>2023-04-24T21:41:53+00:00</updated>
<author>
<name>Samuel Dionne-Riel</name>
<email>samuel@dionne-riel.com</email>
</author>
<published>2023-04-24T21:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cfc788c38848adcd54e4130f16f2813cd1e215dd'/>
<id>cfc788c38848adcd54e4130f16f2813cd1e215dd</id>
<content type='text'>
Problem:    Parallel make might not work.
Solution:   Add missing dependencies. (Samuel Dionne-Riel, closes #12288)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Parallel make might not work.
Solution:   Add missing dependencies. (Samuel Dionne-Riel, closes #12288)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1001: classes are not documented or implemented yet</title>
<updated>2022-12-04T20:13:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-12-04T20:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c1c365c1ca4881488c4fc419b4d5e579b89ef2ed'/>
<id>c1c365c1ca4881488c4fc419b4d5e579b89ef2ed</id>
<content type='text'>
Problem:    Classes are not documented or implemented yet.
Solution:   Make the first steps at documenting Vim9 objects, classes and
            interfaces.  Make initial choices for the syntax.  Add a skeleton
            implementation.  Add "public" and "this" in the command table.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Classes are not documented or implemented yet.
Solution:   Make the first steps at documenting Vim9 objects, classes and
            interfaces.  Make initial choices for the syntax.  Add a skeleton
            implementation.  Add "public" and "this" in the command table.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0977: it is not easy to see what client-server commands are doing</title>
<updated>2022-11-30T18:12:19+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-30T18:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4c5678ff0c376661d4a8183a5a074a1203413b9d'/>
<id>4c5678ff0c376661d4a8183a5a074a1203413b9d</id>
<content type='text'>
Problem:    It is not easy to see what client-server commands are doing.
Solution:   Add channel log messages if ch_log() is available.  Move the
            channel logging and make it available with the +eval feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    It is not easy to see what client-server commands are doing.
Solution:   Add channel log messages if ch_log() is available.  Move the
            channel logging and make it available with the +eval feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0904: various comment and indent flaws</title>
<updated>2022-11-18T22:14:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-18T22:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=88456cd3c49a3dd1fda17cf350daa9b8216b1aa6'/>
<id>88456cd3c49a3dd1fda17cf350daa9b8216b1aa6</id>
<content type='text'>
Problem:    Various comment and indent flaws.
Solution:   Improve comments and indenting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various comment and indent flaws.
Solution:   Improve comments and indenting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert unintended Makefile change</title>
<updated>2022-10-28T15:47:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-28T15:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f0b567e32a462fe838170a202919d18b53eff987'/>
<id>f0b567e32a462fe838170a202919d18b53eff987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0817</title>
<updated>2022-10-22T10:25:19+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-22T10:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fb0cf2357e0c85bbfd9f9178705ad8d77b6b3b4e'/>
<id>fb0cf2357e0c85bbfd9f9178705ad8d77b6b3b4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0700: there is no real need for a "big" build</title>
<updated>2022-10-08T18:26:41+00:00</updated>
<author>
<name>Martin Tournoij</name>
<email>martin@arp242.net</email>
</author>
<published>2022-10-08T18:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=25f3a146a0e4c731b8608f4cfbbfdf7a71b2d05e'/>
<id>25f3a146a0e4c731b8608f4cfbbfdf7a71b2d05e</id>
<content type='text'>
Problem:    There is no real need for a "big" build.
Solution:   Move common features to "normal" build, less often used features
            to the "huge" build. (Martin Tournoij, closes #11283)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There is no real need for a "big" build.
Solution:   Move common features to "normal" build, less often used features
            to the "huge" build. (Martin Tournoij, closes #11283)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0657: too many #ifdefs</title>
<updated>2022-10-04T15:28:45+00:00</updated>
<author>
<name>Martin Tournoij</name>
<email>martin@arp242.net</email>
</author>
<published>2022-10-04T15:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7904fa420eb577274c4c3711295240100167d495'/>
<id>7904fa420eb577274c4c3711295240100167d495</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate the +cmdwin feature.  Now the tiny and small builds are
            equal, drop the small build.  (Martin Tournoij, closes #11268)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate the +cmdwin feature.  Now the tiny and small builds are
            equal, drop the small build.  (Martin Tournoij, closes #11268)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0594: Makefile error message causes a shell error</title>
<updated>2022-09-26T15:02:48+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-09-26T15:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2cb4a89797477fc90c9d84b0d45e869369e39c75'/>
<id>2cb4a89797477fc90c9d84b0d45e869369e39c75</id>
<content type='text'>
Problem:    Makefile error message causes a shell error.
Solution:   Put the message in single quotes. (closes #11232)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Makefile error message causes a shell error.
Solution:   Put the message in single quotes. (closes #11232)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0477: missing dependency may cause crashes on incomplete build</title>
<updated>2022-09-16T11:28:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-16T11:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3e8b7a6056986caf561f1b6168af7837919df9b9'/>
<id>3e8b7a6056986caf561f1b6168af7837919df9b9</id>
<content type='text'>
Problem:    Missing dependency may cause crashes on incomplete build.
Solution:   Add dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Missing dependency may cause crashes on incomplete build.
Solution:   Add dependency.
</pre>
</div>
</content>
</entry>
</feed>
