<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_vim9_func.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.3175: Vim9: using illegal pointer with nested lambdas.</title>
<updated>2021-07-18T11:42:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-07-18T11:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c6ba2f9dde6d01c8ab356c239c2259f7d83652a4'/>
<id>c6ba2f9dde6d01c8ab356c239c2259f7d83652a4</id>
<content type='text'>
Problem:    Vim9: using illegal pointer with inline function inside a lambda.
Solution:   Clear eval_tofree_cmdline when advancing to the next line.
            (closes #8578)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: using illegal pointer with inline function inside a lambda.
Solution:   Clear eval_tofree_cmdline when advancing to the next line.
            (closes #8578)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3169: Vim9: cannot handle nested inline function</title>
<updated>2021-07-15T20:03:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-07-15T20:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5245beb37cb52991a745644c20d7ca1b0138ef2c'/>
<id>5245beb37cb52991a745644c20d7ca1b0138ef2c</id>
<content type='text'>
Problem:    Vim9: cannot handle nested inline function.
Solution:   Check for nested inline function. (closes #8575)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot handle nested inline function.
Solution:   Check for nested inline function. (closes #8575)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3137: Vim9: no error when a line only has a variable name</title>
<updated>2021-07-10T17:42:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-07-10T17:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c323527d67081cfaff22503d1d282495976c7042'/>
<id>c323527d67081cfaff22503d1d282495976c7042</id>
<content type='text'>
Problem:    Vim9: no error when a line only has a variable name.
Solution:   Give an error when an expression is evaluated without an effect.
            (closes #8538)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no error when a line only has a variable name.
Solution:   Give an error when an expression is evaluated without an effect.
            (closes #8538)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3100: Vim9: no error when using type with unknown number of args</title>
<updated>2021-07-04T13:54:08+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-07-04T13:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7a40ff00edd35cc4313d74a43e7a7b67cd24372d'/>
<id>7a40ff00edd35cc4313d74a43e7a7b67cd24372d</id>
<content type='text'>
Problem:    Vim9: no error when using type with unknown number of arguments.
Solution:   Do not ignore argument count of -1. (closes #8492)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no error when using type with unknown number of arguments.
Solution:   Do not ignore argument count of -1. (closes #8492)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3091: Vim9: default argument expr. cannot use previous argument</title>
<updated>2021-07-03T16:56:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-07-03T16:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e28d9b3bd4de2c7288add83ec35dc001ba280617'/>
<id>e28d9b3bd4de2c7288add83ec35dc001ba280617</id>
<content type='text'>
Problem:    Vim9: default argument expression cannot use previous argument
Solution:   Correct argument index. (closes #8496)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: default argument expression cannot use previous argument
Solution:   Correct argument index. (closes #8496)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3060: Vim9: cannot use ternary operator in parenthesis</title>
<updated>2021-06-26T20:22:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-26T20:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=98f9a5f4cbe6061e09bccf6074afe0a88a504219'/>
<id>98f9a5f4cbe6061e09bccf6074afe0a88a504219</id>
<content type='text'>
Problem:    Vim9: cannot use ternary operator in parenthesis.
Solution:   Do not use "=~" for a default argument value.  (closes #8462)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot use ternary operator in parenthesis.
Solution:   Do not use "=~" for a default argument value.  (closes #8462)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3058: Vim9: cannot use ternary operator in parenthesis</title>
<updated>2021-06-26T19:52:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-26T19:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=015cf103115f9a0380ae3e3e85a77792cfe87d49'/>
<id>015cf103115f9a0380ae3e3e85a77792cfe87d49</id>
<content type='text'>
Problem:    Vim9: cannot use ternary operator in parenthesis.
Solution:   Do not use "==" for a default argument value.  (closes #8462)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot use ternary operator in parenthesis.
Solution:   Do not use "==" for a default argument value.  (closes #8462)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3056: Vim9: using default value in lambda gives confusing error</title>
<updated>2021-06-26T17:25:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-26T17:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=14ded11fcad77ebf41032ec80a95d516ca9acb1c'/>
<id>14ded11fcad77ebf41032ec80a95d516ca9acb1c</id>
<content type='text'>
Problem:    Vim9: using default value in lambda gives confusing error.
Solution:   Pass "default_args" on the first pass to get the arguments.
            (closes #8455)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: using default value in lambda gives confusing error.
Solution:   Pass "default_args" on the first pass to get the arguments.
            (closes #8455)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3052: Vim9: "legacy call" does not work</title>
<updated>2021-06-26T11:00:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-26T11:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ce024c3e20839465dc8c8f79dcccc5414dd8c506'/>
<id>ce024c3e20839465dc8c8f79dcccc5414dd8c506</id>
<content type='text'>
Problem:    Vim9: "legacy call" does not work.
Solution:   Do not skip "call" after "legacy". (closes #8454)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: "legacy call" does not work.
Solution:   Do not skip "call" after "legacy". (closes #8454)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3035: Vim9: crash when calling :def function with partial</title>
<updated>2021-06-22T17:32:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-22T17:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=831bdf8622fdfce7f02d48f847005e3909a055a8'/>
<id>831bdf8622fdfce7f02d48f847005e3909a055a8</id>
<content type='text'>
Problem:    Vim9: crash when calling :def function with partial and return
            type is not set.
Solution:   When the return type is not set handle like the return type is
            unknown. (closes #8422)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: crash when calling :def function with partial and return
            type is not set.
Solution:   When the return type is not set handle like the return type is
            unknown. (closes #8422)
</pre>
</div>
</content>
</entry>
</feed>
