summaryrefslogtreecommitdiff
path: root/test/ruby/test_refinement.rb
AgeCommit message (Expand)Author
2019-06-01Ignore warnings about mismatched indentations.Hiroshi SHIBATA
2019-06-01Ignore warnings about argument prefix with operator symbol.Hiroshi SHIBATA
2019-01-28added assertion with method ref operatornobu
2019-01-28Add refinements support to method/instance_method.nobu
2018-12-30test_refinement.rb: increase timeout for RubyCIk0kubun
2018-11-22Enable refinements at Object#respond_to?nobu
2018-11-22Enable refinements to public_send.nobu
2018-01-24vm_args.c: to_proc refinementsnobu
2017-12-26vm_method.c: fix super in refined modulenobu
2017-12-02Modules should not have subclasses.shugo
2017-11-29* remove trailing spaces.svn
2017-11-29Unused module refinement shouldn't break method search.shugo
2017-10-01test_refinement.rb: test for r59946nobu
2017-09-30eval.c: check typenobu
2017-09-18refinements in string interpolationnobu
2017-08-17vm_method.c: alias warning at refined methodnobu
2017-07-29visibility of inherited methodnobu
2017-03-25class.c: prohibit refinement modulenobu
2017-03-18vm_args.c: pass blocknobu
2017-02-19vm_insnhelper.c: super to module in refinementnobu
2017-01-18vm_method.c: resolve refined method to undefnobu
2016-12-08vm_insnhelper.c: zsuper in refinementsnobu
2016-11-10vm_eval.c: fix refined method when prependednobu
2016-11-05* test/ruby/test_refinement.rb (test_refine_alias_in_subclass):shugo
2016-10-23test_refinement.rb: Symbol#to_proc testnobu
2016-10-19vm_insnhelper.c: refinements with sendnobu
2016-10-15test_refinement.rb: test_symbol_procnobu
2016-10-15test_refinement.rb: using without evalnobu
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 toshugo
2016-09-08* insns.def (setclassvariable, setconstant): warn when self is ashugo
2016-09-07* remove trailing spaces.svn
2016-09-07* eval.c (rb_mod_s_used_refinements): new methodshugo
2016-06-29* test/ruby/test_refinement.rb: skipshugo
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-02* test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.akr
2016-02-19test/ruby: suppress runtime warningsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-12* vm_insnhelper.c (vm_call_method_missing): method_missing shouldshugo
2015-11-20* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.ko1
2015-11-18* vm_method.c (rb_class_clear_method_cache): should clear allko1
2015-11-10Add a trick to pending for r52509naruse
2015-11-09add message for assert_equal.akr
2015-11-09add a test.akr
2015-08-31* class.c (move_refined_method): should insert a write barrierko1
2015-08-11* vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0deahsbt
2015-05-26* vm_method.c (rb_alias): should resolve refined methods.shugo
2015-05-08vm_eval.c: resolve refined method entrynobu
2015-05-06vm_eval.c: undefined refined check_funcallnobu
2015-03-05* vm_eval.c (eval_string_with_cref): A binding should keepshugo