Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53A63EC36 for ; Thu, 7 Mar 2013 15:57:50 +0000 (UTC) Received: (qmail 63508 invoked by uid 500); 7 Mar 2013 15:57:50 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 63461 invoked by uid 500); 7 Mar 2013 15:57:50 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 63440 invoked by uid 99); 7 Mar 2013 15:57:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 15:57:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.128.171] (HELO mail-ve0-f171.google.com) (209.85.128.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 15:57:44 +0000 Received: by mail-ve0-f171.google.com with SMTP id b10so499254vea.30 for ; Thu, 07 Mar 2013 07:57:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=7N0bS+AQGKbVr2SamqDTTKn2N0YOxs9Fd6Xb3UN+2QQ=; b=FuOjnq6i/Sy50UZ7+otQ+9sJC4XztP+VtIbZs9WqzH00JxEwW5zf8fIi7MNqvafts4 kJoLlVYAaHFA8xzv4/E4ydiuIBLKisBqVXAjfRdJRqnkipeecduUUsrxIWn38G22Kpo0 i56miPS2zOKAGRJkyHW8rsGSt4Hl46OxmOF6fObHoV5FWI8wz+07EbG5S9bvTZahAsHx XeWDpDJm5T3yLj3DTkD2sRedY7CnqG1nQHL5Lx1PPFPQ1uiW0aFORTOCRJJfWbBRgJBw PlSypvE7QWtf4ZX6HK9iyU7F+tgfd/w4wWj7c4Yp7tKG9/gOhYFwokmNQiqb4ss/+IHY v24w== MIME-Version: 1.0 X-Received: by 10.52.20.144 with SMTP id n16mr11384996vde.15.1362671843172; Thu, 07 Mar 2013 07:57:23 -0800 (PST) Received: by 10.220.140.132 with HTTP; Thu, 7 Mar 2013 07:57:23 -0800 (PST) In-Reply-To: References: Date: Thu, 7 Mar 2013 10:57:23 -0500 Message-ID: Subject: Re: One of Checkstyle's rules is 'no spaces at end of line', anyone upset if I update the code (1.6) to follow it? From: Keith Turner To: dev@accumulo.apache.org, vines@apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkcEJDKXCh/JXhHG8ryF2ApRvxKIo9Gx85uqH3kVqj2Ps9RK/Nhg6Pw5+cSWk3dYHBoE5Dq X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Mar 7, 2013 at 10:49 AM, John Vines wrote: > I've been getting unnecessary merge conflicts because of this change. At > the very least, I would like to see it reverted until we release 1.5 Or maybe make the change after 1.5.1. Based on past experience, there will likely be a good bit of merge activity from 1.5 to 1.6 until at least the first 1.5 bug fix release. Curious, how much extra time do this add to merging for you? I do not have a good feeling for how well this will be handled automatically. Did it cause conflicts for most of the edits you made in 1.5? > > > On Thu, Mar 7, 2013 at 10:44 AM, Keith Turner wrote: > >> On Wed, Mar 6, 2013 at 10:23 AM, David Medinets >> wrote: >> > I have a free day due to snowfall and while this is a fairly silly >> > rule, writing a short script to rule all the java files through sed >> > should be fairly painless. As part of this change, I will commit a >> > one-rule checkstyle.xml file which just runs this 'no spaces at end of >> > line' rule. Over time, more rules can be added to that align with the >> > Accumulo community's style guidelines. >> > >> > Any objection? >> >> Whats the benefit of doing this? How will it impact merges from 1.5 >> to 1.6? Should this be done for thrift generated code? >>