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
ruby_3_4
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_variable.rb
Age
Commit message (
Expand
)
Author
2023-10-18
Add test for many ivars
Katherine Oelsner
2023-06-05
Revert "Revert "Fix cvar caching when class is cloned""
eileencodes
2023-06-01
Revert "Fix cvar caching when class is cloned"
Aaron Patterson
2023-06-01
Fix cvar caching when class is cloned
eileencodes
2023-02-10
use correct svar even if env is escaped
Koichi Sasada
2023-02-09
Copy cvar table on clone
eileencodes
2023-01-19
[ci skip] Add ticket label to test
Peter Zhu
2023-01-19
don't allow setting class variable on module that's frozen [Bug #19341]
lukeg
2023-01-17
Fix crash when defining ivars on special constants
Peter Zhu
2021-03-10
Remove cvar overtaken classes at end of test methods
Jeremy Evans
2021-03-10
Add cvar overtaken tests
eileencodes
2020-06-18
Raise RuntimeError for class variable overtaken in nonverbose mode
Jeremy Evans
2020-06-11
Prohibit setting class variable on frozen module through inheritance
Alan Wu
2019-11-29
Supress class variable overtaken warning when original modules are the same
Jeremy Evans
2019-11-29
* remove trailing spaces. [ci skip]
git
2019-11-29
fastpath for ivar read of FL_EXIVAR objects.
Koichi Sasada
2019-09-21
Fix Module#class_variables for singleton classes of classes/modules
Jeremy Evans
2019-06-04
Include inspect value of object in FrozenError messages
Jeremy Evans
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2016-12-06
Fix typos
kazu
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-02-19
test/ruby: suppress runtime warnings
nobu
2016-02-19
test/ruby: suppress parser warnings
nobu
2016-02-19
test: use assert_not_*
nobu
2016-01-14
variable.c: matched backrefs only
nobu
2016-01-14
variable.c: $1..$9 in global_variables
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-11
vm_eval.c: skip internal names
nobu
2015-06-03
variable.c: remove generic ivar support for special constants
normal
2014-11-22
test_variable.rb: suppress warnings
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-07-01
test_proc.rb: test_local_variables_in_other_context
nobu
2014-05-07
vm_eval.c: exclude hidden variables
nobu
2014-05-06
parse.y: no duplicated names
nobu
2014-05-06
parse.y: remove duplicated names
nobu
2013-12-24
test_variable.rb: fix test
nobu
2013-12-24
proc.c: Binding#local_variables
nobu
2011-08-24
* insns.def (defined): fix to checking class variable.
ko1
2010-01-22
* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,
mame
2010-01-21
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,
mame
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-10-14
* test/ruby/test_variable.rb (TestVariable#test_variable): add
kazu
2008-09-24
* test: assert_raises has been deprecated since a long time ago.
nobu
2008-07-15
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new
mame
2008-07-14
* test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test ...
kazu
2008-05-14
* test/ruby/test_object.rb: new tests to achieve over 90% test
mame
2008-05-12
* vm.c (collect_local_variables_in_env): remove unnecessary check
mame
2008-03-09
add a test for [ruby-dev:34008].
akr
2007-10-03
* variable.c (rb_cvar_set): check whether class variable is
matz
2004-03-19
* variable.c (rb_cvar_set): class variables become private to the
matz
[next]