From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 57A00CD67 for ; Fri, 1 May 2015 21:10:14 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 01 May 2015 12:10:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,351,1427785200"; d="scan'208";a="719211571" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by fmsmga002.fm.intel.com with ESMTP; 01 May 2015 12:10:12 -0700 Received: from orsmsx157.amr.corp.intel.com (10.22.240.23) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 1 May 2015 12:10:12 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by ORSMSX157.amr.corp.intel.com (10.22.240.23) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 1 May 2015 12:10:12 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.26]) by FMSMSX102.amr.corp.intel.com ([169.254.10.177]) with mapi id 14.03.0224.002; Fri, 1 May 2015 12:10:11 -0700 From: "Wiles, Keith" To: Neil Horman , Matthew Hall Thread-Topic: [dpdk-dev] GitHub sandbox for the DPDK community Thread-Index: AQHQhCdlg1RCyqklQ0KpSAVz9bdNYJ1nyWwAgAAM1QCAABWJgP//slCA Date: Fri, 1 May 2015 19:10:11 +0000 Message-ID: References: <20150501164512.GB27756@hmsreliant.think-freely.org> <20150501173108.GA24714@mhcomputing.net> <20150501184813.GC27756@hmsreliant.think-freely.org> In-Reply-To: <20150501184813.GC27756@hmsreliant.think-freely.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.204.210] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] GitHub sandbox for the DPDK community X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 19:10:15 -0000 On 5/1/15, 1:48 PM, "Neil Horman" wrote: >On Fri, May 01, 2015 at 10:31:08AM -0700, Matthew Hall wrote: >> On Fri, May 01, 2015 at 12:45:12PM -0400, Neil Horman wrote: >> > Yes, but as you said above, using a web browser doesn't make >>reviewing patches >> > faster. In fact, I would assert that it slows the process down, as >>it prevents >> > quick, easy command line access to patch review (as you have with a >>properly >> > configured MUA). That seems like we're going in the opposite >>direction of at >> > least one problem we would like to solve. >>=20 >> Normally I'm a big command-line supporter. However I have found >>reviewing=20 >> patches by email for me is about the most painful workflow. >>=20 >> The emails are pages and pages. >>=20 >So collapse the quoted text (see below) > >> The replies from commenters are buried in the walls of text. >>=20 >Again, collapse the text, many MUA's let you do that, its not a feature >unique >to github. > >> Replies to replies keep shifting farther off the edge of the screen. >>The code=20 >> gets weirder and weirder to try to read. >>=20 >Text Collapse will reformat that for you. > >> Quickly reading over the patchset by scrolling through to get the >>flavor of=20 >> it, to see if I'm qualified to review it, and look at the parts I >>actually=20 >> know about is much harder. >>=20 >Thats what the origional post is for, no? Look at that to determine if >you are >qualified to read it. > >> I can go to one place to see every candidate patchset out there, the GH >>Pull=20 >> Request page. Then I can just sync up the branch and test it on my own >>systems=20 >> to see if it works, not just try to read it. >>=20 >how is that different from a mailing list? both let you search for >posts, and >both allow you to sync git branches (github via git remote/pull, mailing >list >via git am) > >> Github automatically minimizes old comments that are already fixed, so >>they=20 >> don't keep consuming space and mental bandwidth from the review. >An MUA can do that too. IIRC evolution and thunderbird both have collapse >features. I'm sure others do too. Not all email clients allow for collapsing threads, I am using outlook for Mac and I do not think the windows version has that feature. I am not sure Apple mail client can handle collapsing or not as I am stuck with outlook as my email virus (I mean client) :-) The point here is all emails clients have different ways of displaying the information some good some bad. I see the GitHub method to be different, but for me I am able to understand the way it handles comments and patches. I have the same problems as Matthew, but I do not want to get into a email client wars. > >>=20 >> All in all, I'd be able to review more DPDK patches faster with the GH >> interface than having them in the mailing list. >>=20 >> Matthew. >>=20