[#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, normal@ruby-lang.org 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 <nobu@ruby-lang.org> 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 <albertoalmagro@gmail.com> 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:83359] Re: [Ruby trunk Bug#14013] [PATCH] Webrick 60172 fix
From:
Eric Wong <normalperson@...>
Date:
2017-10-18 23:30:17 UTC
List:
ruby-core #83359
``` Greg.mpls@gmail.com wrote: > Bad news. Appveyor just failed with: Oops, try r60210; I moved the return outside of the timeout block. > Re the patch you included above, can you please bracket it > with triple backticks (\`\`\`), with the first being > \`\`\`diff ? May need a blank line before the first set. I > view this on the web; the markdown parser makes a mess of diff > listings without the backticks. I'll try to remember in the future. I remember there was a time when redmine didn't try to assume emails were markdown and always treaded them as preformatted (I either use email or w3m, so no variable-width fonts). > Re the `#nil?`, the docs/comments do state returns 'nil on > timeout'. Maybe we should remove the `WEBrick::Utils.timeout` > block and put the timeout value in the `#wait_*` methods? I've considered it, but it requires accounting for total time spent in case we need to call accept_nonblock multiple times; so it's extra math + logic which I don't want... I actually want to improve 'timeout' in stdlib and implement it in the core VM so it affects all methods like IO.select and IO#wait*able, and even IO#read transparently. ``` Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>