| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-11 | Another test for [Feature #14579] | Nobuyoshi Nakada | |
| The value of the dynamic key cannot be omitted for now. | |||
| 2021-09-11 | Allow value omission in Hash literals | Shugo Maeda | |
| `{x:, y:}` is a syntax sugar of `{x: x, y: y}`. | |||
| 2021-09-11 | [ruby/rdoc] Convert upper case copyright and registered marks | Nobuyoshi Nakada | |
| https://github.com/ruby/rdoc/commit/3bca7dc093 | |||
| 2021-09-11 | [ruby/rdoc] Convert tick double quote in character entity references | Nobuyoshi Nakada | |
| https://github.com/ruby/rdoc/commit/6ed889aac9 | |||
| 2021-09-11 | [ruby/rdoc] Convert a backtick to an open single quote | Nobuyoshi Nakada | |
| https://github.com/ruby/rdoc/commit/82eaefbae4 | |||
| 2021-09-11 | [ruby/rdoc] Convert single quotes in character entity references | Nobuyoshi Nakada | |
| As well as double quotes. https://github.com/ruby/rdoc/pull/824#discussion_r683173389 https://github.com/ruby/rdoc/commit/09002bdab5 | |||
| 2021-09-11 | [ruby/net-http] Use omit instead of skip for test-unit | Hiroshi SHIBATA | |
| https://github.com/ruby/net-http/commit/5bb14fd3bc | |||
| 2021-09-11 | Fixed inconsistent require order for assertions and core_assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use Test::Unit::Runner instead of MiniTest::Unit | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use CoreAssertions instead of Assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use MiniTest | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | [ruby/irb] Ignore invalid 3 colons in completion | aycabta | |
| https://github.com/ruby/irb/commit/5e29e3e39c | |||
| 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-10 | [ruby/irb] Tests may not execute in the source directory | Nobuyoshi Nakada | |
| https://github.com/ruby/irb/commit/f4aaa70cfc | |||
| 2021-09-10 | Find irb command path in test | aycabta | |
| 2021-09-10 | [ruby/irb] Pend on truffleruby | aycabta | |
| https://github.com/ruby/irb/commit/fbf52d9608 | |||
| 2021-09-10 | [ruby/irb] Remove an unused variable | aycabta | |
| https://github.com/ruby/irb/commit/5bf1cb2078 | |||
| 2021-09-10 | [ruby/irb] Avoid loading files' local variables [Bug #17623] | Marc-Andre Lafortune | |
| https://github.com/ruby/irb/commit/b12f0cb8e2 | |||
| 2021-09-10 | [ruby/irb] Add yamatanooroti test for symbol with backtick | aycabta | |
| https://github.com/ruby/irb/commit/4d32f0e88e | |||
| 2021-09-10 | [ruby/irb] Support symbol with backtick | aycabta | |
| https://github.com/ruby/irb/commit/0aa2425883 | |||
| 2021-09-09 | test/psych/test_scalar_scanner.rb: Prevent a warning | Yusuke Endoh | |
| ``` [ 4696/20990] TestAst#test_ranges:test/psych/test_scalar_scanner.rb(none):138: warning: ambiguous first argument; put parentheses or a space even after `-' operator ``` http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20210909T123007Z.log.html.gz | |||
| 2021-09-08 | [Bug #18154] Fix memory leak in String#initialize | Peter Zhu | |
| String#initialize can leak memory when called on a string that is marked with STR_NOFREE because it does not unset the STR_NOFREE flag. Notes: Merged: https://github.com/ruby/ruby/pull/4814 | |||
| 2021-09-08 | [ruby/irb] Use "csv" for test | aycabta | |
| The "csv" doesn't conflict with other stdlib names in any Ruby processing system. https://github.com/ruby/irb/commit/49203a1c83 | |||
| 2021-09-08 | [ruby/irb] Show lib name first because it's the most common use case | aycabta | |
| https://github.com/ruby/irb/commit/74d635758b | |||
| 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-07 | [ruby/pathname] Prefer omit over skip | Nobuyoshi Nakada | |
| https://github.com/ruby/pathname/commit/abd0b91044 | |||
| 2021-09-06 | Removed obsoleted comment | Hiroshi SHIBATA | |
| 2021-09-06 | Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migration | Hiroshi SHIBATA | |
| 2021-09-06 | Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for ↵ | Hiroshi SHIBATA | |
| test-unit migration | |||
| 2021-09-06 | Removed redundant tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4811 | |||
| 2021-09-06 | Removed MiniTest::Assertion from test/rdoc | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4811 | |||
| 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 | |||
