<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/eval, branch v0.1.1</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>test/functional: clean up according to luacheck (part 2)</title>
<updated>2015-11-23T12:57:21+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2015-11-17T22:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d9fbc1865bf5237235e96ae8822326faa84ff9fc'/>
<id>d9fbc1865bf5237235e96ae8822326faa84ff9fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: represent api type String as msgpack type STR. closes #1250</title>
<updated>2015-10-08T18:18:46+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2015-10-07T11:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=57d3a2a52fea57874d08472d0f8ee8f1bcee87c1'/>
<id>57d3a2a52fea57874d08472d0f8ee8f1bcee87c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eval/msgpackdump(): Use copyID for protecting against recursive input</title>
<updated>2015-09-30T07:09:21+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-09-20T10:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6da3fadd9f490115bf145d55b0fd5a838b9faa8d'/>
<id>6da3fadd9f490115bf145d55b0fd5a838b9faa8d</id>
<content type='text'>
Should be faster then O(depth) iteration, but removes const qualifiers.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be faster then O(depth) iteration, but removes const qualifiers.</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Test how msgpack\* functions behave with invalid input</title>
<updated>2015-09-18T22:54:43+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-09-18T22:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c6102f9a9f6f765f759d2501a618fbfbfdaa0f2a'/>
<id>c6102f9a9f6f765f759d2501a618fbfbfdaa0f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Split msgpack\* function tests into three groups:</title>
<updated>2015-09-18T22:54:43+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-09-18T22:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e881a20dfb3bde40e004df64d447cdc16dc3eaa1'/>
<id>e881a20dfb3bde40e004df64d447cdc16dc3eaa1</id>
<content type='text'>
- Tests that use both functions.
- Tests that use msgpackparse().
- Tests that use msgpackdump().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Tests that use both functions.
- Tests that use msgpackparse().
- Tests that use msgpackdump().</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix the glob tests when building under a long path #3214</title>
<updated>2015-08-22T03:58:39+00:00</updated>
<author>
<name>John Szakmeister</name>
<email>john@szakmeister.net</email>
</author>
<published>2015-08-22T01:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f9778052af733af643444946d33e6e5f9b3fba1b'/>
<id>f9778052af733af643444946d33e6e5f9b3fba1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: cover msgpackparse() regression</title>
<updated>2015-08-05T23:08:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-08-01T14:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5a195858657e1c494e77ea868073d2f3664cdb60'/>
<id>5a195858657e1c494e77ea868073d2f3664cdb60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3034 from ZyX-I/msgpack-eval</title>
<updated>2015-08-03T04:24:10+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-08-03T04:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9f350e615cba96713666e681c68b002f38efb407'/>
<id>9f350e615cba96713666e681c68b002f38efb407</id>
<content type='text'>
msgpack viml functions for dump/restore</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
msgpack viml functions for dump/restore</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Use eval subdirectory in place of viml</title>
<updated>2015-08-02T19:19:58+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-08-02T19:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=030f3603126d12f8ae107a766946de8cfa87e904'/>
<id>030f3603126d12f8ae107a766946de8cfa87e904</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: call scandir_next_with_dots() more than once</title>
<updated>2015-08-02T03:33:54+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-08-02T03:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=efa059c5a4611629890e28987a83aa781952b78c'/>
<id>efa059c5a4611629890e28987a83aa781952b78c</id>
<content type='text'>
Also cosmetic reduction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also cosmetic reduction.
</pre>
</div>
</content>
</entry>
</feed>
