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_defined.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more tests for defined? with method calls
Jeremy Evans
2021-03-29
1
-0
/
+49
*
Warn the defined location as deprecation as well as the main message
Nobuyoshi Nakada
2021-01-23
1
-0
/
+17
*
Revert "[Bug #11213] let defined?(super) call respond_to_missing?"
Nobuyoshi Nakada
2021-01-13
1
-33
/
+0
*
[Bug #11213] let defined?(super) call respond_to_missing?
Nobuyoshi Nakada
2020-11-20
1
-0
/
+33
*
Properly resolve refinements in defined? on private call [Bug #16932]
Nobuyoshi Nakada
2020-06-04
1
-0
/
+21
*
Properly resolve refinements in defined? on method call [Bug #16932]
Nobuyoshi Nakada
2020-06-04
1
-0
/
+28
*
Fixed `defined?` against protected method call
Nobuyoshi Nakada
2020-06-02
1
-0
/
+1
*
Split test_defined_method
Nobuyoshi Nakada
2020-06-02
1
-1
/
+22
*
Fix typo in test name
Peter Zhu
2020-05-08
1
-1
/
+1
*
Test for [Bug #16669]
Nobuyoshi Nakada
2020-04-23
1
-0
/
+8
*
Split test_defined
Nobuyoshi Nakada
2020-04-23
1
-2
/
+16
*
defined? returns nil for toplevel constant lookup
nobu
2018-01-27
1
-0
/
+4
*
parse.y: primary should not be 0
nobu
2017-08-22
1
-0
/
+4
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* vm_insnhelper.c (vm_defined): check respond_to_missing?
ko1
2015-06-02
1
-0
/
+15
*
* vm_insnhelper.c (vm_defined): skip respond_to_missing? when
ko1
2015-06-02
1
-0
/
+25
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
* test/ruby: get rid of warnings.
usa
2014-03-04
1
-1
/
+1
*
* test/ruby/test_defined.rb (TestDefined#test_super_toplevel):
nobu
2013-05-05
1
-0
/
+5
*
insns.def: method entry from method frame
nobu
2013-05-05
1
-0
/
+16
*
parse.y: "nil" for defined? with empty expression
nobu
2013-04-05
1
-0
/
+7
*
* iseq.c (rb_iseq_defined_string): the index of defined_strings must
naruse
2012-09-24
1
-0
/
+5
*
use assert_predicate for unary operator
naruse
2012-09-24
1
-1
/
+1
*
Feature #7035
nobu
2012-09-24
1
-0
/
+6
*
insns.def: use klass in cfp
nobu
2012-08-06
1
-0
/
+18
*
defined: me in cfp
nobu
2012-07-11
1
-0
/
+16
*
* compile.c (defined_expr): guard the whole expression.
nobu
2012-02-11
1
-0
/
+12
*
* vm_insnhelper.h (COPY_CREF): should copy
shugo
2011-03-30
1
-14
/
+19
*
* test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):
nobu
2011-03-24
1
-0
/
+5
*
* vm_insnhelper.c (vm_get_ev_const): should not autoload in
nobu
2011-03-24
1
-0
/
+11
*
* variable.c (rb_const_defined_0): fix autoloading base.
nobu
2011-03-24
1
-0
/
+18
*
* test/ruby/test_defined.rb (TestDefined#test_defined): get rid of
nobu
2011-03-24
1
-3
/
+3
*
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,
mame
2010-01-21
1
-0
/
+7
*
* compile.c, insns.def: change return value of "defined?"
ko1
2007-11-27
1
-0
/
+29
*
* compile.c (defined_expr): defined(method(x)) dumped core. a
matz
2007-11-23
1
-2
/
+11
*
* test/*: should not depend on $KCODE.
nahi
2004-02-18
1
-2
/
+0
*
* variable.c (rb_const_defined_0): look up constants in Object as
nobu
2003-10-02
1
-1
/
+4
*
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
1
-6
/
+6
*
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-05
1
-2
/
+2
*
* test/ruby: tests for ruby itself.
nahi
2003-09-04
1
-0
/
+42