1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core
Kazuhiro NISHIYAMA 5e7cd480f9
Fix spec failure on ruby 3.1
Because https://github.com/ruby/ruby/pull/5148 merged after Ruby 3.1.0 released.

13241b71a5 did not fix proc spec yet.

https://github.com/ruby/actions/runs/4718820699?check_suite_focus=true#step:18:173
```
  1)
  Proc#parameters adds * rest arg for "star" argument FAILED
  Expected [[:req, :x], [:rest]] == [[:req, :x], [:rest, :*]]
  to be truthy but was false
  /home/runner/work/actions/actions/snapshot-ruby_3_1/spec/ruby/core/proc/parameters_spec.rb:85:in `block (3 levels) in <top (required)>'
  /home/runner/work/actions/actions/snapshot-ruby_3_1/spec/ruby/core/proc/parameters_spec.rb:3:in `<top (required)>'
```
2022-01-06 10:14:11 +09:00
..
argf
array Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
basicobject
binding Update to ruby/spec@d6921ef 2021-10-20 21:41:46 +02:00
builtin_constants
class Remove Class#descendants 2021-12-20 11:02:15 -08:00
comparable
complex Fix typos 2021-11-02 19:17:37 +09:00
conditionvariable Update to ruby/spec@d6921ef 2021-10-20 21:41:46 +02:00
data
dir Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
encoding Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
enumerable Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
enumerator Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
env Update to ruby/spec@d6921ef 2021-10-20 21:41:46 +02:00
exception Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
false
fiber Update to ruby/spec@21a48d9 2021-10-28 18:54:01 +02:00
file Update to ruby/spec@254c380 2021-10-20 21:57:05 +02:00
filetest
float Update to ruby/spec@d6921ef 2021-10-20 21:41:46 +02:00
gc Fix GC.total_time example 2021-11-30 08:49:41 +09:00
hash Update to ruby/spec@d6921ef 2021-10-20 21:41:46 +02:00
integer s/an Bignum/a Bignum/ [ci skip] 2021-12-28 18:35:03 +09:00
io Prepare for removing RubyVM::JIT (#5262) 2021-12-13 23:07:46 -08:00
kernel Kernel#=~: delete 2022-01-03 22:33:38 +09:00
main Make Module#{public,private,protected,module_function} return arguments 2021-11-18 09:47:40 -08:00
marshal
matchdata Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
math
method Fix failures on ruby 3.1 2022-01-05 08:18:47 +09:00
module Remove Refinement#include and Refinement#prepend 2021-12-26 23:28:54 +09:00
mutex
nil Kernel#=~: delete 2022-01-03 22:33:38 +09:00
numeric Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
objectspace
proc Fix spec failure on ruby 3.1 2022-01-06 10:14:11 +09:00
process
queue
random Remove deprecated Random::DEFAULT [Feature #17351] 2022-01-01 18:55:52 +09:00
range Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
rational
refinement Remove Refinement#{extend_object,append_features,prepend_features} 2022-01-05 10:59:03 -08:00
regexp
signal
sizedqueue
string Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00
struct Fix typos 2021-11-02 19:17:37 +09:00
symbol Update to ruby/spec@21a48d9 2021-10-28 18:54:01 +02:00
systemexit
thread Update to ruby/spec@21a48d9 2021-10-28 18:54:01 +02:00
threadgroup
time
tracepoint
true
unboundmethod
warning Update to ruby/spec@7f22a0b 2021-11-29 15:50:28 +01:00