aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_autoload.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: suppress runtime warningsnobu2016-02-191-2/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* variable.c (rb_autoload_load): allow recursive callsnormal2015-11-091-0/+19
* test/ruby/test_autoload: hoist out ruby_impl_requirenormal2015-11-051-15/+18
* test_autoload.rb: use class_evalnobu2015-05-181-10/+2
* * load.c (loaded_feature_path): stop returning false negatives fortenderlove2015-05-161-0/+26
* * variable.c: Change autoload to call `require` through Ruby rathertenderlove2015-05-141-0/+25
* * test/ruby/test_autoload.rb (class TestAutoload): change load targettarui2014-11-261-3/+3
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/ruby/envutil.rb (default_warning): New method.akr2014-06-011-2/+2
* Use EnvUtil.suppress_warning.akr2014-06-011-32/+28
* Suppress a warning.akr2014-06-011-0/+5
* Suppress a warning.akr2014-06-011-0/+5
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-84/+78
* * test/ruby/test_autoload.rb: remove temporally files early.akr2012-07-181-0/+12
* * test/ruby/test_autoload.rb: clear autoloaded paths.nobu2012-04-121-0/+2
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-011-1/+3
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-311-0/+110
* * Revert r33078. It caused a Rails application NoMethodError.nahi2011-08-271-110/+0
* * variable.c: Make autoload thread-safe. See #921.nahi2011-08-261-0/+110
* * test/ruby/test_autoload.rb: remove temporary directory.akr2011-06-141-12/+13
* * variable.c (rb_autoload_p): search superclasses as same as actualnobu2011-04-141-0/+18
* Surpress warnings: possibly useless use of :: in void contextnaruse2011-02-051-2/+2
* * load.c (rb_get_expanded_load_path): always expand load paths.nobu2011-02-051-0/+25
* * load.c (rb_feature_provided): fixed for autoloading extensionnobu2009-09-091-0/+12