<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/vim9.vim, branch v8.2.3176</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.3045: minor typos</title>
<updated>2021-06-24T17:55:27+00:00</updated>
<author>
<name>Christian Brabandt</name>
<email>cb@256bit.org</email>
</author>
<published>2021-06-24T17:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=98703d7f6c9a0ef9e54cb291a92342b9f96db732'/>
<id>98703d7f6c9a0ef9e54cb291a92342b9f96db732</id>
<content type='text'>
Problem:    Minor typos.
Solution:   Fix the typos. (Christian Brabandt, closes #8441)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Minor typos.
Solution:   Fix the typos. (Christian Brabandt, closes #8441)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2765: Vim9: not all blob operations work</title>
<updated>2021-04-14T18:35:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-14T18:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0e3ff1919603ee4c4a347fdf761dbdbdeb068015'/>
<id>0e3ff1919603ee4c4a347fdf761dbdbdeb068015</id>
<content type='text'>
Problem:    Vim9: not all blob operations work.
Solution:   Run more tests also with Vim9 script and :def functions.  Fix what
            doesn't work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: not all blob operations work.
Solution:   Run more tests also with Vim9 script and :def functions.  Fix what
            doesn't work.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate</title>
<updated>2021-04-12T19:21:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-12T19:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=68452177ca4cda4a9d5f93892e437447cf9404c8'/>
<id>68452177ca4cda4a9d5f93892e437447cf9404c8</id>
<content type='text'>
Problem:    Vim9: blob tests for legacy and Vim9 script are separate.
Solution:   Add CheckLegacyAndVim9Success().  Make blob index assign work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: blob tests for legacy and Vim9 script are separate.
Solution:   Add CheckLegacyAndVim9Success().  Make blob index assign work.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2710: Vim9: not all tests cover script and :def function</title>
<updated>2021-04-04T18:49:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-04T18:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=90193e6140e5e7f1945e3e144a95697b0e16237a'/>
<id>90193e6140e5e7f1945e3e144a95697b0e16237a</id>
<content type='text'>
Problem:    Vim9: not all tests cover script and :def function.
Solution:   Run tests in both if possible. Fix differences.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: not all tests cover script and :def function.
Solution:   Run tests in both if possible. Fix differences.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2381: Vim9: divide by zero does not abort expression execution</title>
<updated>2021-01-21T11:34:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-21T11:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c5f59fab23820454f060562927ddc1397f9d479a'/>
<id>c5f59fab23820454f060562927ddc1397f9d479a</id>
<content type='text'>
Problem:    Vim9: divide by zero does not abort expression execution.
Solution:   Use a "failed" flag. (issue #7704)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: divide by zero does not abort expression execution.
Solution:   Use a "failed" flag. (issue #7704)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2169: Vim9: test leaves file behind</title>
<updated>2020-12-20T14:43:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-20T14:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=090728ad4d54287c911894ef42bfe92844ce0fa5'/>
<id>090728ad4d54287c911894ef42bfe92844ce0fa5</id>
<content type='text'>
Problem:    Vim9: test leaves file behind.
Solution:   Rename script files. (Dominique Pellé, closes #7511)
            Use try/finally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: test leaves file behind.
Solution:   Rename script files. (Dominique Pellé, closes #7511)
            Use try/finally.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2092: Vim9: unpredictable errors for script tests</title>
<updated>2020-12-05T12:41:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-05T12:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2d870f8d9ebad22d32799d0d0ee30943d0a0e49d'/>
<id>2d870f8d9ebad22d32799d0d0ee30943d0a0e49d</id>
<content type='text'>
Problem:    Vim9: unpredictable errors for script tests.
Solution:   Use a different script file name for each run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: unpredictable errors for script tests.
Solution:   Use a different script file name for each run.
</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.1644: Vim9: cannot assign 1 and 0 to bool at script level</title>
<updated>2020-09-09T16:54:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-09T16:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ba7c0d7b4ce03336b4aebe1959c1a8342fa6dbd4'/>
<id>ba7c0d7b4ce03336b4aebe1959c1a8342fa6dbd4</id>
<content type='text'>
Problem:    Vim9: cannot assign 1 and 0 to bool at script level.
Solution:   Add the TTFLAG_BOOL_OK flag to the type. Fix name of test
            function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot assign 1 and 0 to bool at script level.
Solution:   Add the TTFLAG_BOOL_OK flag to the type. Fix name of test
            function.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1518: Vim9: cannot assign to local option</title>
<updated>2020-08-23T17:34:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-23T17:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2e80095501238e0c6b702ac7cdfa2e2b763dba28'/>
<id>2e80095501238e0c6b702ac7cdfa2e2b763dba28</id>
<content type='text'>
Problem:    Vim9: cannot assign to local option.
Solution:   Skip over "&amp;l:" and "&amp;g:". (closes #6749)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot assign to local option.
Solution:   Skip over "&amp;l:" and "&amp;g:". (closes #6749)
</pre>
</div>
</content>
</entry>
</feed>
