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
ruby_4_0
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_namespace.rb
Age
Commit message (
Expand
)
Author
2025-11-07
rename namespace.c (and others) to box.c
Satoshi Tagomori
2025-11-07
Add namespace tests about global variables, toplevel methods
Satoshi Tagomori
2025-11-03
pend on Windows for timeouts
Satoshi Tagomori
2025-11-03
Use CFUNC namespace only for IFUNC frames, its behavior should be unchanged
Satoshi Tagomori
2025-11-03
Add flag to ignore EXPERIMENTAL warnings
Satoshi Tagomori
2025-11-03
No need to call rb_define_class/module_under_id
Satoshi Tagomori
2025-11-03
Add basic namespace tests
Satoshi Tagomori
2025-10-29
Use the given `TMPDIR`
Nobuyoshi Nakada
2025-10-29
Clean extension libraries copied for the namespace
Nobuyoshi Nakada
2025-10-26
Add several very basic tests to be run with RUBY_NAMESPACE=1 on CI
Satoshi Tagomori
2025-10-15
Fix assert_equal order in test_namespace.rb
Peter Zhu
2025-10-07
Initialize the main namespace after loading builtin libraries
Satoshi Tagomori
2025-06-26
Introduce Namespace#eval
Aaron Patterson
2025-06-12
Fix class instance variable inside namespaces
Jean Boussier
2025-05-11
namespace on read
Satoshi Tagomori