Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id BF16B431FB6 for ; Sat, 5 Jul 2014 05:58:51 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oSwoXbHKRQ65 for ; Sat, 5 Jul 2014 05:58:47 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E5A37431FAF for ; Sat, 5 Jul 2014 05:58:46 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.72) (envelope-from ) id 1X3PV4-0005qT-CS; Sat, 05 Jul 2014 12:55:30 +0000 Received: (nullmailer pid 24547 invoked by uid 1000); Sat, 05 Jul 2014 12:55:08 -0000 From: David Bremner To: Peter Wang , notmuch@notmuchmail.org Subject: Re: [PATCH v2 05/10] ruby: handle return status of database close In-Reply-To: <1397653165-15620-6-git-send-email-novalazy@gmail.com> References: <1397653165-15620-1-git-send-email-novalazy@gmail.com> <1397653165-15620-6-git-send-email-novalazy@gmail.com> User-Agent: Notmuch/0.18.1+22~gbf82697 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Sat, 05 Jul 2014 09:55:08 -0300 Message-ID: <87vbrcq82b.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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, 05 Jul 2014 12:58:51 -0000 Peter Wang writes: > Throw an exception if notmuch_database_destroy fails. > --- Same problem with the go and ruby bindings. Felipe, any comments on the ruby bindings changes? Does anyone in particular care for the go bindings? Justus and Austin, I put you in CC based on git log. d