Re: [PATCH] create .mailmap file (for git shortlog/blame)
[notmuch-archives.git] / 74 / 8ca4337a08dfb64e7f552e3d50895489803685
1 Return-Path: <tomi.ollila@iki.fi>\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 C5C70431FC2\r
6         for <notmuch@notmuchmail.org>; Tue,  6 May 2014 11:26:23 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 MI3SBJ0Pe2bF for <notmuch@notmuchmail.org>;\r
16         Tue,  6 May 2014 11:26:18 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 57565431FAF\r
19         for <notmuch@notmuchmail.org>; Tue,  6 May 2014 11:26:18 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id F33A01000E5;\r
22         Tue,  6 May 2014 21:26:13 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Charles Celerier <cceleri@cs.stanford.edu>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 3/5] atomicity.gdb: Allow breakpoint symbols to be\r
26         resolved        later.\r
27 In-Reply-To: <1399395748-44920-4-git-send-email-cceleri@cs.stanford.edu>\r
28 References: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu>\r
29         <1399395748-44920-2-git-send-email-cceleri@cs.stanford.edu>\r
30         <1399395748-44920-3-git-send-email-cceleri@cs.stanford.edu>\r
31         <1399395748-44920-4-git-send-email-cceleri@cs.stanford.edu>\r
32 User-Agent: Notmuch/0.18+12~gbfbd199 (http://notmuchmail.org) Emacs/24.3.1\r
33         (x86_64-unknown-linux-gnu)\r
34 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
35         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
36         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
37 Date: Tue, 06 May 2014 21:26:13 +0300\r
38 Message-ID: <m2y4yehigq.fsf@guru.guru-group.fi>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 06 May 2014 18:26:23 -0000\r
54 \r
55 On Tue, May 06 2014, Charles Celerier <cceleri@cs.stanford.edu> wrote:\r
56 \r
57 > On the Mac OS X platform, the rename() function symbol is not found\r
58 > until the debugger begins running. The reason for this is unknown, but\r
59 > allowing breakpoint symbols to be resolved later both solves the problem\r
60 > and does not change the test.\r
61 >\r
62 > Signed-off-by: Charles Celerier <cceleri@cs.stanford.edu>\r
63 > ---\r
64 >  test/atomicity.gdb | 3 +++\r
65 >  1 file changed, 3 insertions(+)\r
66 >\r
67 > diff --git a/test/atomicity.gdb b/test/atomicity.gdb\r
68 > index fd67525..127dc8f 100644\r
69 > --- a/test/atomicity.gdb\r
70 > +++ b/test/atomicity.gdb\r
71 > @@ -18,6 +18,9 @@ shell echo 0 > outcount\r
72 >  \r
73 >  shell touch inodes\r
74 >  \r
75 > +# for gdb on mac\r
76 > +set breakpoint pending on\r
77 > +\r
78 \r
79 actually this particular patch could be taken from David's series\r
80 as it has better comment:\r
81 \r
82 id:1399381588-26271-2-git-send-email-david@tethera.net\r
83 \r
84 >  break rename\r
85 >  commands\r
86 >  # As an optimization, only consider snapshots after a Xapian commit.\r
87 > -- \r
88 > 1.8.5.2 (Apple Git-48)\r
89 >\r
90 > _______________________________________________\r
91 > notmuch mailing list\r
92 > notmuch@notmuchmail.org\r
93 > http://notmuchmail.org/mailman/listinfo/notmuch\r