[#83107] Alias Enumerable#include? to Enumerable#includes? — Alberto Almagro <albertoalmagro@...>

Hello,

9 messages 2017/10/04

[ruby-core:83178] [Ruby trunk Bug#13989] WEBrick testing, circular requires

From: Greg.mpls@...
Date: 2017-10-08 21:23:23 UTC
List: ruby-core #83178
Issue #13989 has been updated by MSP-Greg (Greg L).


Sorry, my mistake, confusing test libraries --

```
ruby -v --disable-gems runner.rb -I. --show-skip webrick
```

should be

```
ruby -v --disable-gems runner.rb -I./lib --show-skip webrick
```

Please close.  Thanks again.

----------------------------------------
Bug #13989: WEBrick testing, circular requires
https://bugs.ruby-lang.org/issues/13989#change-67118

* 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: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next