From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.87.14 with SMTP id k14cs1377796agb; Fri, 1 Jan 2010 17:16:29 -0800 (PST) Received: by 10.224.35.30 with SMTP id n30mr9916460qad.191.1262394989223; Fri, 01 Jan 2010 17:16:29 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 33si13058173qyk.26.2010.01.01.17.16.29; Fri, 01 Jan 2010 17:16:29 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id D49FA1D78867; Fri, 1 Jan 2010 20:16:28 -0500 (EST) Received: from mail.cnsp.com (mail.cnsp.com [208.3.80.17]) by rubyforge.org (Postfix) with ESMTP id 49BBC18582C9 for ; Fri, 1 Jan 2010 20:16:23 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.cnsp.com (Postfix) with ESMTP id 4DC7FD44DB2B for ; Fri, 1 Jan 2010 18:16:22 -0700 (MST) X-Virus-Scanned: Debian amavisd-new at cnsp.biz Received: from mail.cnsp.com ([127.0.0.1]) by localhost (mail.cnsp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hZrmQZ-Lkiu4 for ; Fri, 1 Jan 2010 18:16:22 -0700 (MST) Received: from home.mrtheplague.net (coffeehost.tcct.nmt.edu [129.138.3.50]) by mail.cnsp.com (Postfix) with SMTP id 6FE1DD44DB10 for ; Fri, 1 Jan 2010 18:16:20 -0700 (MST) Received: by home.mrtheplague.net (Postfix, from userid 1000) id 1268484CB3CB; Fri, 1 Jan 2010 18:16:20 -0700 (MST) From: Anthony Martinez X-modeline: vim:tw=80:ft=mail:fo=tcql To: sup-devel In-reply-to: <1262382164-sup-4751@masanjin.net> References: <1262302618-20503-1-git-send-email-rlane@club.cc.cmu.edu> <1262302618-20503-2-git-send-email-rlane@club.cc.cmu.edu> <1262378704-sup-5011@home.mrtheplague.net> <1262382164-sup-4751@masanjin.net> Date: Fri, 01 Jan 2010 18:16:20 -0700 Message-Id: <1262394142-sup-2602@home.mrtheplague.net> User-Agent: Sup/git Subject: Re: [sup-devel] [PATCH 01/10] open mail source files as binary X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from William Morgan's message of Fri Jan 01 14:43:13 -0700 2010: > Reformatted excerpts from Anthony Martinez's message of 2010-01-01: > > Especially if you use Maildir for a source, the resulting torrent of > > warnings makes Sup a bit difficult to use. > > > > I've gone and reverted this diff locally for now. I suppose I could > > also stop running sup with the -w flag... > > I'm happy with either wrapping that whole thing in a RUBY_VERSION test, > or mandating that thou shalt not run sup with -w. Votes? Well... the only reason I ran it with warnings enabled to begin with: $ ack -a --nogroup ' -w' HACKING:6: ruby -I lib -w bin/sup I think redirecting stderr to .sup/warnings is the way to go. _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel