<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/eval, branch v0.2.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>eval/decode.c: Avoid NULL arg to memchr() #7332</title>
<updated>2017-11-06T04:00:58+00:00</updated>
<author>
<name>Adrian Neumann</name>
<email>adrian_neumann@gmx.de</email>
</author>
<published>2017-09-28T08:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8f03014e8861df7f49bf4e1dbdfcc20e1611ce35'/>
<id>8f03014e8861df7f49bf4e1dbdfcc20e1611ce35</id>
<content type='text'>
Clang complains because memchr has undefined behavior if the ptr is
NULL, even if len==0.

Helped-by: Nikolai Aleksandrovich Pavlov &lt;kp-pav@yandex.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clang complains because memchr has undefined behavior if the ptr is
NULL, even if len==0.

Helped-by: Nikolai Aleksandrovich Pavlov &lt;kp-pav@yandex.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test: server_spec: Tolerate missing protocol (#7478)</title>
<updated>2017-11-02T09:45:38+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-11-02T09:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a39c8b7ce30ddeed4329c28c42b1b699103dccab'/>
<id>a39c8b7ce30ddeed4329c28c42b1b699103dccab</id>
<content type='text'>
Travis disabled IPv6:

[ RUN      ] serverstart(), serverstop() parses endpoints correctly: FAIL
...build/neovim/neovim/test/functional/eval/server_spec.lua:83: Expected objects to be the same.
Passed in:
(table) {
  [1] = '127.0.0.1:12345' }
Expected:
(table) {
  [1] = '127.0.0.1:12345'
 *[2] = '::1:12345' }

Change all tests to ensure a server was actually started before
expecting it to be returned from serverlist().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis disabled IPv6:

[ RUN      ] serverstart(), serverstop() parses endpoints correctly: FAIL
...build/neovim/neovim/test/functional/eval/server_spec.lua:83: Expected objects to be the same.
Passed in:
(table) {
  [1] = '127.0.0.1:12345' }
Expected:
(table) {
  [1] = '127.0.0.1:12345'
 *[2] = '::1:12345' }

Change all tests to ensure a server was actually started before
expecting it to be returned from serverlist().
</pre>
</div>
</content>
</entry>
<entry>
<title>getcmdline_prompt: Temporarily disable msg_silent so prompt is displayed</title>
<updated>2017-10-14T18:32:27+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-10-12T04:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dc513f761897f0ea09a511d19254f5c10b68e7fa'/>
<id>dc513f761897f0ea09a511d19254f5c10b68e7fa</id>
<content type='text'>
vim-patch:7.4.1636
Closes #7378
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.1636
Closes #7378
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Remove wait() from input_spec</title>
<updated>2017-08-06T11:43:46+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-08-06T11:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=efb03903eb667bc14992dffcd77d04385371abed'/>
<id>efb03903eb667bc14992dffcd77d04385371abed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "functests: Replace wait() with nvim_async"</title>
<updated>2017-07-27T15:49:13+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-07-27T15:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1011462b40502e6039494e70a870f0360f152b1b'/>
<id>1011462b40502e6039494e70a870f0360f152b1b</id>
<content type='text'>
This reverts commit e129607988b88719935bc4af517e7ee2689f5871.

Tests stopped working in CI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e129607988b88719935bc4af517e7ee2689f5871.

Tests stopped working in CI.
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Replace wait() with nvim_async</title>
<updated>2017-07-26T19:04:39+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-07-26T19:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e129607988b88719935bc4af517e7ee2689f5871'/>
<id>e129607988b88719935bc4af517e7ee2689f5871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Remove unneeded wait()s</title>
<updated>2017-07-26T10:02:45+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-07-26T10:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1ba21b4a31ea5853673ba3d1baae3e862c1ef04a'/>
<id>1ba21b4a31ea5853673ba3d1baae3e862c1ef04a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into colored-cmdline</title>
<updated>2017-07-15T15:56:45+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-07-15T15:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=69719e658c48bb5e95a7b57d5813ed4dc48e68e3'/>
<id>69719e658c48bb5e95a7b57d5813ed4dc48e68e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mbyte: Fix crash when using multibyte chars in maparg() return (#6986)</title>
<updated>2017-07-09T08:40:46+00:00</updated>
<author>
<name>Nikolai Aleksandrovich Pavlov</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-07-09T08:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=702c94aacfdca34b71eadf753c21b3d92d886cf0'/>
<id>702c94aacfdca34b71eadf753c21b3d92d886cf0</id>
<content type='text'>
This is a refactoring typo from #6947.

Fixes #6985

Combined with #6947 where typo was made it also fixes vim/vim#1827 which was
present in Neovim.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a refactoring typo from #6947.

Fixes #6985

Combined with #6947 where typo was made it also fixes vim/vim#1827 which was
present in Neovim.</pre>
</div>
</content>
</entry>
<entry>
<title>test: handle single-char hostname (#6939)</title>
<updated>2017-07-01T16:48:17+00:00</updated>
<author>
<name>KunMing Xie</name>
<email>qqzz014@gmail.com</email>
</author>
<published>2017-07-01T16:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=57d691e81ac32163220fc4ff78011ce37be2006e'/>
<id>57d691e81ac32163220fc4ff78011ce37be2006e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
