summaryrefslogtreecommitdiff
path: root/test/ruby/test_autoload.rb
AgeCommit message (Expand)Author
2020-07-23merge revision(s) 927308108cced69cae478798004524b9a5d2f252: [Backport #16764]nagachika
2019-12-11Do not load files in build directoryKazuhiro NISHIYAMA
2019-12-03Do not lose existing constant visibility when autoloadingJeremy Evans
2019-11-19Add a testKazuhiro NISHIYAMA
2019-06-28Suppress void context warning in verbose modeNobuyoshi Nakada
2019-06-21Add an optional `inherit` argument to Module#autoload?Jean Boussier
2019-05-07Avoid triggering autoload in Module#const_defined?(String)Jean Boussier
2018-12-28test_array.rb: increase timeout for RubyCIk0kubun
2018-10-21try to remove some test skips for MJITk0kubun
2018-06-26test: skip 2 major unstable tests with MJITk0kubun
2018-05-10variable.c: fix multiple autoload with identical file (again)normal
2018-05-10revert r63387 and r63389 for nownormal
2018-05-10variable.c: fix autoload object lifetimes and leaknormal
2018-05-10variable.c: fix multiple autoload with identical filenormal
2018-04-20variable.c: fix thread + fork errors in autoloadnormal
2018-02-13variable.c: flags at autoloadingnobu
2018-02-13revert r62392usa
2018-02-13variable.c: flags at autoloadingnobu
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-05-07variable.c: cleanup waitq upon thread deathnormal
2016-02-19test/ruby: suppress runtime warningsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-09variable.c (rb_autoload_load): allow recursive callsnormal
2015-11-05test/ruby/test_autoload: hoist out ruby_impl_requirenormal
2015-05-18test_autoload.rb: use class_evalnobu
2015-05-16* load.c (loaded_feature_path): stop returning false negatives fortenderlove
2015-05-14* variable.c: Change autoload to call `require` through Ruby rathertenderlove
2014-11-26 * test/ruby/test_autoload.rb (class TestAutoload): change load targettarui
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-01Use EnvUtil.suppress_warning.akr
2014-06-01Suppress a warning.akr
2014-06-01Suppress a warning.akr
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
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
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
2011-08-31* Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi
2011-08-27* Revert r33078. It caused a Rails application NoMethodError.nahi
2011-08-26* variable.c: Make autoload thread-safe. See #921.nahi
2011-06-14* test/ruby/test_autoload.rb: remove temporary directory.akr
2011-04-14* variable.c (rb_autoload_p): search superclasses as same as actualnobu
2011-02-05Surpress warnings: possibly useless use of :: in void contextnaruse
2011-02-05* load.c (rb_get_expanded_load_path): always expand load paths.nobu
2009-09-09* load.c (rb_feature_provided): fixed for autoloading extensionnobu