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 7D9996DE122C for ; Sat, 3 Sep 2016 16:27:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 E885Lf7Zz4Il for ; Sat, 3 Sep 2016 16:27:03 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 0FA0A6DE0B2F for ; Sat, 3 Sep 2016 16:27:02 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bgKKr-0005xk-1T; Sat, 03 Sep 2016 19:26:53 -0400 Received: (nullmailer pid 14421 invoked by uid 1000); Sat, 03 Sep 2016 23:26:54 -0000 From: David Bremner To: laochailan , notmuch@notmuchmail.org Subject: Re: [PATCH 0/5] Additions to Go bindings In-Reply-To: <1433073735-7721-1-git-send-email-laochailan@web.de> References: <1433073735-7721-1-git-send-email-laochailan@web.de> User-Agent: Notmuch/0.22.1 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sat, 03 Sep 2016 20:26:54 -0300 Message-ID: <8760qck1j5.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 03 Sep 2016 23:27:04 -0000 laochailan writes: > I added bindings for thread lists and thread to the Go bindings and fixed > some wrong constant values. > > Before, the comment style was not understood well by the automatic > documentation generator of Go, so I converted the documentation comments > to the // style. These languished a more than a year without any review, which is unfortunate, and indicates that we're not really able as a community to maintain the go bindings. I've moved the go bindings to contrib to indicate a lowered level of support. I'm willing to apply the unreviewed patches there, unfortunately patch 3 (and therefore 4) are confused by the move. If someone wants to rebase those, I'll apply them as well. d