Re: sort order regression
authorJesse Rosenthal <jrosenthal@jhu.edu>
Thu, 22 Apr 2010 14:14:16 +0000 (10:14 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:47 +0000 (09:36 -0800)
b3/4950dd7f6057c9e0ce407eb75f777e0e99cdac [new file with mode: 0644]

diff --git a/b3/4950dd7f6057c9e0ce407eb75f777e0e99cdac b/b3/4950dd7f6057c9e0ce407eb75f777e0e99cdac
new file mode 100644 (file)
index 0000000..c467f05
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <prvs=jrosenthal=7218428b9@jhu.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6AD164196F2\r
+       for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 07:14:19 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.301\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.301 tagged_above=-999 required=5\r
+       tests=[BAYES_20=-0.001, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id TUPrRSGvKN8Q for <notmuch@notmuchmail.org>;\r
+       Thu, 22 Apr 2010 07:14:18 -0700 (PDT)\r
+Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu\r
+       [128.220.161.140])\r
+       by olra.theworths.org (Postfix) with ESMTP id A3B84431FC1\r
+       for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 07:14:18 -0700 (PDT)\r
+X-IronPort-AV: E=Sophos;i="4.52,256,1270440000"; d="scan'208";a="378218616"\r
+Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
+       ([69.255.36.229])\r
+       by ipex3.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
+       22 Apr 2010 10:14:17 -0400\r
+Received: from jkr by lucky with local (Exim 4.69)\r
+       (envelope-from <jrosenthal@jhu.edu>)\r
+       id 1O4xAW-0005eN-JY; Thu, 22 Apr 2010 10:14:16 -0400\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
+       Notmuch development list <notmuch@notmuchmail.org>\r
+Subject: Re: sort order regression\r
+In-Reply-To: <87bpdbmvj0.fsf@SSpaeth.de>\r
+References: <87bpdbmvj0.fsf@SSpaeth.de>\r
+Date: Thu, 22 Apr 2010 10:14:16 -0400\r
+Message-ID: <87wrvz7ex3.fsf@jhu.edu>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 22 Apr 2010 14:14:19 -0000\r
+\r
+On Thu, 22 Apr 2010 16:06:27 +0200, Sebastian Spaeth <Sebastian@SSpaeth.de> wrote:\r
+> \r
+> jkr and I noticed that patch series are shown in reverse order now, in\r
+> fact threads seem to display messages at the same depth in reverse\r
+> chronological order now.\r
+\r
+Just to follow up on this, it seems that the regression comes from the\r
+fix Carl introduced in 2a1a4f0551 to make his simplification of my patch\r
+(simplification = 36e4459a3 , my patch = 4971b85641) pass tests. The\r
+question is whether my original, more complicated version would have\r
+passed the tests without the regressing fix. I do know that it showed\r
+the search order as expected.\r
+\r
+Unfortunately, I'm not quite skilled enough at git to turn back some\r
+files to a certain state, tests to another state, and so on.\r
+\r
+Best,\r
+Jesse\r