From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) by hurricane.the-brannons.com (Postfix) with ESMTPS id A5BFC77B1D for ; Tue, 24 Dec 2013 14:11:45 -0800 (PST) Received: by mail-wi0-f173.google.com with SMTP id hn9so7716416wib.6 for ; Tue, 24 Dec 2013 14:11:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=W1AoCaY6PpNuqPWjHbfQQ3oUExf4e9jqQA3bnORcqrA=; b=jjpA52w4gs4e8rJax1h8n1kiYNe0U3td7fnqBMF4Et4BYAcnzhPVHbD3qsXw3/M4CE HQVWiTD/em6yv5osmabHj+YRMI0gXhYXLxToMju5BQQNEaaXprsjx94uyYlbaDmTHefB KS9tHKqDvsWPF/TQDdWzveCbS2egLAjvw+l/Ej3p55c8mE9Il9+JYuXU64iVvOzMgZeQ sw5WvspaF2EqpKk8ePy8NauIEvksjlbfGhg63iHPd5xPmGVS1ClPaM+Qe6BbtBKzj2tD NCXsL1ONfLRT0dg9jFoS6FUDgr4hms+Znwzhioj6lk2yOy9adrBrhoWGqOJgjbIGK66l u/Wg== X-Received: by 10.195.13.113 with SMTP id ex17mr24905989wjd.0.1387923098206; Tue, 24 Dec 2013 14:11:38 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id dd3sm13406771wjb.9.2013.12.24.14.11.36 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 24 Dec 2013 14:11:37 -0800 (PST) Date: Tue, 24 Dec 2013 22:11:32 +0000 From: Adam Thompson To: Karl Dahlke Message-ID: <20131224221132.GK18259@toaster.adamthompson.me.uk> References: <20131124144028.eklhad@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131124144028.eklhad@comcast.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Edbrowse-dev@lists.the-brannons.com Subject: Re: [Edbrowse-dev] patch X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 22:11:46 -0000 On Tue, Dec 24, 2013 at 02:40:28PM -0500, Karl Dahlke wrote: > > We really need to work out a better way for patch submission. > > If I can work out how to use github I could probably do something fancy like > > fork the repo and push to my copy or something like that. > > I don't think that would be any better / easier. > The only way that is probably better is if Chris gives you write access, > then you could make your changes, test them, commit, and push, > without going around the circle through us and then pull and compare. > That's ok with me, especially since you are now entirely inside two files > that aren't even used in the primary build. > Or you could just work locally with *.cpp, > take a week or two or three or whatever it takes, > then send me one big patch at the end that says > Hey it works with the c++ interface. > Either way is ok with me. > Either way it's a nice Christmas present. Yeah, I'll have a go at getting things working locally I think. Cheers, Adam.