| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-10 | [ruby/reline] Move #pointer from DialogRenderInfo to Dialog | aycabta | |
| https://github.com/ruby/reline/commit/92dbac0bff | |||
| 2021-09-10 | [ruby/reline] Fix scroll range of a script for tests | aycabta | |
| https://github.com/ruby/reline/commit/6ceebe52bc | |||
| 2021-09-10 | [ruby/reline] Add tests that column of dialog with scrollbar is moved ↵ | aycabta | |
| without garbase https://github.com/ruby/reline/commit/45c70d6222 | |||
| 2021-09-10 | [ruby/reline] Add a test that text under dialog appears | aycabta | |
| https://github.com/ruby/reline/commit/0b63bd56ce | |||
| 2021-09-10 | [ruby/reline] Add a test that autocomplete doesn't crash after 2nd line | aycabta | |
| https://github.com/ruby/reline/commit/f682c74975 | |||
| 2021-09-10 | [ruby/reline] Add a test that dialog doesn't crash when callback returns nil | aycabta | |
| https://github.com/ruby/reline/commit/2c6f604b98 | |||
| 2021-09-10 | [ruby/reline] Add a test that autocompletion returns to the original text | aycabta | |
| https://github.com/ruby/reline/commit/d80880e56b | |||
| 2021-09-10 | [ruby/reline] Use single quotes to match others in the file | aycabta | |
| https://github.com/ruby/reline/commit/a17de2d6d8 | |||
| 2021-09-10 | [ruby/reline] Add a test that autocomplete dialog doesn't crash when empty | aycabta | |
| https://github.com/ruby/reline/commit/9c0080c27f | |||
| 2021-09-10 | [ruby/reline] Add a test for when completion target is wrapped | aycabta | |
| https://github.com/ruby/reline/commit/25a94d70c3 | |||
| 2021-09-10 | [ruby/reline] Fix complete proc of a script for tests | aycabta | |
| https://github.com/ruby/reline/commit/ee1c1adddc | |||
| 2021-09-10 | [ruby/reline] Add a test that dialog may appear at the top if cursor at ↵ | aycabta | |
| bottom edge https://github.com/ruby/reline/commit/6c2ab47958 | |||
| 2021-09-10 | [ruby/reline] Add a test for dialog at right edge | aycabta | |
| https://github.com/ruby/reline/commit/db642169b9 | |||
| 2021-09-10 | [ruby/reline] Add a test for dialog with scroll key | aycabta | |
| https://github.com/ruby/reline/commit/99640abf75 | |||
| 2021-09-10 | [ruby/reline] Add tests for autocomplete with scrollbar | aycabta | |
| https://github.com/ruby/reline/commit/29634cbc93 | |||
| 2021-09-10 | [ruby/reline] Add a test for simple dialog | aycabta | |
| https://github.com/ruby/reline/commit/d70f507e2c | |||
| 2021-09-10 | [ruby/reline] Add a simple test for autocomplete | aycabta | |
| https://github.com/ruby/reline/commit/11f83b2f4b | |||
| 2021-09-08 | [ruby/reline] Move only one line when render a line and then go to the next line | aycabta | |
| https://github.com/ruby/reline/commit/8a966cd962 | |||
| 2021-09-06 | [ruby/reline] Add a test for key bindings with Reline::Key | aycabta | |
| https://github.com/ruby/reline/commit/cadbd576c7 | |||
| 2021-09-06 | [ruby/reline] Add a test for oneshot key bindings | aycabta | |
| https://github.com/ruby/reline/commit/42ebea82b7 | |||
| 2021-09-06 | [ruby/reline] Rename a temporary test name to appropriate one | aycabta | |
| https://github.com/ruby/reline/commit/26ebecde5c | |||
| 2021-09-06 | [ruby/reline] Add a test for Reline::Unicode#take_range | aycabta | |
| https://github.com/ruby/reline/commit/af7953ff93 | |||
| 2021-09-02 | [ruby/reline] Fix a crash when completing empty line | aycabta | |
| https://github.com/ruby/reline/commit/8226ae7e57 | |||
| 2021-09-02 | [ruby/reline] Fix a crash when completing after 2nd line | aycabta | |
| https://github.com/ruby/reline/commit/f9d3480c34 | |||
| 2021-08-31 | Revert "Omit some tests until debugging is complete" | aycabta | |
| This reverts commit 3695d94b25f3e3e0d7a629bf1708ef421a51dd47. | |||
| 2021-08-31 | Omit some tests until debugging is complete | aycabta | |
| 2021-08-30 | [ruby/reline] Disable autocompletion in tests | aycabta | |
| https://github.com/ruby/reline/commit/9b1913567a | |||
| 2021-08-29 | [ruby/reline] Fix tests so that the completion journey starts on first C-n/C-p | aycabta | |
| https://github.com/ruby/reline/commit/52a40f2cd3 | |||
| 2021-08-14 | [ruby/reline] Add workspace member for the latest IRB's implementation | aycabta | |
| https://github.com/ruby/reline/commit/8b55fc8fee | |||
| 2021-08-14 | [ruby/reline] Remove private visibility | aycabta | |
| https://github.com/ruby/reline/commit/fa54e521da | |||
| 2021-08-07 | Use TERM=xterm for tests on Solaris | aycabta | |
| 2021-08-07 | Set TERM env for some CI environments | aycabta | |
| 2021-08-06 | Check the result of tigetstr | Nobuyoshi Nakada | |
| 2021-08-06 | test/reline/test_terminfo.rb: skip when setupterm fails | Yusuke Endoh | |
| http://rubyci.s3.amazonaws.com/solaris11-gcc/ruby-master/log/20210806T000008Z.fail.html.gz ``` 1) Error: Reline::Terminfo::Test#test_tigetstr: Reline::Terminfo::TerminfoError: The terminfo database could not be found. /export/home/chkbuild/chkbuild-gcc/tmp/build/20210806T000008Z/ruby/lib/reline/terminfo.rb:84:in `setupterm' /export/home/chkbuild/chkbuild-gcc/tmp/build/20210806T000008Z/ruby/test/reline/test_terminfo.rb:6:in `setup' ``` | |||
| 2021-08-05 | Tests for Windows can run only on Windows | Nobuyoshi Nakada | |
| Should not directly require "reline/windows.rb" which should be loaded by "reline.rb". | |||
| 2021-07-30 | Use test-unit assertions | aycabta | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4693 | |||
| 2021-07-30 | [ruby/reline] Fixed Ctrl+Enter key in Windows. | SilverPhoenix99 | |
| https://github.com/ruby/reline/commit/0c38e39023 | |||
| 2021-07-30 | [ruby/reline] Check empty .inputrc | aycabta | |
| https://github.com/ruby/reline/commit/b60b3b76cd | |||
| 2021-07-30 | [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys alone | Lars Kanis | |
| Fixes #298 https://github.com/ruby/reline/commit/72acfcd27a | |||
| 2021-07-30 | [ruby/reline] Use "omit" instead of "return" | aycabta | |
| https://github.com/ruby/reline/commit/940cdaa301 | |||
| 2021-07-30 | [ruby/reline] Add Terminfo tests | aycabta | |
| https://github.com/ruby/reline/commit/17721e477e | |||
| 2021-06-25 | Revert "Revert "[ruby/reline] Fix failed test"" | aycabta | |
| I'm so sorry, the previous revert was just a mistake. This reverts commit 9103c3ba8bc09f287f69ca322f58faa34e003f2e. | |||
| 2021-06-25 | Revert "[ruby/reline] Fix failed test" | aycabta | |
| This reverts commit 491591c7cee842601118efc2698e0e41283827b3. | |||
| 2021-06-25 | [ruby/reline] Fix failed test | ima1zumi | |
| For ruby/ruby repository's AppVeyor CI (Windows environment), `Reline::IOGate.encoding` will be changed from `UTF-8` to `Windows-31J` after the test is run. So, when `test/reline/test_key_actor_emacs.rb` is loaded, `Reline::IOGate.encoding == Encoding::UTF_8` will be `true`, but at the time of test execution, `Reline::IOGate.encoding` is `Windows-31J`. For this reason, I changed the test method to check `Reline::IOGate.encoding` in the test method. https://github.com/ruby/reline/commit/10e1ce3320 | |||
| 2021-06-23 | Add detailed message to assert_external_string_equal | aycabta | |
| 2021-06-21 | Rescue conversion error of inputrc | aycabta | |
| 2021-06-21 | Stop using global constant, RELINE_TEST_ENCODING | aycabta | |
| 2021-06-21 | Call Reline.test_reset in teardown definitely | aycabta | |
| 2021-06-21 | [ruby/reline] Remove an obsolete commented-out test | aycabta | |
| https://github.com/ruby/reline/commit/5354d02e03 | |||
| 2021-06-21 | [ruby/reline] Add yamatanooroti test about set and exchange mark | aycabta | |
| https://github.com/ruby/reline/commit/2e6fdca5c6 | |||
