From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-2.1 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Re: Current test failures on OpenBSD Date: Tue, 15 Nov 2011 13:35:37 -0800 Message-ID: <20111115213537.GA31199@dcvr.yhbt.net> References: <20111115004249.GR10168@jeremyevans.local> <20111115004249.GR10168@jeremyevans.local> <20111115032629.GB3666@dcvr.yhbt.net> <20111115155224.GW10168@jeremyevans.local> <20111115210133.GA27689@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1321392960 23566 80.91.229.12 (15 Nov 2011 21:36:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2011 21:36:00 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Tue Nov 15 22:35:56 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:67 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RQQfb-00046o-B7 for gclrkg-kgio@m.gmane.org; Tue, 15 Nov 2011 22:35:55 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 68F8321CB8B for ; Tue, 15 Nov 2011 21:39:12 +0000 (UTC) Eric Wong wrote: > I'll fix the tests and documentation in a few. I've pushed out the following changes to master on git://bogomips.org/kgio.git (commit 48dc3c5a1943801311567e72a8e69fcb0cd8cf8d) Eric Wong (3): accept: always set O_NONBLOCK for accept()-ed sockets in 1.8 accept: deprecate singleton Kgio.accept_* methods tests: remove tests for IO#nonblock? after accept Can you please test? Thanks!