From: Greg.mpls@... Date: 2017-10-08T19:40:18+00:00 Subject: [ruby-core:83177] [Ruby trunk Bug#13989] WEBrick testing, circular requires Issue #13989 has been reported by MSP-Greg (Greg L). ---------------------------------------- Bug #13989: WEBrick testing, circular requires https://bugs.ruby-lang.org/issues/13989 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0dev (2017-10-08 trunk 60140) [x64-mingw32] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Lately I've been bouncing around, trying to help with windows/MinGW builds of extension gems. Today, after loading my current build, I ran a few command line tests. The following seems to have some issues with circular requires - ``` >ruby -v --disable-gems runner.rb -I. --show-skip webrick ruby 2.5.0dev (2017-10-08 trunk 60140) [x64-mingw32] C:/ruby25_64/lib/ruby/2.5.0/webrick/config.rb:15: warning: loading in progress, circular require considered harmful - E:/GitHub/ruby/test/webrick/utils.rb C:/ruby25_64/lib/ruby/2.5.0/webrick.rb:215: warning: loading in progress, circular require considered harmful - E:/GitHub/ruby/test/webrick/utils.rb ``` I glanced over the WEBrick files, and decided that it'd be best for someone more familiar with it to have a look (I use thin locally)... Note - C:/ruby25_64 is my build folder, E:/GitHub/ruby is my repo folder. -- https://bugs.ruby-lang.org/ Unsubscribe: