From: "drbrain (Eric Hodel)" Date: 2013-07-03T06:19:27+09:00 Subject: [ruby-core:55761] [ruby-trunk - Feature #7711][Rejected] RubyGems uses autoload Issue #7711 has been updated by drbrain (Eric Hodel). Status changed from Assigned to Rejected Due to notes in #5653 it seems that autoload is fixed. In the interest of pushing towards a definitive answer from matz about autoload's future I am rejecting this issue. Please restore it to assigned if matz decides autoload will be removed. ---------------------------------------- Feature #7711: RubyGems uses autoload https://bugs.ruby-lang.org/issues/7711#change-40256 Author: trans (SYSTEM ERROR) Status: Rejected Priority: Low Assignee: drbrain (Eric Hodel) Category: lib Target version: Next Major Using a custom require method, I ran into an issue with RubyGems b/c it is using autoload: https://github.com/rubygems/rubygems/blob/master/lib/rubygems.rb#L1062-L1074 Seeing that autoload is now discouraged from standard libs (http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/41149), when might we see it removed? -- http://bugs.ruby-lang.org/