<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/eval, branch v0.1.2</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: printf_spec: fix missing setup</title>
<updated>2016-01-21T06:34:56+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-01-21T06:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=542c79f20d7835951e56a3c9f86c9c7ee9b0a531'/>
<id>542c79f20d7835951e56a3c9f86c9c7ee9b0a531</id>
<content type='text'>
before_each(clear) is required to init the test harness for single-test
runs, and also to ensure a known environment for each test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
before_each(clear) is required to init the test harness for single-test
runs, and also to ensure a known environment for each test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for binary numbers</title>
<updated>2016-01-16T02:21:06+00:00</updated>
<author>
<name>Jason Schulz</name>
<email>jason@schulz.name</email>
</author>
<published>2015-12-29T23:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ad3f077dc68a83b2cdfb7b1d04de9266d7978a9'/>
<id>7ad3f077dc68a83b2cdfb7b1d04de9266d7978a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eval: Do not use msgpack#string for error messages</title>
<updated>2016-01-06T21:54:58+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-01-06T19:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c6f6033482015723742f97aeba95d0e65f694943'/>
<id>c6f6033482015723742f97aeba95d0e65f694943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Update tests</title>
<updated>2016-01-06T21:54:57+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-01-06T19:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=efaf76e6238c7b109676575b41f637374f896cb8'/>
<id>efaf76e6238c7b109676575b41f637374f896cb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
