| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-12 | Preserve the encoding of the argument in IndexError [Bug #18160] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4822 | |||
| 2021-09-12 | Using RB_FLOAT_TYPE_P macro | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4821 | |||
| 2021-09-12 | Replace RB_TYPE_P macro to FIXNUM_P and RB_INTEGER_TYPE_P macro | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4816 | |||
| 2021-09-12 | * 2021-09-12 [ci skip] | git | |
| 2021-09-12 | Exclude option_parser from Test::Unit::Runner#inspect | Nobuyoshi Nakada | |
| 2021-09-12 | Prepend the modules in Test::Unit | Nobuyoshi Nakada | |
| Needs to override Test::Unit::Runner#run, so that RunCount#run runs which increments @@run_count. Previously it worked because these methods were inserted between Test::Unit::Runner#run and MiniTest::Unit#run. | |||
| 2021-09-11 | Hash values should be omitted in Ripper results | Shugo Maeda | |
| 2021-09-11 | Removed unsed assertions for rubygems | Hiroshi SHIBATA | |
| 2021-09-11 | Removed unused alias for run_test | Hiroshi SHIBATA | |
| 2021-09-11 | Add documentation and tests for keyword argument value omission | Shugo Maeda | |
| [Feature #14579] | |||
| 2021-09-11 | [DOC] NEWS for [Feature #14579] [ci skip] | Nobuyoshi Nakada | |
| 2021-09-11 | [DOC] Fixed indents in NEWS.md [ci skip] | Nobuyoshi Nakada | |
| 2021-09-11 | [DOC] Separate paragraph in LEGAL instead of break lines [ci skip] | Nobuyoshi Nakada | |
| Although trailing spaces in Markdown breaks the line, it is often overlooked. | |||
| 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 | Drop to Ruby 1.8 related code | Hiroshi SHIBATA | |
| 2021-09-11 | Removed rubinius support from test suite | Hiroshi SHIBATA | |
| 2021-09-11 | Removed maglev related code because it's not active status now | Hiroshi SHIBATA | |
| 2021-09-11 | Suppress deprecated rb_iterate declaration warnings in C++ | Nobuyoshi Nakada | |
| Apply commit:733ffa74cd32a5c11ff744a5490782daa00ff1ae again. | |||
| 2021-09-11 | Update comments for minitest | Nobuyoshi Nakada | |
| 2021-09-11 | Update an option message | Nobuyoshi Nakada | |
| 2021-09-11 | Directly alias orig_run_suite | Nobuyoshi Nakada | |
| 2021-09-11 | Remove method filter hack for minitest | Nobuyoshi Nakada | |
| 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 | Update the test tool path | Nobuyoshi Nakada | |
| 2021-09-11 | Update bundled_gems at 2021-09-11 | git | |
| 2021-09-11 | fixup f73f9e1f893409d8b7b42ff5fbda104fdd277cba | Hiroshi SHIBATA | |
| 2021-09-11 | Change include order for test assertions | Hiroshi SHIBATA | |
| 2021-09-11 | Replace minitest to test for backtrace_filter | Hiroshi SHIBATA | |
| 2021-09-11 | Check ruby-related includes only [ci skip] | Nobuyoshi Nakada | |
| 2021-09-11 | Use `./autogen.sh` instead of `autoconf` in doc | Kazuhiro NISHIYAMA | |
| 2021-09-11 | Fixed uninitialized constant Test::Unit::Assertions::MIN_MEASURABLE. | Hiroshi SHIBATA | |
| I'm not sure why it's failed under the chkbuild and rubyci. http://rubyci.s3.amazonaws.com/arch/ruby-master/log/20210911T000007Z.fail.html.gz | |||
| 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 | Using NIL_P macro instead of RB_TYPE_P macro | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4806 | |||
| 2021-09-11 | Using RB_BIGNUM_TYPE_P macro | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4805 | |||
| 2021-09-11 | Using SYMBOL_P macro | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4798 | |||
| 2021-09-11 | Added missing Assertions for assert_file_predicate | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError ↵ | Hiroshi SHIBATA | |
| and Test::Unit::PendedError Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed needless require | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 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 | Surpressing the noisy messages | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Temporary pend unknown behavior of parallel tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | pend non-supported feature | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | More fixed assertion message tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | We prepared Test::Unit::TestCase in default value | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | We don't want to consistent assert and refute assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Fixed compatible assertion message format | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
