From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS8972 188.138.9.0/24 X-Spam-Status: No, score=-1.5 required=3.0 tests=AWL,BAYES_05,RCVD_IN_XBL, URIBL_BLOCKED shortcircuit=no autolearn=no version=3.3.2 X-Original-To: rainbows-public@bogomips.org Received: from 80x24.org (atlantic480.us.unmetered.com [188.138.9.49]) by dcvr.yhbt.net (Postfix) with ESMTP id E38061F4B3 for ; Mon, 14 Sep 2015 05:33:29 +0000 (UTC) From: Eric Wong To: rainbows-public@bogomips.org Subject: [PATCH 0/6] misc updates for Ruby-trunk and gem changes Date: Mon, 14 Sep 2015 05:33:12 +0000 Message-Id: <20150914053318.12251-1-e@80x24.org> List-Id: Ruby keeps changing, and so do gems (and I'm to blame for the kgio change) which requires removing t0044. Oh well. Maybe I'll add MSG_MORE support to Rainbows! someday, but yahns already supports it :) Eric Wong (6): build: fix quoting issue with double parens response: avoid unnecessary args to IO.copy_stream t/close-has-env.ru: ensure close is idempotent sync_close: This fix breakage from Ruby-trunk r50118 t/t0044-autopush.sh: remove test t/test_isolate.rb: updates for various gem versions lib/rainbows/response.rb | 2 +- lib/rainbows/sync_close.rb | 12 ++++- t/GNUmakefile | 2 +- t/close-has-env.ru | 1 + t/t0044-autopush.sh | 121 --------------------------------------------- t/test_isolate.rb | 16 +++--- 6 files changed, 21 insertions(+), 133 deletions(-)