index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_refinement.rb
Age
Commit message (
Expand
)
Author
2020-06-19
test/ruby/test_refinement.rb: suppress warning yb $VEROBSE = nil
Yusuke Endoh
2020-06-18
Allow refining a frozen class
Jeremy Evans
2020-04-21
test/ruby/test_refinement.rb: extend the timeout
Yusuke Endoh
2020-02-09
Check if bindable against the refined target [Bug #16617]
Nobuyoshi Nakada
2020-01-28
use Minitest::Unit.current_repeat_count to skip multi-run.
Koichi Sasada
2020-01-28
support multi-run for test/ruby/test_refinement.rb
Koichi Sasada
2019-11-28
Make prepending a refined module after inclusion not break refinements
Jeremy Evans
2019-11-28
Honor refinements for modules that prepend other modules
Jeremy Evans
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-12
Revert "Method reference operator"
Nobuyoshi Nakada
2019-09-20
Allow calling a private method with `self.`
Dylan Thacker-Smith
2019-08-17
Search refinement module along nested usings
Nobuyoshi Nakada
2019-06-30
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-11
Fix SystemStackError when calling a method in an unused refinement
Jeremy Evans
2019-06-01
Ignore warnings about mismatched indentations.
Hiroshi SHIBATA
2019-06-01
Ignore warnings about argument prefix with operator symbol.
Hiroshi SHIBATA
2019-01-28
added assertion with method ref operator
nobu
2019-01-28
Add refinements support to method/instance_method.
nobu
2018-12-30
test_refinement.rb: increase timeout for RubyCI
k0kubun
2018-11-22
Enable refinements at Object#respond_to?
nobu
2018-11-22
Enable refinements to public_send.
nobu
2018-01-24
vm_args.c: to_proc refinements
nobu
2017-12-26
vm_method.c: fix super in refined module
nobu
2017-12-02
Modules should not have subclasses.
shugo
2017-11-29
* remove trailing spaces.
svn
2017-11-29
Unused module refinement shouldn't break method search.
shugo
2017-10-01
test_refinement.rb: test for r59946
nobu
2017-09-30
eval.c: check type
nobu
2017-09-18
refinements in string interpolation
nobu
2017-08-17
vm_method.c: alias warning at refined method
nobu
2017-07-29
visibility of inherited method
nobu
2017-03-25
class.c: prohibit refinement module
nobu
2017-03-18
vm_args.c: pass block
nobu
2017-02-19
vm_insnhelper.c: super to module in refinement
nobu
2017-01-18
vm_method.c: resolve refined method to undef
nobu
2016-12-08
vm_insnhelper.c: zsuper in refinements
nobu
2016-11-10
vm_eval.c: fix refined method when prepended
nobu
2016-11-05
* test/ruby/test_refinement.rb (test_refine_alias_in_subclass):
shugo
2016-10-23
test_refinement.rb: Symbol#to_proc test
nobu
2016-10-19
vm_insnhelper.c: refinements with send
nobu
2016-10-15
test_refinement.rb: test_symbol_proc
nobu
2016-10-15
test_refinement.rb: using without eval
nobu
2016-09-23
* eval.c (rb_mod_refine): refine modules as well.
shugo
2016-09-08
* eval.c (rb_mod_s_used_modules): rename Module.used_refinements to
shugo
2016-09-08
* insns.def (setclassvariable, setconstant): warn when self is a
shugo
2016-09-07
* remove trailing spaces.
svn
2016-09-07
* eval.c (rb_mod_s_used_refinements): new method
shugo
2016-06-29
* test/ruby/test_refinement.rb: skip
shugo
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-05-02
* test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.
akr
[next]