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: AS33070 50.56.128.0/17 X-Spam-Status: No, score=1.0 required=3.0 tests=AWL,HK_RANDOM_FROM, MSGID_FROM_MTA_HEADER,TVD_RCVD_IP shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: what's cooking in rainbows.git Date: Fri, 1 Feb 2013 22:07:52 +0000 Message-ID: <20130201220752.GA12042@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1359756482 23244 80.91.229.3 (1 Feb 2013 22:08:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2013 22:08:02 +0000 (UTC) To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Fri Feb 01 23:08:22 2013 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:443 Archived-At: Received: from 50-56-192-79.static.cloud-ips.com ([50.56.192.79] helo=rubyforge.org) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U1OmT-0004zL-Td for gclrrg-rainbows-talk@m.gmane.org; Fri, 01 Feb 2013 23:08:22 +0100 Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 53F052E09F; Fri, 1 Feb 2013 22:08:04 +0000 (UTC) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id EAEF92E083 for ; Fri, 1 Feb 2013 22:07:54 +0000 (UTC) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A12391F727; Fri, 1 Feb 2013 22:07:52 +0000 (UTC) I've pushed out some test fixes to improve portability on non-GNU systems. Nothing too interesting... Eric Wong (5): epoll: ensure closing of pipelined clients if required tests: remove utee and use tee(1) instead tests: replace non-portable "date +%s" with ruby equivalent tests: "wc -c" portability for *BSDs tests: bump version dependencies for Isolate Lin Jen-Shin (1): Add -N or --no-default-middleware option. git clone git://bogomips.org/rainbows git log of recent test changes: commit f4e3bac180ff01256832f98655636f79b52f9d5b Author: Eric Wong Date: Fri Jan 25 02:10:05 2013 +0000 tests: bump version dependencies for Isolate Most of these test dependencies may be safely bumped. commit 8a6117a22a7d01eeb5adc63d3152acf435cd3176 Author: Eric Wong Date: Thu Jan 24 23:33:54 2013 +0000 tests: "wc -c" portability for *BSDs On FreeBSD 9.0, "wc -c" emits leading whitespace, so filter it through tr -d '[:space:]' to eliminate it. commit 0ba6fc3c30b9cf530faf7fcf5ce7be519ec13fe7 Author: Eric Wong Date: Thu Jan 24 23:13:41 2013 +0000 tests: replace non-portable "date +%s" with ruby equivalent "date +%s" is not in POSIX (it is in GNU, and at least FreeBSD 9.0, possibly earlier). The Ruby equivalent should be sufficiently portable between different Ruby versions. This change was automated via: perl -i -p -e 's/date \+%s/unix_time/' t/*.sh commit cbff7b0892148b037581541184364e0e91d2a138 Author: Eric Wong Date: Thu Jan 24 22:59:16 2013 +0000 tests: remove utee and use tee(1) instead POSIX already stipulates tee(1) must be unbuffered. I think my decision to use utee was due to my being misled by a bug in older curl where -N did not work as advertised (but --no-buffer did). -- Eric Wong _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying