Return-Path: Delivered-To: apmail-incubator-river-dev-archive@minotaur.apache.org Received: (qmail 35169 invoked from network); 9 Dec 2010 10:00:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 10:00:57 -0000 Received: (qmail 40128 invoked by uid 500); 9 Dec 2010 10:00:57 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 40041 invoked by uid 500); 9 Dec 2010 10:00:56 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 40033 invoked by uid 99); 9 Dec 2010 10:00:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 10:00:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tvhobbs@googlemail.com designates 74.125.83.41 as permitted sender) Received: from [74.125.83.41] (HELO mail-gw0-f41.google.com) (74.125.83.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 10:00:51 +0000 Received: by gwj22 with SMTP id 22so1579408gwj.0 for ; Thu, 09 Dec 2010 02:00:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=gQfAEfGDkZwUHjrnX85wlug8zauYmsXj+7e5RSqgG94=; b=tOUP+i822hBAO72vg3gnzunr+rbCJXx2OOOB2Nk+hpVnWvONgNv+UxeaEZHC61biHW v60W4oAvkaI53z5RVUNly8YtdgkkzmmYtVQyVNmvaFK7H1OsQu5OPnotFmhuDGEo1Wq9 K+ee9rNRkg1729jp4j9qtA7o8FAPc+9nMAQCg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=LEPv/5nOcOorxGmTegxRUH98eFMlboeTzmBApTc0lVh+eYrkKd7AWtAikWXZkRVZxm 4ey45yZvCqYwXXWOYl1PntBRfkSNZ7AYJFJdiobc0w8SN3BSrD3oYf0xsefxLphaTv5g wrngIIHORUaYPmvL32Q2SqHQZibbq6EUrUp2E= MIME-Version: 1.0 Received: by 10.150.144.2 with SMTP id r2mr6091460ybd.107.1291888830738; Thu, 09 Dec 2010 02:00:30 -0800 (PST) Received: by 10.150.199.17 with HTTP; Thu, 9 Dec 2010 02:00:30 -0800 (PST) In-Reply-To: <4D00A50F.6020501@qcg.nl> References: <4CF7AFEF.7020109@wonderly.org> <78C48467-226F-42EF-A166-A014CCAF4B88@cox.net> <4CFBD93C.30306@acm.org> <4D001366.4050709@wonderly.org> <4D0035D1.2000307@zeus.net.au> <4D003BAC.4070901@acm.org> <4D008A4C.504@qcg.nl> <4D00A50F.6020501@qcg.nl> Date: Thu, 9 Dec 2010 10:00:30 +0000 Message-ID: Subject: Re: [VOTE] Re: Formatting of River Source Tree From: Tom Hobbs To: river-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Okay, I get it. I think. A mass re-formating of the entire source is definitely a waste of time and effort. So does the following scenario meet this standard? - I want to make a meaningful change to Class A. - Class A is badly formatted. - I fix the formatting of Class A. - I commit Class A. - I make my meaningful change to Class A. - I commit Class A. The above process has served me well in the past. On Thu, Dec 9, 2010 at 9:44 AM, Sim IJskes - QCG wrote: > On 12/09/2010 10:34 AM, Tom Hobbs wrote: >>> >>> Standard no reformatting only commits. >> >> That, when I come across a poorly formated source file (or which there >> are many) I can't do a reformat and commit? =A0(And here I'm talking >> about more than just tabs vs spaces). =A0If so, I think that's possibly >> a mistake, committing reformatting changes at that same time as >> meaningful code changes can make reading a diff much harder. > > Maybe better phrased is: By default no reformatting-only contributions. > What is necessary is necessary. So if you fix something but want to fix t= he > layout first locally, please go ahead. > > Gr. Sim >