Граф коммитов

213 Коммитов

Автор SHA1 Сообщение Дата
Soutaro Matsumoto 25eb63fa7f
Bundle RBS 2.4.0 (#5894) 2022-05-08 23:04:25 +09:00
Soutaro Matsumoto 8197ae35f9
Bundle RBS 2.3.2 (#5762) 2022-04-06 23:57:00 +09:00
Yusuke Endoh f8455a4faf Make typeprof support RBS 2.3.0
Since RBS 2.3.0, nil? returns true or false instead of bool
2022-04-04 18:54:27 +09:00
Kazuhiro NISHIYAMA e73d76027e
Update bundled_gems 2022-04-02 19:29:03 +09:00
Koichi Sasada b3a05827c7 debug.gem v1.5.0
Note that `mkmf`'s `have_func` doesn't work without installing ruby
(without `make install`) and `make test-bundled-gems` does not work.
So the newer test repository is specified.
2022-04-01 14:44:08 +09:00
git 43cc4f66c2 Update bundled gems list at 2022-02-23 2022-02-23 07:00:29 +00:00
Soutaro Matsumoto d4a8c04dc7
Update RBS (#5515)
* Bundle RBS 2.1.0
2022-02-02 13:25:47 +09:00
Nobuyoshi Nakada ac80788862
Update RBS test for Gem::Version#<=> update 2022-01-14 15:26:49 +09:00
git 2db7952e59 Update bundled gems list at 2022-01-06 2022-01-06 07:02:37 +00:00
Soutaro Matsumoto c8694303ee
Update RBS to skip testing `Kernel#=~` (#5386) 2022-01-02 20:24:20 +09:00
git 6d57290210 Update bundled gems list at 2021-12-29 2021-12-29 07:02:15 +00:00
Masataka Pocke Kuwabara b948b1a4e1
Fix RBS test failures of taint/trust (#5364) 2021-12-28 18:18:40 +09:00
Soutaro Matsumoto 8d940e3032
Bundle RBS 2.0.0 (#5330)
* Bundle RBS 2.0.0

* Update NEWS.md
2021-12-24 22:54:45 +09:00
Yusuke Endoh 8f3b5a28d6 Update TypeProf to 0.21.1 2021-12-23 18:25:48 +09:00
Yusuke Endoh d2e63af474 Update TypeProf to 0.21.0 2021-12-20 18:36:50 +09:00
git 145f7c094f Update bundled gems list at 2021-12-20 2021-12-20 07:05:44 +00:00
Koichi Sasada dbb5abc45b debug.gem 1.4.0 2021-12-18 04:21:18 +09:00
git b2395539aa Update bundled_gems at 2021-12-15 2021-12-15 07:01:23 +00:00
git 14c8dca6d1 Update bundled_gems at 2021-12-14 2021-12-14 06:59:58 +00:00
git 2f79d6d3f2 Update bundled_gems at 2021-12-12 2021-12-12 07:12:13 +00:00
git 0cefc2fbdf Update bundled_gems at 2021-12-10 2021-12-10 07:01:36 +00:00
git dd6c59cdaf Update bundled_gems at 2021-12-03 2021-12-03 07:00:45 +00:00
Jean Boussier c0c2b31a35 Add Class#subclasses
Implements [Feature #18273]

Returns an array containing the receiver's direct subclasses without
singleton classes.
2021-11-23 10:50:44 +01:00
Kazuhiro NISHIYAMA 6896324465
Update bundled_gems 2021-11-18 20:52:03 +09:00
Yusuke Endoh 21b8f992de Use the updated test of rbs
To prevent the CI failure due to the change of io-wait
https://github.com/ruby/rbs/pull/828/
2021-11-17 13:53:55 +09:00
git a046081838 Update bundled_gems at 2021-11-12 2021-11-12 07:04:21 +00:00
Soutaro Matsumoto dee2e9b2be
Bundle RBS 1.7.0 (#5105)
* Bundle RBS 1.7.0

* tool/test-bundled-gems.rb: Use a correct path to Check if rbs is built

* tool/test-bundled-gems.rb: lib/rbs/parse.y is no longer created

Co-authored-by: Yusuke Endoh <mame@ruby-lang.org>
2021-11-12 02:01:53 +09:00
Yusuke Endoh efe7e6e949 Bundle rbs 1.7.0.beta.5 2021-11-09 03:32:46 +09:00
git b5ca8ebc0b Update bundled_gems at 2021-11-08 2021-11-08 07:07:54 +00:00
git f0226f9a01 Update bundled_gems at 2021-11-01 2021-11-01 07:07:34 +00:00
Yusuke Endoh efcf18f13e Update TypeProf to 0.20.2 2021-10-28 13:45:53 +09:00
Yusuke Endoh 54379e3d7d Update TypeProf to 0.20.1 2021-10-25 19:42:42 +09:00
Koichi Sasada 598382f686 debug.gem 1.3.1 2021-10-22 14:43:38 +09:00
git ca989537a9 Update bundled_gems at 2021-10-20 2021-10-20 07:07:22 +00:00
git 9d2abb8e92 Update bundled_gems at 2021-10-18 2021-10-18 07:11:44 +00:00
Kazuhiro NISHIYAMA fc9f9231cf
Update bundled_gems 2021-10-14 23:17:20 +09:00
Kazuhiro NISHIYAMA ec4d536d42
Update bundled_gems 2021-10-12 12:53:56 +09:00
Kazuhiro NISHIYAMA b56bb0cf9b
Update bundled_gems 2021-10-10 20:14:37 +09:00
Koichi Sasada f2ca65266f debug.gem v1.2.4
This version fixes test failures on MacOS enviornment.
2021-10-05 23:22:42 +09:00
Koichi Sasada 0553494ad7 debug.gem 1.2.3
This version uses tempdir instead of homedir to store UNIX domain
socket.
2021-10-05 14:58:54 +09:00
Koichi Sasada bc96a45f12 introduce debug.gem
For the `test-bundled-gems`, make `debug.so` with extconf.rb and
`make` command directly because `rake-compiler` assume ruby is
installed (but `test-bundled-gems` can run without installation).
2021-10-05 02:07:33 +09:00
git 6031f4268b Update bundled_gems at 2021-09-14 2021-09-14 07:04:28 +00:00
git cbda32cd98 Update bundled_gems at 2021-09-11 2021-09-11 07:02:42 +00:00
Soutaro Matsumoto 34839e41f1
Bundle RBS 1.6.2 (#4817) 2021-09-09 21:45:14 +09:00
git 00fd7dac32 Update bundled_gems at 2021-09-08 2021-09-08 07:03:25 +00:00
Soutaro Matsumoto 6bae5ac955
Bundle RBS 1.6.0 (#4809)
* Bundle RBS 1.6.0

* Specify bundled rbs commit hash to fix test

ref https://github.com/ruby/rbs/pull/778

* Bundle RBS 1.6.1

Co-authored-by: Masataka Pocke Kuwabara <kuwabara@pocke.me>
2021-09-06 01:11:50 +09:00
Kazuhiro NISHIYAMA f91f82ca30
Update bundled_gems 2021-09-05 00:33:26 +09:00
Kazuki Tsujimoto 5d62fd8e17
Update power_assert to 2.0.1 2021-08-29 11:38:45 +09:00
Yusuke Endoh b44741f5dc tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf
Formerly, TypeProf was tested with the latest RBS code during
`make test-bundled-gems`. However, when a new version of rbs is
released, and if it is incompatible with TypeProf,
`make test-bundled-gems` starts failing, which was annoying.

By this change, TypeProf is tested with the bundled version of RBS.
2021-08-25 11:13:17 +09:00
Soutaro Matsumoto c527d278a3
Bundle RBS 1.5.1 (#4760) 2021-08-22 02:47:54 +09:00