<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_lua.vim, branch chrisbra-patch-1</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.1192: Lua test fails with older Lua version</title>
<updated>2020-07-12T16:33:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-12T16:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=b898a029b01866b1dbe07521e153d54917b9527d'/>
<id>b898a029b01866b1dbe07521e153d54917b9527d</id>
<content type='text'>
Problem:    Lua test fails with older Lua version.
Solution:   Adjust expected error messages. (closes #6444)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Lua test fails with older Lua version.
Solution:   Adjust expected error messages. (closes #6444)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1185: some other tests fail</title>
<updated>2020-07-11T20:49:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-11T20:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=ecdd14a427108aa6f133c00655788f6ae80ad463'/>
<id>ecdd14a427108aa6f133c00655788f6ae80ad463</id>
<content type='text'>
Problem:    Some other tests fail.
Solution:   Adjust tests for different assert_fails() behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some other tests fail.
Solution:   Adjust tests for different assert_fails() behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1105: insufficient test coverage for Lua</title>
<updated>2020-07-01T11:52:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T11:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=e49b8e8d7589e85e75aedefab7ce97da47adbf74'/>
<id>e49b8e8d7589e85e75aedefab7ce97da47adbf74</id>
<content type='text'>
Problem:    Insufficient test coverage for Lua.
Solution:   Add tests. (Yegappan Lakshmanan, closes #6368)  Fix uncovered
            memory leak.  Avoid unnecessary copy/free.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient test coverage for Lua.
Solution:   Add tests. (Yegappan Lakshmanan, closes #6368)  Fix uncovered
            memory leak.  Avoid unnecessary copy/free.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1081: Lua: cannot use table.insert() and table.remove()</title>
<updated>2020-06-28T20:41:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-28T20:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=a1f9f8666ed3a462eb8a518e78418c57dc41bbd4'/>
<id>a1f9f8666ed3a462eb8a518e78418c57dc41bbd4</id>
<content type='text'>
Problem:    Lua: cannot use table.insert() and table.remove().
Solution:   Add the list functions. (Prabir Shrestha, closes #6353)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Lua: cannot use table.insert() and table.remove().
Solution:   Add the list functions. (Prabir Shrestha, closes #6353)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1066: Lua arrays are zero based</title>
<updated>2020-06-27T10:32:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-27T10:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=bd84617d1a6766efd59c94aabebb044bef805b99'/>
<id>bd84617d1a6766efd59c94aabebb044bef805b99</id>
<content type='text'>
Problem:    Lua arrays are zero based.
Solution:   Make Lua arrays one based. (Prabir Shrestha, closes #6347)
            Note: this is not backwards compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Lua arrays are zero based.
Solution:   Make Lua arrays one based. (Prabir Shrestha, closes #6347)
            Note: this is not backwards compatible.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1054: not so easy to pass a lua function to Vim</title>
<updated>2020-06-25T17:27:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-25T17:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=801ab069341c8652680d63c174530fd4feb2911e'/>
<id>801ab069341c8652680d63c174530fd4feb2911e</id>
<content type='text'>
Problem:    Not so easy to pass a lua function to Vim.
Solution:   Convert a Lua function and closure to a Vim funcref. (Prabir
            Shrestha, closes #6246)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not so easy to pass a lua function to Vim.
Solution:   Convert a Lua function and closure to a Vim funcref. (Prabir
            Shrestha, closes #6246)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0858: not easy to require Lua modules</title>
<updated>2020-05-31T12:08:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-31T12:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=788fbb47079e6df4d4815d27273faf8390395029'/>
<id>788fbb47079e6df4d4815d27273faf8390395029</id>
<content type='text'>
Problem:    Not easy to require Lua modules.
Solution:   Improve use of Lua path. (Prabir Shrestha, closes #6098)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not easy to require Lua modules.
Solution:   Improve use of Lua path. (Prabir Shrestha, closes #6098)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0775: not easy to call a Vim function from Lua</title>
<updated>2020-05-17T12:32:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-17T12:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=eb04f0893afe01faff272ef84c70d8cc16d8e80a'/>
<id>eb04f0893afe01faff272ef84c70d8cc16d8e80a</id>
<content type='text'>
Problem:    Not easy to call a Vim function from Lua.
Solution:   Add vim.call() and vim.fn(). (Prabir Shrestha, closes #6063)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not easy to call a Vim function from Lua.
Solution:   Add vim.call() and vim.fn(). (Prabir Shrestha, closes #6063)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0672: heredoc in scripts does not accept lower case marker</title>
<updated>2020-05-01T12:10:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-01T12:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=6ab0953fefe31fef91e40752a675ceb60fc2fe03'/>
<id>6ab0953fefe31fef91e40752a675ceb60fc2fe03</id>
<content type='text'>
Problem:    Heredoc in scripts does not accept lower case marker.
Solution:   Allow lower case only in non-Vim scripts. (Ken Takata,
            closes #6019)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Heredoc in scripts does not accept lower case marker.
Solution:   Allow lower case only in non-Vim scripts. (Ken Takata,
            closes #6019)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0578: heredoc for interfaces does not support "trim"</title>
<updated>2020-04-14T18:15:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-14T18:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=6c2b7b8055b96463f78abb70f58c4c6d6d4b9d55'/>
<id>6c2b7b8055b96463f78abb70f58c4c6d6d4b9d55</id>
<content type='text'>
Problem:    Heredoc for interfaces does not support "trim".
Solution:   Update the script heredoc support to be same as the :let command.
            (Yegappan Lakshmanan, closes #5916)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Heredoc for interfaces does not support "trim".
Solution:   Update the script heredoc support to be same as the :let command.
            (Yegappan Lakshmanan, closes #5916)
</pre>
</div>
</content>
</entry>
</feed>
