<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_vim9_expr.vim, 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.1868: Vim9: no error for missing space after comma in dict</title>
<updated>2020-10-19T19:45:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-19T19:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9a13e185e5de95b150555134b34030bd47c4e22b'/>
<id>9a13e185e5de95b150555134b34030bd47c4e22b</id>
<content type='text'>
Problem:    Vim9: no error for missing space after comma in dict.
Solution:   Check for white space. (closes #6672)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no error for missing space after comma in dict.
Solution:   Check for white space. (closes #6672)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1861: Vim9: no specific error when parsing lambda fails</title>
<updated>2020-10-18T16:03:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-18T16:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a2c026d0fd470d68d679616fddfc285cb4834412'/>
<id>a2c026d0fd470d68d679616fddfc285cb4834412</id>
<content type='text'>
Problem:    Vim9: no specific error when parsing lambda fails.
Solution:   Also give syntax errors when not evaluating. (closes #7154)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no specific error when parsing lambda fails.
Solution:   Also give syntax errors when not evaluating. (closes #7154)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1851: Vim9: "!" followed by space incorrectly used</title>
<updated>2020-10-15T19:54:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-15T19:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=27491cd3ef86c10a2b64bcb657f29e1d0fccb183'/>
<id>27491cd3ef86c10a2b64bcb657f29e1d0fccb183</id>
<content type='text'>
Problem:    Vim9: "!" followed by space incorrectly used.
Solution:   Skip over trailing spaces. (closes #7131)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: "!" followed by space incorrectly used.
Solution:   Skip over trailing spaces. (closes #7131)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1838: Vim9: cannot insert a comment line in an expression</title>
<updated>2020-10-11T19:34:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-11T19:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=93be1644db2848659b0610477968c83f53619da1'/>
<id>93be1644db2848659b0610477968c83f53619da1</id>
<content type='text'>
Problem:    Vim9: cannot insert a comment line in an expression.
Solution:   Skip comment lines at the script level. (closes #7111)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot insert a comment line in an expression.
Solution:   Skip comment lines at the script level. (closes #7111)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1802: Vim9: crash with unterminated dict</title>
<updated>2020-10-05T17:23:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-05T17:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=44aefffaad067886d266999cd17cf852b2a7e0b9'/>
<id>44aefffaad067886d266999cd17cf852b2a7e0b9</id>
<content type='text'>
Problem:    Vim9: crash with unterminated dict. (Dhiraj Mishra)
Solution:   Return empty string instead of NULL. (closes #7084)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: crash with unterminated dict. (Dhiraj Mishra)
Solution:   Return empty string instead of NULL. (closes #7084)
</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.1795: Vim9: operators &amp;&amp; and || have a confusing result</title>
<updated>2020-10-03T20:52:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-03T20:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2bb2658bef9fb25b320f87147261b7154494a86f'/>
<id>2bb2658bef9fb25b320f87147261b7154494a86f</id>
<content type='text'>
Problem:    Vim9: operators &amp;&amp; and || have a confusing result.
Solution:   Make the result a boolean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: operators &amp;&amp; and || have a confusing result.
Solution:   Make the result a boolean.
</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.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.1766: Vim9: Some tests are still using :let</title>
<updated>2020-09-27T20:47:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-27T20:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7a9cbca00a8ec53306f8a5852e332feb79091793'/>
<id>7a9cbca00a8ec53306f8a5852e332feb79091793</id>
<content type='text'>
Problem:    Vim9: Some tests are still using :let.
Solution:   Change the last few declarations to use :var.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: Some tests are still using :let.
Solution:   Change the last few declarations to use :var.
</pre>
</div>
</content>
</entry>
</feed>
