index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_super.rb
Age
Commit message (
Expand
)
Author
2019-12-12
Make super in instance_eval in method in module raise TypeError
Jeremy Evans
2018-04-17
test/ruby/test_super.rb: Remove unused assertions
mame
2018-01-05
check array for zsuper. [Bug #14279]
ko1
2016-10-29
vm_eval.c: follow the original class
nobu
2016-02-19
test/ruby: suppress parser warnings
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-31
test_super.rb: test_missing_super
nobu
2015-07-06
* vm_insnhelper.c (vm_search_super_method): do not skip calling
ko1
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-10-27
* test/ruby/test_super.rb: add a test to check block passing.
ko1
2014-09-19
vm_eval.c: fix super from eval with scope
nobu
2014-04-14
proc.c: use already included ancestor iclass
nobu
2014-04-11
proc.c: fix super in bound UnboundMethod
nobu
2014-04-11
vm_insnhelper.c: preserve encodings
nobu
2014-03-05
* test/ruby: get rid of warnings.
usa
2014-01-10
test_super.rb: remove unneeded code
nobu
2014-01-08
vm_insnhelper.c: revive r44455 for bound module method
nobu
2014-01-06
test_super.rb: test_module_super_in_method_module
nobu
2013-12-28
vm_insnhelper.c: missing super in method module
nobu
2013-10-09
test/unit/assertions.rb: return exception
nobu
2013-09-07
* remove trailing spaces.
nobu
2013-09-02
* vm_insnhelper.c (vm_search_super_method): use ci->argc instead of
ko1
2013-03-07
compile.c: zsuper keyword args
nobu
2013-01-10
* vm_insnhelper.c (vm_search_super_method): raise a TypeError
shugo
2012-09-25
test_super.rb: super from BEGIN
nobu
2012-09-25
insns.def: super from at_exit
nobu
2012-08-23
* insns.def (invokesuper): reverted r36640 partially to make super
shugo
2012-08-22
* insns.def: search up the cf stack for an object that is an instance
tenderlove
2012-08-06
* internal.h, class.c, eval.c, insns.def: find the appropriate
shugo
2012-08-03
test_super.rb: rename
nobu
2012-08-03
* insns.def (invokesuper): reverted r36612 so that super in an
shugo
2012-08-03
* insns.def (invokesuper): don't skip the same class. instead, use
shugo
2011-05-15
* remove trailing spaces.
nobu
2010-08-21
* test/ruby/test_super.rb: add test.
wanabe
2009-07-10
* vm_insnhelper.c (vm_search_superclass): checks for implicit
nobu
2007-11-18
use ML ref. for assertion message.
akr
2007-06-24
* insn_send.ci: removed.
ko1
2007-05-10
* test/ruby/test_super.rb: add tests.
usa
2005-08-07
* test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]
nahi
2004-12-12
* test/ruby/test_super.rb (TestSuper#test_define_method): now methods
nobu
2004-12-07
* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): write
nobu
2004-11-18
* parse.y (f_rest_arg): store rest args into invisible local variabe
nobu