Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-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 6FCFFD3E0 for ; Thu, 1 Nov 2012 06:03:10 +0000 (UTC) Received: (qmail 49424 invoked by uid 500); 1 Nov 2012 06:03:09 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 49340 invoked by uid 500); 1 Nov 2012 06:03:09 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 49312 invoked by uid 99); 1 Nov 2012 06:03:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 06:03:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 06:03:00 +0000 Received: by mail-ie0-f180.google.com with SMTP id e10so3052760iej.11 for ; Wed, 31 Oct 2012 23:02:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oQk86cz/ETJY59gPa9YE/KnDGA2GBbaZbXDXa5x0hv4=; b=MS+/sped/RmQQpUEJajjx1khsHA7wDH7dvY7nywGYW1FHyTNf3jk/gLdi0vvjiJhlN ZguuY1ioXhPa77C0f01lWwYIrdjuI5Sj0Z3lwBEvi50XSureRO4iswk5VogfrE+VSNTb QBo3XQqnLfMJfFys+Nvslx29whTkMp8Iaj3TaNeUouHUUJJiX1e3t7sZ/4BDrOwzkC2b AKlvJS+JO2HHnFfc52/pMAYO9aC4c08SooCU7w5Tii1INX2mYTpMYBZsZ6uBU9/wVt4V XBmc30rgjNDfpPuttZHV8NCy7l+e0TdugUELysIb/qeyc4ngoAp+tU6BTYRrgiLNq+aV mX7w== MIME-Version: 1.0 Received: by 10.50.197.169 with SMTP id iv9mr188886igc.32.1351749759129; Wed, 31 Oct 2012 23:02:39 -0700 (PDT) Received: by 10.64.77.196 with HTTP; Wed, 31 Oct 2012 23:02:39 -0700 (PDT) In-Reply-To: References: <20121031234336.4B0DB5154F@tyr.zones.apache.org> <57B93226-49D4-4F20-9991-AC8A50A7F39D@apache.org> <26DCFB09-C3A7-4596-8B5E-4E7E40B61BF4@apache.org> <6BC31E10-AA09-4A2C-B6F1-F29DA2DB8290@apache.org> Date: Thu, 1 Nov 2012 07:02:39 +0100 Message-ID: Subject: Re: git commit: handle CORS. fix #COUCHDB-431 From: Benoit Chesneau To: "dev@couchdb.apache.org" Content-Type: multipart/alternative; boundary=14dae93404c537d9c504cd68c4ae X-Virus-Checked: Checked by ClamAV on apache.org --14dae93404c537d9c504cd68c4ae Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Nov 1, 2012 at 6:52 AM, Adam Kocoloski wrote: > On Nov 1, 2012, at 1:41 AM, Benoit Chesneau wrote: > > > ok I will stop for now pushed 431_feature_cors (the removing of caps is > > wanted here and I will be happy to just update the jira title if someon= e > > really care) . > > Sure, I only used caps because CORS is an acronym. It doesn't matter at > all. Is there a reason why you keep using underscores instead of hyphens= ? > > > Side note: Imo adding feature in the naming here doesn't give anything = . > > Prefixing by feature/ at least would optimize queries for rapid eye > looking > > or a bot going over the issues... > > Probably best to bring that up as an objection to Jan's proposal in the > "branching in couchdb" thread. Personally I prefer the 431-feature-cors > style from that proposal. > I'm doing it now. The point of using feature/ and fix/ is to help later when we will all works actively on different features/ fixes/ and the number of branch will be larger. Using XXX-feature_... will not help at all in this case. I know this isn't a problem today but I prefer having a strict naming like this at first rather than trying to change things later. Especially since this is a known problem. > I realize I'm being incredibly pedantic, but it just rubbed me the wrong > way that we collectively wrote 9 emails on the topic branch naming today, > got what appeared to be lazy consensus on a convention, and then almost > immediately ignored that convention. Regards, > That wasn't intended. I may have missed that we reached a consensus on a new naming. For hyphen and such well... I will fix it again, though i think using - helps to separate meanings when _ is normally used to extend a meaning of the same info (here ticket number vs short description) . - beno=EEt --14dae93404c537d9c504cd68c4ae--