summaryrefslogtreecommitdiff
path: root/gems
AgeCommit message (Collapse)Author
2023-05-25Update bundled gems list at 2023-05-25git
2023-05-13Update bundled gems list at 2023-05-13git
2023-05-09Use debug-1.8.0Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7781
2023-05-09Use HEAD version of ruby/debug for testingHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7781
2023-04-28Bundle rbs-3.1.0 (#7766)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2023-04-01Fix a test in typeprofTakashi Kokubun
Revert "Skip typeprof for now" This reverts commit bdbf663cef31e2194bf87ae5c11dfe5525316ca8.
2023-03-29Update bundled gems list at 2023-03-29git
2023-03-28Update rbs's commit hash to avoid test failure on pathname (#7596)Masataka Pocke Kuwabara
Notes: Merged-By: pocke <p.ck.t22@gmail.com>
2023-03-20Add explanation to rbs_skip_tests (#7525)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2023-03-14Try to use https://github.com/ruby/rbs/pull/1273Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7516
2023-03-13Fork rbs to fix test failuresTakashi Kokubun
https://github.com/ruby/rbs/pull/1274
2023-03-13Update bundled gems list at 2023-03-13git
2023-03-07Update bundled gems list at 2023-03-07git
2023-03-06Change bytecode of `f(*a, **kw)`Koichi Sasada
`f(*a, **kw)` is compiled to `f([*a, kw])` but it makes an dummy array, so change it to pass two arguments `a` and `kw` with calling flags. ``` ruby 3.2.0 (2022-12-29 revision a7d467a792) [x86_64-linux] Calculating ------------------------------------- foo() 15.354M (± 4.2%) i/s - 77.295M in 5.043650s dele() 13.439M (± 3.9%) i/s - 67.109M in 5.001974s dele(*) 6.265M (± 4.5%) i/s - 31.730M in 5.075649s dele(*a) 6.286M (± 3.3%) i/s - 31.719M in 5.051516s dele(*a, **kw) 1.926M (± 4.5%) i/s - 9.753M in 5.076487s dele(*, **) 1.927M (± 4.2%) i/s - 9.710M in 5.048224s dele(...) 5.871M (± 3.9%) i/s - 29.471M in 5.028023s forwardable 4.969M (± 4.1%) i/s - 25.233M in 5.087498s ruby 3.3.0dev (2023-01-13T01:28:00Z master 7e8802fa5b) [x86_64-linux] Calculating ------------------------------------- foo() 16.354M (± 4.7%) i/s - 81.799M in 5.014561s dele() 14.256M (± 3.5%) i/s - 71.656M in 5.032883s dele(*) 6.701M (± 3.8%) i/s - 33.948M in 5.074938s dele(*a) 6.681M (± 3.3%) i/s - 33.578M in 5.031720s dele(*a, **kw) 4.200M (± 4.4%) i/s - 21.258M in 5.072583s dele(*, **) 4.197M (± 5.3%) i/s - 21.322M in 5.096684s dele(...) 6.039M (± 6.8%) i/s - 30.355M in 5.052662s forwardable 4.788M (± 3.2%) i/s - 24.033M in 5.024875s ```
2023-03-06Revert "Update bundled gems list at 2023-03-06"Hiroshi SHIBATA
This reverts commit 84150e6901ad0599d7bcbab34aed2f20235959ff.
2023-03-06Update bundled gems list at 2023-03-06git
2023-03-06minitest moved minitest org from seattlerb nowHiroshi SHIBATA
2023-03-04Just use the latest minitestTakashi Kokubun
2023-03-04Revert "Workaround minitest's version issue"Takashi Kokubun
This reverts commit a3abe3fd6d59a3624a193028a0d3b6b9e90b0260.
2023-03-04Workaround minitest's version issueTakashi Kokubun
Every RubyCI is broken because minitest has a newer version. http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20230305T061003Z.fail.html.gz
2023-03-02Increase timeout for ruby/debug tests (#7421)Takashi Kokubun
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2023-03-02Fix rbs (#7415)Soutaro Matsumoto
* Update RBS to skip validation task * Revert TEST_BUNDLED_GEMS_ALLOW_FAILURES Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2023-03-01Test with unreleased RBS (#7411)Soutaro Matsumoto
* Use RBS 3.0.1 3.0.2 cannot run test on Ruby CI. Waiting for the next release... * Use unreleased version of RBS Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2023-03-01Update bundled gems list at 2023-03-01git
2023-02-28Update bundled gems list at 2023-02-28git
2023-02-27Update bundled gems list at 2023-02-27git
2023-02-19Use the development versions of minitest and debug gemsYusuke Endoh
This is a preparation for a new message format of NameError. [Feature #18285] https://github.com/minitest/minitest/pull/942 https://github.com/ruby/debug/pull/889 Notes: Merged: https://github.com/ruby/ruby/pull/7339
2023-01-20Update bundled gems list at 2023-01-20git
2023-01-18Update RBS commit hash (#7143)Soutaro Matsumoto
Use a commit at the top of RBS 2.8.3, not 3.0.0.dev.N. Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2023-01-12Bump up typeprof-0.21.4Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7108
2023-01-12Try to use https://github.com/ruby/rbs/pull/1207Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7108
2023-01-10Remove extra line which causes `make test-bundled-gems-fetch` to failBenoit Daloze
2023-01-10[DOC] Comments about fields in bundled_gems fileNobuyoshi Nakada
2023-01-06Update bundled gems list at 2023-01-06git
2023-01-02Update bundled gems list at 2023-01-02git
2022-12-23Update bundled_gems for net-imapShugo Maeda
2022-12-23debug.gem v1.7.1Koichi Sasada
Notes: Merged: https://github.com/ruby/ruby/pull/6995
2022-12-21Revert "Update bundled gems list at 2022-12-22"Takashi Kokubun
This reverts commit 89a66f20d8701f30f3d9952ae62a02fdefcd166b.
2022-12-22Update bundled gems list at 2022-12-22git
2022-12-22Update power_assert to 2.0.3Kazuki Tsujimoto
2022-12-21Update bundled_gemsHiroshi SHIBATA
2022-12-15Partially revert "Update bundled_gems"Takashi Kokubun
This reverts the net-imap upgrade of commit e3ed6c07832edf2a95bae3bdd908cc3f5b65eebe. net-imap tests of test-bundled-gems seem to be broken https://github.com/ruby/ruby/actions/runs/3704473689/jobs/6277145052.
2022-12-15Update bundled_gemsKazuhiro NISHIYAMA
2022-12-03debug.gem v1.7.0Koichi Sasada
Notes: Merged: https://github.com/ruby/ruby/pull/6852
2022-11-29Use rbs HEAD for [Feature #19134]Shugo Maeda
Notes: Merged: https://github.com/ruby/ruby/pull/6818
2022-11-28Update bundled gems list at 2022-11-28git
2022-11-26Update bundled_gems (#6813)Soutaro Matsumoto
* Update bundled_gems Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2022-10-30Update bundled gems list at 2022-10-30git
2022-10-24* remove trailing spaces. [ci skip]git
2022-10-24Update bundled gems list at 2022-10-24git