[#83096] File.setuid? on IO (Re: [ruby-cvs:67289] normal:r60108 (trunk): file.c: release GVL in File.{setuid?, setgid?, sticky?}) — Nobuyoshi Nakada <nobu@...>
On 2017/10/04 8:47, [email protected] wrote:
5 messages
2017/10/04
[#83100] Re: File.setuid? on IO (Re: [ruby-cvs:67289] normal:r60108 (trunk): file.c: release GVL in File.{setuid?, setgid?, sticky?})
— Eric Wong <normalperson@...>
2017/10/04
Nobuyoshi Nakada <[email protected]> wrote:
[#83105] Re: File.setuid? on IO (Re: [ruby-cvs:67289] normal:r60108 (trunk): file.c: release GVL in File.{setuid?, setgid?, sticky?})
— Nobuyoshi Nakada <nobu@...>
2017/10/04
On 2017/10/04 15:55, Eric Wong wrote:
[#83107] Alias Enumerable#include? to Enumerable#includes? — Alberto Almagro <albertoalmagro@...>
Hello,
9 messages
2017/10/04
[#83113] Re: Alias Enumerable#include? to Enumerable#includes?
— "Urabe, Shyouhei" <shyouhei@...>
2017/10/05
This has been requested countless times, then rejected each and every time.
[#83129] Re: Alias Enumerable#include? to Enumerable#includes?
— Alberto Almagro <albertoalmagro@...>
2017/10/05
Sorry I didn't found it on the core mail list's archive.
[#83138] Re: Alias Enumerable#include? to Enumerable#includes?
— "Urabe, Shyouhei" <shyouhei@...>
2017/10/06
Ruby has not been made of popular votes so far. You have to show us
[#83149] Re: Alias Enumerable#include? to Enumerable#includes?
— Eric Wong <normalperson@...>
2017/10/06
Alberto Almagro <[email protected]> wrote:
[#83200] [Ruby trunk Feature#13996] [PATCH] file.c: apply2files releases GVL — normalperson@...
Issue #13996 has been reported by normalperson (Eric Wong).
4 messages
2017/10/10
[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>