<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/terminal, branch v0.2.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>defaults: scrollback=10000 (#7556)</title>
<updated>2017-11-14T19:55:25+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-14T19:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=67e45292925daf08d353581c1a9999eb0e2202dd'/>
<id>67e45292925daf08d353581c1a9999eb0e2202dd</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 #7545 from jamessan/test-fixes</title>
<updated>2017-11-13T02:09:44+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-11-13T02:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8d8212d384f668e4e6dfea64e169ec85daef44a2'/>
<id>8d8212d384f668e4e6dfea64e169ec85daef44a2</id>
<content type='text'>
Fix test failures found in Debian builds, closes #7522</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test failures found in Debian builds, closes #7522</pre>
</div>
</content>
</entry>
<entry>
<title>:terminal : fix crash on resize (#7547)</title>
<updated>2017-11-13T01:06:32+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-13T01:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e6beb60da517b6d7d7461687bf91f87d097b9563'/>
<id>e6beb60da517b6d7d7461687bf91f87d097b9563</id>
<content type='text'>
closes #7538
Fix wrong window references from #7440

Remove some eager resizing. Still mostly doesn't address #4997.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #7538
Fix wrong window references from #7440

Remove some eager resizing. Still mostly doesn't address #4997.</pre>
</div>
</content>
</entry>
<entry>
<title>tests: terminal: Assert for SIGWINCH handling before continuing</title>
<updated>2017-11-12T21:45:39+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-11-12T19:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b63cde97f40b962f80ab929036d0eb8c1228b33f'/>
<id>b63cde97f40b962f80ab929036d0eb8c1228b33f</id>
<content type='text'>
Fixes test failures like

    test/functional/terminal/cursor_spec.lua @ 62: terminal cursor with number column is positioned correctly when focused
    ./test/functional/ui/screen.lua:302: Row 2 did not match.
    Expected:
      |{7:  1 }tty ready                                     |
      |*{7:  2 }{1: }                                             |
      |{7:  3 }                                              |
      |{7:  4 }                                              |
      |{7:  5 }                                              |
      |{7:  6 }                                              |
      |{3:-- TERMINAL --}                                    |
    Actual:
      |{7:  1 }tty ready                                     |
      |*{7:  2 }rows: 6, cols: 46                             |
      |{7:  3 }{1: }                                             |
      |{7:  4 }                                              |
      |{7:  5 }                                              |
      |{7:  6 }                                              |
      |{3:-- TERMINAL --}                                    |
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes test failures like

    test/functional/terminal/cursor_spec.lua @ 62: terminal cursor with number column is positioned correctly when focused
    ./test/functional/ui/screen.lua:302: Row 2 did not match.
    Expected:
      |{7:  1 }tty ready                                     |
      |*{7:  2 }{1: }                                             |
      |{7:  3 }                                              |
      |{7:  4 }                                              |
      |{7:  5 }                                              |
      |{7:  6 }                                              |
      |{3:-- TERMINAL --}                                    |
    Actual:
      |{7:  1 }tty ready                                     |
      |*{7:  2 }rows: 6, cols: 46                             |
      |{7:  3 }{1: }                                             |
      |{7:  4 }                                              |
      |{7:  5 }                                              |
      |{7:  6 }                                              |
      |{3:-- TERMINAL --}                                    |
</pre>
</div>
</content>
</entry>
<entry>
<title>tui_spec: Convert nil to "" before formatting it</title>
<updated>2017-11-12T21:45:39+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-11-10T04:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cf75de710cfb817871cb614f2091a11f069db2b7'/>
<id>cf75de710cfb817871cb614f2091a11f069db2b7</id>
<content type='text'>
This fixes an apparent difference in behavior between Lua and LuaJIT.
Lua fails to format nil:

    test/functional/terminal/tui_spec.lua:381: bad argument #2 to 'format' (string expected, got nil)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an apparent difference in behavior between Lua and LuaJIT.
Lua fails to format nil:

    test/functional/terminal/tui_spec.lua:381: bad argument #2 to 'format' (string expected, got nil)
</pre>
</div>
</content>
</entry>
<entry>
<title>test/win: partially disable :terminal resize test (#7453)</title>
<updated>2017-10-29T01:10:37+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-10-29T01:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3a938fff0954513f34704485e53dcb9a0cc7c59d'/>
<id>3a938fff0954513f34704485e53dcb9a0cc7c59d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: :terminal + numberwidth=9</title>
<updated>2017-10-28T15:55:11+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-10-28T15:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bcf266de46b054b564727d5d31e4421ba09f5704'/>
<id>bcf266de46b054b564727d5d31e4421ba09f5704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>terminal: Account for number column (#5310)</title>
<updated>2017-10-27T21:59:54+00:00</updated>
<author>
<name>Sam Wilson</name>
<email>sawilson@akamai.com</email>
</author>
<published>2017-10-25T15:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b8a67551d8360ba095d1ffdbc9f8c40b612e9320'/>
<id>b8a67551d8360ba095d1ffdbc9f8c40b612e9320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: FocusGained: retry() cmdline-mode test</title>
<updated>2017-09-09T19:26:55+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-09-09T15:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b927e50c53d4db8841ce917b76226f571463d5a1'/>
<id>b927e50c53d4db8841ce917b76226f571463d5a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: ex_terminal_spec.lua: retry flaky test (#7245)</title>
<updated>2017-09-07T07:40:37+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-09-07T07:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=618cfe03fce818ae546292e34d808d0d5e8ae631'/>
<id>618cfe03fce818ae546292e34d808d0d5e8ae631</id>
<content type='text'>
https://api.travis-ci.org/jobs/271833660/log.txt</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://api.travis-ci.org/jobs/271833660/log.txt</pre>
</div>
</content>
</entry>
</feed>
