summaryrefslogtreecommitdiff
path: root/test/ruby/test_defined.rb
AgeCommit message (Expand)Author
2020-11-20[Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada
2020-06-04Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada
2020-06-04Properly resolve refinements in defined? on method call [Bug #16932]Nobuyoshi Nakada
2020-06-02Fixed `defined?` against protected method callNobuyoshi Nakada
2020-06-02Split test_defined_methodNobuyoshi Nakada
2020-05-08Fix typo in test namePeter Zhu
2020-04-23Test for [Bug #16669]Nobuyoshi Nakada
2020-04-23Split test_definedNobuyoshi Nakada
2018-01-27defined? returns nil for toplevel constant lookupnobu
2017-08-22parse.y: primary should not be 0nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-02* vm_insnhelper.c (vm_defined): check respond_to_missing?ko1
2015-06-02* vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko1
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-03-04* test/ruby: get rid of warnings.usa
2013-05-05* test/ruby/test_defined.rb (TestDefined#test_super_toplevel):nobu
2013-05-05insns.def: method entry from method framenobu
2013-04-05parse.y: "nil" for defined? with empty expressionnobu
2012-09-24* iseq.c (rb_iseq_defined_string): the index of defined_strings mustnaruse
2012-09-24use assert_predicate for unary operatornaruse
2012-09-24Feature #7035nobu
2012-08-06insns.def: use klass in cfpnobu
2012-07-11defined: me in cfpnobu
2012-02-11* compile.c (defined_expr): guard the whole expression.nobu
2011-03-30* vm_insnhelper.h (COPY_CREF): should copyshugo
2011-03-24* test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu
2011-03-24* vm_insnhelper.c (vm_get_ev_const): should not autoload innobu
2011-03-24* variable.c (rb_const_defined_0): fix autoloading base.nobu
2011-03-24* test/ruby/test_defined.rb (TestDefined#test_defined): get rid ofnobu
2010-01-21* test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame
2007-11-27* compile.c, insns.def: change return value of "defined?"ko1
2007-11-23* compile.c (defined_expr): defined(method(x)) dumped core. amatz
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-10-02* variable.c (rb_const_defined_0): look up constants in Object asnobu
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-04* test/ruby: tests for ruby itself.nahi