| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-16 | Revert "Temporary ignored the failing specs for Date" | Yusuke Endoh | |
| This reverts commit 17e64cca6b737060884f6fd9ab1c5055e9b49577. The specs should work now. | |||
| 2021-11-16 | Temporary ignored the failing specs for Date | Hiroshi SHIBATA | |
| 2021-10-25 | Make Coverage suspendable (#4856) | Yusuke Endoh | |
| * Make Coverage suspendable Add `Coverage.suspend`, `Coverage.resume` and some methods. [Feature #18176] [ruby-core:105321] Notes: Merged-By: mame <mame@ruby-lang.org> | |||
| 2021-10-20 | Update to ruby/spec@254c380 | Benoit Daloze | |
| 2021-10-20 | Update to ruby/spec@d6921ef | Benoit Daloze | |
| 2021-10-13 | Fix a typo | Kazuhiro NISHIYAMA | |
| 2021-10-10 | Use an isolated class | Nobuyoshi Nakada | |
| The number of all instances of `Class` may be affected by GC-able anonymous classes created by other tests. | |||
| 2021-10-07 | Followed up bd6e1a0f0883dba7b02f30cefe5ebec96d02cb90 | Hiroshi SHIBATA | |
| 2021-10-05 | Update to ruby/spec@ccf0d85 | Benoit Daloze | |
| 2021-09-28 | Followed up behavior change of set | Hiroshi SHIBATA | |
| https://github.com/ruby/ruby/commit/f360ebb30606a4143029996073d29d007069428d | |||
| 2021-09-28 | Followed up ruby/spec examples for date. | Hiroshi SHIBATA | |
| https://github.com/ruby/ruby/commit/f9f7f3a75ec5af4a70e3332f8f5aa300c13432e2 | |||
| 2021-09-07 | Update to ruby/spec@b1e93a2 | Benoit Daloze | |
| 2021-08-13 | Update to ruby/spec@330c641 | Benoit Daloze | |
| 2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
| 2021-07-27 | Bump unicode version for Ruby 3.1 | Hiroshi SHIBATA | |
| 2021-07-08 | Fix ruby_version guards in Unicode/Emoji version specs | Martin Dürst | |
| Correct version guards in ruby_version in Unicode/Emoji version specs to correctly use exclusive range endings. | |||
| 2021-07-08 | Add new Unicode/Emoji version checks to spec/ruby/library/rbconfig | Martin Dürst | |
| - Limit Unicode version 12.1.0 to Ruby versions 2.6.3 - 3.0 - Check that Ruby version 3.1 has Unicode version 13.0.0 - Limit Unicode Emoji version 12.1 to Ruby versions 2.7 - 3.0 - Check that Ruby version 3.1 has Unicode Emoji version 13.0 | |||
| 2021-06-02 | Update to ruby/spec@c6e9285 | Benoit Daloze | |
| 2021-06-02 | Update to ruby/spec@a0b7d0d | Benoit Daloze | |
| 2021-05-27 | Guard ruby/spec with spec/mspec/tool/wrap_with_guard.rb | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4530 | |||
| 2021-05-17 | Use a shared spec for YAML.load and YAML.unsafe_load | Benoit Daloze | |
| 2021-05-17 | spec/ruby/library/yaml: Test YAML.unsafe_load instead of YAML.load in 3.1 | Yusuke Endoh | |
| 2021-05-17 | Revert "Use YAML.unsafe_load instead of YAML.load." | Yusuke Endoh | |
| This reverts commit a0e97b0e2e4314a0815d09beb825e38f234778da. | |||
| 2021-05-17 | Use YAML.unsafe_load instead of YAML.load. | Hiroshi SHIBATA | |
| This is a temporary workaround. We should rewrite the examples with permitted_classes. | |||
| 2021-05-06 | net-http no longer requires stringio | Nobuyoshi Nakada | |
| 2021-05-04 | spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for Windows | MSP-Greg | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4424 | |||
| 2021-04-15 | spec/ruby/library/matrix/: Change the version guard to 3.1.0 | Yusuke Endoh | |
| [Bug #17521] won't be backported until 3.1.0. https://github.com/ruby/spec/pull/832 | |||
| 2021-04-06 | spec/ruby/library/matrix/: Change the version guard to 3.0.2 | Yusuke Endoh | |
| [Bug #17521] is not backported to 3.0.1. | |||
| 2021-03-27 | Update to ruby/spec@fd6eddd | Benoit Daloze | |
| 2021-02-27 | Update to ruby/spec@37e52e5 | Benoit Daloze | |
| 2021-01-28 | Update to ruby/spec@8cafaa5 | Benoit Daloze | |
| 2021-01-11 | [ruby/matrix] use an exclusive range [Bug #17521] | Nobuyoshi Nakada | |
| 2021-01-10 | [ruby/matrix] Fix 0-th power [Bug #17521] (#4047) | Marc-André Lafortune | |
| Notes: Merged-By: marcandre <github@marc-andre.ca> | |||
| 2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
| 2020-12-21 | Use Integer instead of Fixnum/Bignum | Nobuyoshi Nakada | |
| 2020-12-21 | Fixed indefinite articles before "Integer" [ci skip] | Nobuyoshi Nakada | |
| 2020-12-20 | BigDecimal#precs is deprecated | Nobuyoshi Nakada | |
| 2020-12-08 | Set default for Encoding.default_external to UTF-8 on Windows (#2877) | Lars Kanis | |
| * Use UTF-8 as default for Encoding.default_external on Windows * Document UTF-8 change on Windows to Encoding.default_external fix https://bugs.ruby-lang.org/issues/16604 Notes: Merged-By: nurse <naruse@airemix.jp> | |||
| 2020-12-05 | Wrap SortedSet with `ruby_version_is ""..."3.0"` | Benoit Daloze | |
| * Using $ spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.0"' spec/ruby/library/set/sortedset/**/*_spec.rb | |||
| 2020-12-05 | Revert "SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2" | Benoit Daloze | |
| * This reverts commit b06ffce4aef002dc47c3c5968181230e7ab8d7cc. * Do not revert specs, wrap them with `ruby_version_is` (tool for that in next commit). | |||
| 2020-12-04 | 2.8 -> 3.0 in specs | Benoit Daloze | |
| 2020-12-04 | Skip subclass spec with SortedSet | Hiroshi SHIBATA | |
| 2020-12-04 | SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2 | Hiroshi SHIBATA | |
| 2020-12-03 | delete deprecated IO-like methods | 卜部昌平 | |
| This commit deletes {IO,ARGF,StringIO,Zib::GZipReader}#{bytes,chars,lines,codepoints}, which have been deprecated since c47c095b9740e7c19d6fdca29ab661c1089221d4. Note that String also has those methods. They are neither depreacted nor deleted because they are not aliases of counterpart each_something. | |||
| 2020-11-27 | Update to ruby/spec@ac878ad | Benoit Daloze | |
| 2020-11-13 | Update to ruby/spec@b0b7f53 | Benoit Daloze | |
| 2020-11-13 | Fixup 957efa95cc12c608705a5663256226f022ea6c7f | Hiroshi SHIBATA | |
| 2020-11-04 | Revert "Make `marshal_load` public" | Marc-Andre Lafortune | |
| This reverts commit ee7cc6ac35cfb056b3946b1dcd6d4d5a140ccacf. I'm not sure I agree with the spec, but I just tweaked it. Notes: Merged: https://github.com/ruby/ruby/pull/3736 | |||
| 2020-10-26 | Update to ruby/spec@b164536 | Benoit Daloze | |
| 2020-10-24 | Update to ruby/spec@4f59d86 | Benoit Daloze | |
