| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-15 | refactor: remove trailing whitespace from C, Header, Ruby and YAML files | John Bampton | |
| Lint | |||
| 2020-10-29 | Add beginless/endless ranges tests. | Yukihiro "Matz" Matsumoto | |
| 2020-10-13 | Introduce endless range (a part of #5085) | taiyoslime | |
| Co-Authored-By: n4o847 <[email protected]> Co-Authored-By: smallkirby <[email protected]> | |||
| 2019-07-09 | Fix the order of "expected" and "actual" in `test/t/range.rb` | KOBAYASHI Shuji | |
| 2019-01-03 | Remove `Kernel#class_defined?` which is not available in CRuby; #3829 | Yukihiro "Matz" Matsumoto | |
| 2019-01-01 | range: Embed edges in RRange on boxing environment. | KOBAYASHI Shuji | |
| [Breaking changes] Developers must use following APIs for accessing attributes of RRange because RRange structure depends on boxing setting. - mrb_range_beg - mrb_range_end - mrb_range_excl_p | |||
| 2019-01-01 | Use `__send__` instead of `send` in a Range test. | KOBAYASHI Shuji | |
| This assertion is accidentaly passed because `send` was removed from mruby core so `NoMethodError` is raised and `NoMethodError` is subclass of `NameError`. | |||
| 2017-10-11 | Test for MRB_WITHOUT_FLOAT | YAMAMOTO Masaya | |
| 2016-11-18 | Merge pull request #3255 from ksss/range-include | Yukihiro "Matz" Matsumoto | |
| Fix condition of Range#include? | |||
| 2016-11-18 | Fix condition of Range#include? | ksss | |
| 2016-11-17 | Ranges should not rewrite | ksss | |
| 2014-06-15 | Move direct superclass checking to `test/t/superclass.rb`. | take_cheeze | |
| 2014-05-08 | Add tests for Range#to_s Range#inspect. | yui-knk | |
| 2014-05-08 | fix typo | yui-knk | |
| 2013-08-02 | I fix order of actual and expect test value in range.rb. | Jun Hiroe | |
| 2013-07-01 | Add Range#eql? test case. | Jun Hiroe | |
| 2013-06-30 | Merge pull request #1324 from h2so5/fix-range-equal | Yukihiro "Matz" Matsumoto | |
| Fix Range#== | |||
| 2013-06-30 | Fix Range#== | h2so5 | |
| 2013-06-30 | Add Range#eql? method test. | Jun Hiroe | |
| 2013-06-15 | Improve Range Tests | Daniel Bovensiepen | |
| 2013-01-28 | Enable test for `Range#initialize`. | Masamitsu MURASE | |
| 2012-06-03 | Add more superclass tests | Daniel Bovensiepen | |
| 2012-05-29 | Add Test cases for Literals, Enumeration, Exceptions and clean line endings | Daniel Bovensiepen | |
| 2012-05-19 | Complete ISO test cases for Hash, Range, String and Symbol | Daniel Bovensiepen | |
