[PATCH] RFC: all deleting all properties with a given key
[notmuch-archives.git] / 7a / 28d71688bb66e7234cc7e9516e13a4ed757cfa
1 Return-Path: <aclements@csail.mit.edu>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 7976A431FB6\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Oct 2014 10:00:45 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id Xcd-bTBP4w+A for <notmuch@notmuchmail.org>;\r
16         Fri,  3 Oct 2014 10:00:38 -0700 (PDT)\r
17 Received: from outgoing.csail.mit.edu (outgoing.csail.mit.edu [128.30.2.149])\r
18         by olra.theworths.org (Postfix) with ESMTP id 5A92F431FBC\r
19         for <notmuch@notmuchmail.org>; Fri,  3 Oct 2014 10:00:38 -0700 (PDT)\r
20 Received: from [104.131.20.129] (helo=awakeningjr)\r
21         by outgoing.csail.mit.edu with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16)\r
22         (Exim 4.72) (envelope-from <aclements@csail.mit.edu>)\r
23         id 1Xa6Dd-0000IH-4H; Fri, 03 Oct 2014 13:00:37 -0400\r
24 Received: from amthrax by awakeningjr with local (Exim 4.84)\r
25         (envelope-from <aclements@csail.mit.edu>)\r
26         id 1Xa6Dc-0004Br-JG; Fri, 03 Oct 2014 13:00:36 -0400\r
27 From: Austin Clements <aclements@csail.mit.edu>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: Re: [PATCH] test: Port atomicity test to Python\r
30 In-Reply-To: <1412355483-7670-1-git-send-email-aclements@csail.mit.edu>\r
31 References: <1412355483-7670-1-git-send-email-aclements@csail.mit.edu>\r
32 User-Agent: Notmuch/0.18.1+86~gef5e66a (http://notmuchmail.org) Emacs/24.3.1\r
33         (x86_64-pc-linux-gnu)\r
34 Date: Fri, 03 Oct 2014 13:00:36 -0400\r
35 Message-ID: <874mvldr63.fsf@csail.mit.edu>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Fri, 03 Oct 2014 17:00:45 -0000\r
51 \r
52 On Fri, 03 Oct 2014, Austin Clements <aclements@csail.mit.edu> wrote:\r
53 > Previously, this was implemented using a horrible GDB script (because\r
54 > there is no such thing as a non-horrible GDB script).  This GDB script\r
55 > often broke with newer versions of GDB for mysterious reasons.  Port\r
56 > the test script to GDB's Python API, which makes the code much cleaner\r
57 > and, hopefully, more stable.\r
58 > ---\r
59 >\r
60 > Hi Amadeusz.  Does this patch fix the problem for you?  I don't have\r
61 > GDB 7.8, so I can't test against it, but the Python interface is less\r
62 > fragile than the GDB scripting language.  (Even if this doesn't fix\r
63 > your problem, I think we should switch to the Python interface.)\r
64 \r
65 Oops.  I meant this to be a reply to\r
66 id:87sijovhuf.fsf@freja.aidecoe.name.  Sorry for any confusion.\r