From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id F134817DA980 for ; Sat, 10 Oct 2015 08:10:00 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 27BD9B5D89C for ; Sat, 10 Oct 2015 08:35:33 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 31B05952408 for ; Sat, 10 Oct 2015 08:35:32 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id DC9D61205F0; Sat, 10 Oct 2015 08:35:30 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by neon.ruby-lang.org (Postfix) with ESMTP id A7F38120533; Sat, 10 Oct 2015 08:35:25 +0900 (JST) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7373E202AF; Fri, 9 Oct 2015 23:35:24 +0000 (UTC) Date: Fri, 9 Oct 2015 23:35:24 +0000 From: Eric Wong To: Ruby developers Message-ID: <20151009233524.GA28536@dcvr.yhbt.net> References: <20150716070142.GA11462@dcvr.yhbt.net> <55A7768D.3030801@atdot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55A7768D.3030801@atdot.net> X-ML-Name: ruby-core X-Mail-Count: 71035 Cc: matz@ruby-lang.org Subject: [ruby-core:71035] Re: [Ruby trunk - Feature #11339] [Open] [PATCH] io.c: avoid kwarg parsing in C API X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" SASADA Koichi wrote: > On 2015/07/16 16:01, Eric Wong wrote: > >> > I'm okay to introduce (1) because it is easy and practical. > > OK, thank you. I will commit (1) this week and work on more prelude.rb > > for other IO/Socket kwargs methods. > > > > Ah, sorry. I think it is okay. > Matz, what do you think about? Ping? I might have more time for Ruby in next few weeks.