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_autoload.rb
Age
Commit message (
Expand
)
Author
2024-09-11
macOS 10.13(High Sierra) is already EOL
Hiroshi SHIBATA
2023-10-11
Skip test_bug_13526 with High Sierra
Hiroshi SHIBATA
2022-11-25
Fix autoload status of statically linked extensions
Alan Wu
2022-06-20
Prevent a warning "Expected ... to define AutoloadTest but it didn't"
Yusuke Endoh
2022-06-18
[Bug #18813] Warn when autoload has to lookup in parent namespace
Jean Boussier
2022-06-06
Fix Module#const_source_location for autoload constants with direct requires
Jeremy Evans
2022-05-26
Fix GC race condition in autoload.
Samuel Williams
2022-05-17
Restore implicit relationship between `autoload_const` and `autoload_data` du...
Samuel Williams
2022-05-17
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
2021-10-08
Remove autoload for constant if the autoload fails
Jeremy Evans
2020-05-15
fix for multi-run test.
Koichi Sasada
2020-05-07
Suffixed memory leak tests as "memory_leak"
Nobuyoshi Nakada
2020-04-07
Fix source location of autoloaded constant [Bug #16764]
Nobuyoshi Nakada
2020-01-28
support multi-run for test/ruby/test_autoload.rb
Koichi Sasada
2020-01-28
support multi-run for ruby/test_autoload.rb
Koichi Sasada
2019-12-11
Do not load files in build directory
Kazuhiro NISHIYAMA
2019-12-03
Do not lose existing constant visibility when autoloading
Jeremy Evans
2019-11-19
Add a test
Kazuhiro NISHIYAMA
2019-06-28
Suppress void context warning in verbose mode
Nobuyoshi Nakada
2019-06-21
Add an optional `inherit` argument to Module#autoload?
Jean Boussier
2019-05-07
Avoid triggering autoload in Module#const_defined?(String)
Jean Boussier
2018-12-28
test_array.rb: increase timeout for RubyCI
k0kubun
2018-10-21
try to remove some test skips for MJIT
k0kubun
2018-06-26
test: skip 2 major unstable tests with MJIT
k0kubun
2018-05-10
variable.c: fix multiple autoload with identical file (again)
normal
2018-05-10
revert r63387 and r63389 for now
normal
2018-05-10
variable.c: fix autoload object lifetimes and leak
normal
2018-05-10
variable.c: fix multiple autoload with identical file
normal
2018-04-20
variable.c: fix thread + fork errors in autoload
normal
2018-02-13
variable.c: flags at autoloading
nobu
2018-02-13
revert r62392
usa
2018-02-13
variable.c: flags at autoloading
nobu
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-05-07
variable.c: cleanup waitq upon thread death
normal
2016-02-19
test/ruby: suppress runtime warnings
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-09
variable.c (rb_autoload_load): allow recursive calls
normal
2015-11-05
test/ruby/test_autoload: hoist out ruby_impl_require
normal
2015-05-18
test_autoload.rb: use class_eval
nobu
2015-05-16
* load.c (loaded_feature_path): stop returning false negatives for
tenderlove
2015-05-14
* variable.c: Change autoload to call `require` through Ruby rather
tenderlove
2014-11-26
* test/ruby/test_autoload.rb (class TestAutoload): change load target
tarui
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-06-01
* test/ruby/envutil.rb (default_warning): New method.
akr
2014-06-01
Use EnvUtil.suppress_warning.
akr
2014-06-01
Suppress a warning.
akr
2014-06-01
Suppress a warning.
akr
2013-04-20
* test/csv/test_features.rb, test/logger/test_logger.rb
akr
2012-07-18
* test/ruby/test_autoload.rb: remove temporally files early.
akr
2012-04-12
* test/ruby/test_autoload.rb: clear autoloaded paths.
nobu
[next]