<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/eval, branch v0.1.3</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>eval: add v:event, which will contain data events want to propagate to their receivers.</title>
<updated>2016-02-29T15:06:41+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-02-29T14:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ab9ff88e6c7d234c5e9189521da539d20b5bfa7'/>
<id>7ab9ff88e6c7d234c5e9189521da539d20b5bfa7</id>
<content type='text'>
Add helper functions dict_clear and dict_set_keys_readonly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add helper functions dict_clear and dict_set_keys_readonly.
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Add string() function tests</title>
<updated>2016-02-01T21:54:00+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-12-25T23:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=610b48c5b0a6227712fc92b79ead733244fc90d9'/>
<id>610b48c5b0a6227712fc92b79ead733244fc90d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eval: Return different values when dividing by zero</title>
<updated>2016-02-01T21:54:00+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-12-25T22:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b2ea083eeba5a99b90e554ad0023f0d54a21b7fe'/>
<id>b2ea083eeba5a99b90e554ad0023f0d54a21b7fe</id>
<content type='text'>
Fixes #3263
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3263
</pre>
</div>
</content>
</entry>
<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>
</feed>
