index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_refinement.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check if bindable against the refined target [Bug #16617]
Nobuyoshi Nakada
2020-02-09
1
-0
/
+19
*
use Minitest::Unit.current_repeat_count to skip multi-run.
Koichi Sasada
2020-01-28
1
-6
/
+2
*
support multi-run for test/ruby/test_refinement.rb
Koichi Sasada
2020-01-28
1
-0
/
+8
*
Make prepending a refined module after inclusion not break refinements
Jeremy Evans
2019-11-28
1
-0
/
+32
*
Honor refinements for modules that prepend other modules
Jeremy Evans
2019-11-28
1
-0
/
+28
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-1
/
+0
*
Revert "Method reference operator"
Nobuyoshi Nakada
2019-11-12
1
-1
/
+1
*
Allow calling a private method with `self.`
Dylan Thacker-Smith
2019-09-20
1
-1
/
+1
*
Search refinement module along nested usings
Nobuyoshi Nakada
2019-08-17
1
-0
/
+28
*
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-30
1
-0
/
+2
*
Fix SystemStackError when calling a method in an unused refinement
Jeremy Evans
2019-06-11
1
-0
/
+32
*
Ignore warnings about mismatched indentations.
Hiroshi SHIBATA
2019-06-01
1
-1
/
+1
*
Ignore warnings about argument prefix with operator symbol.
Hiroshi SHIBATA
2019-06-01
1
-7
/
+7
*
added assertion with method ref operator
nobu
2019-01-28
1
-0
/
+1
*
Add refinements support to method/instance_method.
nobu
2019-01-28
1
-2
/
+39
*
test_refinement.rb: increase timeout for RubyCI
k0kubun
2018-12-30
1
-1
/
+1
*
Enable refinements at Object#respond_to?
nobu
2018-11-22
1
-2
/
+2
*
Enable refinements to public_send.
nobu
2018-11-22
1
-0
/
+33
*
vm_args.c: to_proc refinements
nobu
2018-01-24
1
-0
/
+116
*
vm_method.c: fix super in refined module
nobu
2017-12-26
1
-0
/
+19
*
Modules should not have subclasses.
shugo
2017-12-02
1
-0
/
+19
*
* remove trailing spaces.
svn
2017-11-29
1
-3
/
+3
*
Unused module refinement shouldn't break method search.
shugo
2017-11-29
1
-0
/
+26
*
test_refinement.rb: test for r59946
nobu
2017-10-01
1
-0
/
+15
*
eval.c: check type
nobu
2017-09-30
1
-0
/
+21
*
refinements in string interpolation
nobu
2017-09-18
1
-0
/
+13
*
vm_method.c: alias warning at refined method
nobu
2017-08-17
1
-0
/
+17
*
visibility of inherited method
nobu
2017-07-29
1
-0
/
+44
*
class.c: prohibit refinement module
nobu
2017-03-25
1
-0
/
+14
*
vm_args.c: pass block
nobu
2017-03-18
1
-0
/
+25
*
vm_insnhelper.c: super to module in refinement
nobu
2017-02-19
1
-0
/
+32
*
vm_method.c: resolve refined method to undef
nobu
2017-01-18
1
-0
/
+19
*
vm_insnhelper.c: zsuper in refinements
nobu
2016-12-08
1
-0
/
+21
*
vm_eval.c: fix refined method when prepended
nobu
2016-11-10
1
-0
/
+14
*
* test/ruby/test_refinement.rb (test_refine_alias_in_subclass):
shugo
2016-11-05
1
-0
/
+25
*
test_refinement.rb: Symbol#to_proc test
nobu
2016-10-23
1
-0
/
+5
*
vm_insnhelper.c: refinements with send
nobu
2016-10-19
1
-2
/
+2
*
test_refinement.rb: test_symbol_proc
nobu
2016-10-15
1
-0
/
+8
*
test_refinement.rb: using without eval
nobu
2016-10-15
1
-6
/
+6
*
* eval.c (rb_mod_refine): refine modules as well.
shugo
2016-09-23
1
-7
/
+54
*
* eval.c (rb_mod_s_used_modules): rename Module.used_refinements to
shugo
2016-09-08
1
-8
/
+8
*
* insns.def (setclassvariable, setconstant): warn when self is a
shugo
2016-09-08
1
-0
/
+16
*
* remove trailing spaces.
svn
2016-09-07
1
-3
/
+3
*
* eval.c (rb_mod_s_used_refinements): new method
shugo
2016-09-07
1
-0
/
+49
*
* test/ruby/test_refinement.rb: skip
shugo
2016-06-29
1
-0
/
+3
*
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
1
-12
/
+12
*
* test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.
akr
2016-05-02
1
-3
/
+3
*
test/ruby: suppress runtime warnings
nobu
2016-02-19
1
-2
/
+4
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* vm_insnhelper.c (vm_call_method_missing): method_missing should
shugo
2015-12-12
1
-0
/
+25
[next]