summaryrefslogtreecommitdiff
path: root/test/ruby/test_refinement.rb
AgeCommit message (Expand)Author
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
2015-03-05* test/ruby/test_refinement.rb: There is no need anymore to supressshugo
2015-02-22* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinementsktsj
2015-02-10* vm_insnhelper.c (vm_call_method): stop method search when a methodshugo
2015-02-04* class.c (method_entry_i, class_instance_method_list,shugo
2015-02-03* vm_method.c (remove_method): When remove refinedshugo
2015-01-18vm_method.c: method defined should not use refinements.nobu
2015-01-15proc.c: singleton_method should not use refinementsnobu
2015-01-12vm_method.c: NameError at refined method aliasnobu
2015-01-08vm_method.c: no super klass, no original method entrynobu
2015-01-08vm_method.c: fix change refined new method visibilitynobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-08-03vm_insnhelper.c: fix unusable super classnobu
2014-03-05* test/ruby: get rid of warnings.usa
2014-02-13* vm_insnhelper.c (vm_call_method): should check ci->me->flag ofshugo
2013-12-20Fix typo in testsa_matsuda
2013-10-17* vm_insnhelper.c (vm_call_method): set ci->me to 0 when theshugo