From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5BD8A6DE105D for ; Sat, 16 Nov 2019 07:43:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.061 X-Spam-Level: X-Spam-Status: No, score=-0.061 tagged_above=-999 required=5 tests=[AWL=-0.060, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nPSFzyxLZAG0 for ; Sat, 16 Nov 2019 07:43:21 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id DEEBF6DE0FBC for ; Sat, 16 Nov 2019 07:43:20 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1iW0EH-000727-Ku; Sat, 16 Nov 2019 10:43:17 -0500 Received: (nullmailer pid 3468 invoked by uid 1000); Sat, 16 Nov 2019 15:43:15 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: python CFFI bindings integration into notmuch build/test In-Reply-To: References: <20191104013927.17037-1-david@tethera.net> <87eeylspzo.fsf@tethera.net> <87blte2su3.fsf@powell.devork.be> Date: Sat, 16 Nov 2019 10:43:15 -0500 Message-ID: <87h833u8rw.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2019 15:43:22 -0000 Tomi Ollila writes: > On Thu, Nov 14 2019, Floris Bruynooghe wrote: > >> Hi, >> >> Thanks for carrying on with this! >> >> I'm a little confused with how to follow this, is the current state of >> the code somewhere in a repo/branch where I can try things out and make >> changes from? > > In git://notmuchmail.org/git/notmuch David has ref origin/wip/cffi > which contains related changes -- You can fetch the code while waiting > for more collaboration instructions from David. > That should be just a normal branch. I see % git ls-remote origin | grep cffi 2a326a866ccd917f1d62bc7f2b475a0e2d26f6c8 refs/heads/wip/cffi Anyway, for now I'm leary of reposting the whole series since we're mainly discussing my mucking about, not Florian's largish patch.