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=-1.9 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.raindrops.general Subject: Re: [PATCH] ... Date: Tue, 5 Jun 2012 17:15:34 -0700 Message-ID: <20120606001534.GA28607@dcvr.yhbt.net> References: <20120605175755.GA8749@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: dough.gmane.org 1338941751 5062 80.91.229.3 (6 Jun 2012 00:15:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2012 00:15:51 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Wed Jun 06 02:15:50 2012 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:81 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sc3ud-0008T1-AF for gclrrg-raindrops@m.gmane.org; Wed, 06 Jun 2012 02:15:47 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 15D2621DDB7 for ; Wed, 6 Jun 2012 00:23:49 +0000 (UTC) Brian Corrigan wrote: > Hey Eric - can you take it for here? Also, thanks for the patience :). > Fwiw, it's cool to have code in this project. I learned a lot by reviewing > the source. Sure thing. Btw, don't top post and don't send HTML parts. There's a lot of technical mailing lists that don't welcome these things. Actually, did you get the test you added running at all? File.symlink returns 0 on success, so using the return value is bogus. I'll rewrite it an squash a patch on top of it.