From: Felipe Contreras Date: Mon, 15 Apr 2013 17:13:17 +0000 (+1900) Subject: Re: [PATCH] debian: package ruby bindings X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81eddd4aaa93da36831158e82b8dc954da710ccb;p=notmuch-archives.git Re: [PATCH] debian: package ruby bindings --- diff --git a/6b/74f2ed56159723079e7c1d5a226a98243355b5 b/6b/74f2ed56159723079e7c1d5a226a98243355b5 new file mode 100644 index 000000000..9a4306652 --- /dev/null +++ b/6b/74f2ed56159723079e7c1d5a226a98243355b5 @@ -0,0 +1,95 @@ +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 69753431FB6 + for ; Mon, 15 Apr 2013 10:13:20 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 EyPKBmfsHnDg for ; + Mon, 15 Apr 2013 10:13:19 -0700 (PDT) +Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com + [209.85.217.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 860B6431FAF + for ; Mon, 15 Apr 2013 10:13:19 -0700 (PDT) +Received: by mail-lb0-f171.google.com with SMTP id v10so4769179lbd.16 + for ; Mon, 15 Apr 2013 10:13:18 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:x-received:in-reply-to:references:date:message-id + :subject:from:to:cc:content-type; + bh=BAcCL5fItx2ZBl1Dkf4bnjN1D56Hcc3/uXiakl3Yd3M=; + b=RE6sWzC74+cSz7NYKzGQdVoEQlHs19BxR2iukyxMwE+6hPkiM26Pp7kfTAhJIARQUV + BfAQywaO/neD36ifh4YFYX+cuz0nYgwyeWAMusSgmCS53JFiCNiQ5CWvTZHAzrGvT3G1 + lgUuRU+oQlqCJxnIyEeC5pLttvxZIhsJGQZozsXMM3ZUsHvsPwM7jLXQfi7iOimQxU2E + vwHkp+FqvO9j+3ZT0SYTKASaqlVUltLLiD2bYKrk8TGZW4yCJtjb5KE66tkujKsRbGH7 + zG+k0Iexo8nzzMsUALZYTWPfMIEAfVm0GH+ELOTmxsHCeLZp8sVI4rVpE+2VfUYoyD8G + FGgw== +MIME-Version: 1.0 +X-Received: by 10.112.133.198 with SMTP id pe6mr10706452lbb.103.1366045997989; + Mon, 15 Apr 2013 10:13:17 -0700 (PDT) +Received: by 10.114.59.210 with HTTP; Mon, 15 Apr 2013 10:13:17 -0700 (PDT) +In-Reply-To: <87wqs4rsjm.fsf@zancas.localnet> +References: <1365031678-25188-1-git-send-email-felipe.contreras@gmail.com> + <87y5clte1j.fsf@zancas.localnet> + + <87wqs4rsjm.fsf@zancas.localnet> +Date: Mon, 15 Apr 2013 12:13:17 -0500 +Message-ID: + +Subject: Re: [PATCH] debian: package ruby bindings +From: Felipe Contreras +To: David Bremner +Content-Type: text/plain; charset=UTF-8 +Cc: notmuch@notmuchmail.org +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: Mon, 15 Apr 2013 17:13:20 -0000 + +On Mon, Apr 15, 2013 at 5:34 AM, David Bremner wrote: +> Felipe Contreras writes: +> +> +>>> On a related note, is the ruby build +>>> procedure documented somewhere? +>> +>> Not really, it's just standard. +>> +> +> OK, but that doesn't really help us deal with support requests e.g. on IRC. +> Some "feature requests" for the bindings: + +Can you point to some of these requests, or are they hypothetical? +Moreover, wouldn't making sure that the bindings are package mostly +solve this issue? + +> 1. Add a short README describing how to build, and how to read the docs +> (it looks like there is a public) +> +> 2. Add a couple tests at least reaching the (low) bar set by the python +> bindings +> +> 3. Build and install the docs locally as part of the (in-progress) +> debian package + +That would be good, but it's out of scope for this patch. + +-- +Felipe Contreras