From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2C3011FCA5; Mon, 2 Jan 2017 02:31:32 +0000 (UTC) Date: Mon, 2 Jan 2017 02:31:32 +0000 From: Eric Wong To: sleepy-penguin@bogomips.org Cc: ruby-io-splice@bogomips.org Subject: Re: [PATCH 1/2] support the splice(2) and tee(2) syscalls Message-ID: <20170102023132.GA25392@starla> References: <20160316031340.7164-1-e@80x24.org> <20160316031340.7164-2-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160316031340.7164-2-e@80x24.org> List-Id: Eric Wong wrote: > Since these are Linux-specific syscalls, it makes sense to > include it here. This is taken from the "io_splice" RubyGem, > but this may supercede that. Note, I've pushed this out, but I'm not happy with the existing interfaces. I'll probably switch to a keyword-arguments-driven approach for optional arguments. This would require us to drop Ruby 1.9.x (and earlier) support and require Ruby 2.0+ and later; at least for these new features. So what's in "master" of git://bogomips.org/sleepy_penguin.git should not be considered stable.