From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.13.12 with SMTP id z12cs1220956ebz; Mon, 4 Jan 2010 11:00:59 -0800 (PST) Received: by 10.224.116.196 with SMTP id n4mr11422836qaq.320.1262631658579; Mon, 04 Jan 2010 11:00:58 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 27si24255920qyk.21.2010.01.04.11.00.58; Mon, 04 Jan 2010 11:00:58 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-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-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 244CB1779943; Mon, 4 Jan 2010 14:00:58 -0500 (EST) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.cmu.edu [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id 0243F15B8029 for ; Mon, 4 Jan 2010 14:00:51 -0500 (EST) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1NRsAd-0004jR-3S; Mon, 04 Jan 2010 14:00:51 -0500 From: Rich Lane To: Mark Alexander In-reply-to: <1262630674-sup-174@r50p> References: <1262630674-sup-174@r50p> Date: Mon, 04 Jan 2010 14:00:51 -0500 Message-Id: <1262631589-sup-798@zyrg.net> User-Agent: Sup/git Cc: sup-talk Subject: Re: [sup-talk] Ruby 1.9 required for git next? X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup 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-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Mark Alexander's message of 2010-01-04 13:49:31 -0500: > I finally bit the bullet and converted to Xapian after a doing git > pull and switching to the next branch. (I had the problems mentioned > earlier with the xapian-full gem not installing correctly even though > it compiled.) Anyway, I'm now getting these warnings: > > ./lib/sup/maildir.rb:210: warning: encoding options not supported in 1.8: > > at this line: > > File.open(fn, 'rb:BINARY') { |f| yield f } > > Am I supposed to be using Ruby 1.9 with next? Those warnings are harmless. If you want to run with -w I suggest redirecting stderr to a file. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk