<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/shada, branch v0.3.7</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>startup: always wait for UI with --embed, unless --headless also is supplied</title>
<updated>2018-09-22T08:18:28+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-09-20T17:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4da5cb38d396d76d8072815d150725f7c9a85078'/>
<id>4da5cb38d396d76d8072815d150725f7c9a85078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Use proper path in `eq()`</title>
<updated>2018-04-02T08:14:11+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-04-02T08:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5d9bb16d66043f10dc14435c0594ca6f31b1795f'/>
<id>5d9bb16d66043f10dc14435c0594ca6f31b1795f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shada: Fix some memory leaks and completely ignore numbered mark names</title>
<updated>2018-04-01T18:29:47+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-04-01T18:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dd1b493f7560244162f4051443fb42dabaee0254'/>
<id>dd1b493f7560244162f4051443fb42dabaee0254</id>
<content type='text'>
Problems:
- In two places in shada_read_when_writing() memory just was not freed. Both 
  places were verified to cause test failures.
- Numbered marks got assigned incorrect (off-by-one compared to position in the 
  array) numbers in replace_numbered_mark.
- It was possible to have non-continuously populated array of numbered marks 
  which messed up code for merging them.

(Note about tests: marks with additional data are always compared different when 
merging, that caused some confusion regarding why test did not work the way 
I expected.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problems:
- In two places in shada_read_when_writing() memory just was not freed. Both 
  places were verified to cause test failures.
- Numbered marks got assigned incorrect (off-by-one compared to position in the 
  array) numbers in replace_numbered_mark.
- It was possible to have non-continuously populated array of numbered marks 
  which messed up code for merging them.

(Note about tests: marks with additional data are always compared different when 
merging, that caused some confusion regarding why test did not work the way 
I expected.)</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Add test for merging with file with only numeric mark</title>
<updated>2018-04-01T17:04:35+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-04-01T17:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1ac1f520f02afc934523ce76a99a3d17d0d6a670'/>
<id>1ac1f520f02afc934523ce76a99a3d17d0d6a670</id>
<content type='text'>
Known to cause memory leak, but not an expected crash.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Known to cause memory leak, but not an expected crash.</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Fix existing functional tests</title>
<updated>2018-03-26T22:33:59+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-01-08T02:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=17ea0f2214f13b11305e380d9e93e7577b7675aa'/>
<id>17ea0f2214f13b11305e380d9e93e7577b7675aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: stderr output contains `cp` noise</title>
<updated>2018-01-05T17:18:26+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-01-05T09:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b616ef9b220fdf7a7b842a95a8a9d088cfbf472d'/>
<id>b616ef9b220fdf7a7b842a95a8a9d088cfbf472d</id>
<content type='text'>
closes #7811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #7811
</pre>
</div>
</content>
</entry>
<entry>
<title>mark: Make sure that jumplist item will not have zero lnum</title>
<updated>2017-12-23T21:32:43+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-12-23T21:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6b45dbca0429c52cb70908497bc7a0fed9db2d8d'/>
<id>6b45dbca0429c52cb70908497bc7a0fed9db2d8d</id>
<content type='text'>
Fixes #7169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #7169
</pre>
</div>
</content>
</entry>
<entry>
<title>test/shada: fixup for Windows backslashes #7287</title>
<updated>2017-10-01T22:48:43+00:00</updated>
<author>
<name>Ignas Anikevicius</name>
<email>anikevicius@gmail.com</email>
</author>
<published>2017-09-21T13:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e9dba214eada40a2d64b89616f1799b87cab1e5e'/>
<id>e9dba214eada40a2d64b89616f1799b87cab1e5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shada: Make sure that code does not attempt to read too long items</title>
<updated>2017-07-04T12:41:59+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-07-04T12:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=91b9ad7d8294532939db51db1045605abfff49c2'/>
<id>91b9ad7d8294532939db51db1045605abfff49c2</id>
<content type='text'>
Fixes #6957</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #6957</pre>
</div>
</content>
</entry>
<entry>
<title>test: Fix and add cases for unnamed register</title>
<updated>2017-05-31T17:31:05+00:00</updated>
<author>
<name>AdnoC</name>
<email>adam.r.cutler@gmail.com</email>
</author>
<published>2017-05-29T15:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5908f562dfe9dfcbf1218b2820addff117ee4847'/>
<id>5908f562dfe9dfcbf1218b2820addff117ee4847</id>
<content type='text'>
Also:

Add ru to shada tests with all keys

Add test for unset unnamed and register 0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:

Add ru to shada tests with all keys

Add test for unset unnamed and register 0
</pre>
</div>
</content>
</entry>
</feed>
