<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/errors.h, branch v8.2.1882</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.1867: Vim9: argument to add() not checked for blob</title>
<updated>2020-10-19T18:45:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-19T18:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=80b0e5ea1132d1d7cf78c77bc14c686c836a0d25'/>
<id>80b0e5ea1132d1d7cf78c77bc14c686c836a0d25</id>
<content type='text'>
Problem:    Vim9: argument to add() not checked for blob.
Solution:   Add the BLOBAPPEND instruction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: argument to add() not checked for blob.
Solution:   Add the BLOBAPPEND instruction.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1865: Vim9: add() does not check type of argument</title>
<updated>2020-10-19T17:02:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-19T17:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1dcae59957301b6b19aef49af648715f911a1378'/>
<id>1dcae59957301b6b19aef49af648715f911a1378</id>
<content type='text'>
Problem:    Vim9: add() does not check type of argument.
Solution:   Inline the add() call. (closes #7160)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: add() does not check type of argument.
Solution:   Inline the add() call. (closes #7160)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1855: Vim9: get error message when nothing is wrong</title>
<updated>2020-10-16T21:16:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-16T21:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e13bdec6b90b3a0fce4f021e3ee986e731cea3b5'/>
<id>e13bdec6b90b3a0fce4f021e3ee986e731cea3b5</id>
<content type='text'>
Problem:    Vim9: get error message when nothing is wrong.
Solution:   Check called_emsg instead of did_emsg. (closes #7143)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: get error message when nothing is wrong.
Solution:   Check called_emsg instead of did_emsg. (closes #7143)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1854: Vim9: crash when throwing exception for NULL string</title>
<updated>2020-10-16T18:25:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-16T18:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1e021e63c565bbb30783a557b4e883cc27f56403'/>
<id>1e021e63c565bbb30783a557b4e883cc27f56403</id>
<content type='text'>
Problem:    Vim9: crash when throwing exception for NULL string. (Dhiraj
            Mishra)
Solution:   Handle NULL string like empty string. (closes #7139)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: crash when throwing exception for NULL string. (Dhiraj
            Mishra)
Solution:   Handle NULL string like empty string. (closes #7139)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1826: Vim9: cannot use a {} block at script level</title>
<updated>2020-10-10T19:33:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-10T19:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9becdf2b98e56d5eb193f3413d706ea433269216'/>
<id>9becdf2b98e56d5eb193f3413d706ea433269216</id>
<content type='text'>
Problem:    Vim9: cannot use a {} block at script level.
Solution:   Recognize a {} block.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot use a {} block at script level.
Solution:   Recognize a {} block.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1789: Vim9: crash with invalid list constant</title>
<updated>2020-10-03T11:41:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-03T11:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c1f0066b642fb62e37b300033223ff3ee4aafcd6'/>
<id>c1f0066b642fb62e37b300033223ff3ee4aafcd6</id>
<content type='text'>
Problem:    Vim9: crash with invalid list constant. (Dhiraj Mishra)
Solution:   Return FAIL when compiling the list fails. (closes #7066)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: crash with invalid list constant. (Dhiraj Mishra)
Solution:   Return FAIL when compiling the list fails. (closes #7066)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1756: Vim9: :let will soon be disallowed</title>
<updated>2020-09-27T13:19:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-27T13:19:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cfcd011fcd8021da52fba62dabf7a2497f1879b7'/>
<id>cfcd011fcd8021da52fba62dabf7a2497f1879b7</id>
<content type='text'>
Problem:    Vim9: :let will soon be disallowed.
Solution:   Add v:disallow_let temporarily.  Fix tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: :let will soon be disallowed.
Solution:   Add v:disallow_let temporarily.  Fix tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1744: Vim9: using ":const!" is weird</title>
<updated>2020-09-26T13:09:30+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-26T13:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=30fd8204cecb317d842b964d624d492088d6d15f'/>
<id>30fd8204cecb317d842b964d624d492088d6d15f</id>
<content type='text'>
Problem:    Vim9: using ":const!" is weird.
Solution:   Use "var" - "final" - "const" like Dart.  "let" still works for
            now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: using ":const!" is weird.
Solution:   Use "var" - "final" - "const" like Dart.  "let" still works for
            now.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1719: Vim9: no error if comma is missing in between arguments</title>
<updated>2020-09-20T20:43:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-20T20:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=10e4f12bf4cd08328618bbf4e57a15435296e586'/>
<id>10e4f12bf4cd08328618bbf4e57a15435296e586</id>
<content type='text'>
Problem:    Vim9: no error if comma is missing in between arguments.
Solution:   Give an error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no error if comma is missing in between arguments.
Solution:   Give an error message.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1699: build failure due to missing error message</title>
<updated>2020-09-16T19:41:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-16T19:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=916911f598718bc76bc6b87ed703d2805fa49c53'/>
<id>916911f598718bc76bc6b87ed703d2805fa49c53</id>
<content type='text'>
Problem:    Build failure due to missing error message.
Solution:   Add error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Build failure due to missing error message.
Solution:   Add error message.
</pre>
</div>
</content>
</entry>
</feed>
