From f5ef3b5ff3937115c174605d7caa056051264f17 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 4 Apr 2015 08:10:21 +0900 Subject: [PATCH] Re: [PATCH] test/thread-order: more robust loop exit in case of broken input --- 6f/eb27f244eb3924a55d5646f4d2e92786026815 | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 6f/eb27f244eb3924a55d5646f4d2e92786026815 diff --git a/6f/eb27f244eb3924a55d5646f4d2e92786026815 b/6f/eb27f244eb3924a55d5646f4d2e92786026815 new file mode 100644 index 000000000..77cbbf0ad --- /dev/null +++ b/6f/eb27f244eb3924a55d5646f4d2e92786026815 @@ -0,0 +1,61 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 961EC6DE1A05 + for ; Fri, 3 Apr 2015 16:11:37 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.728 +X-Spam-Level: +X-Spam-Status: No, score=0.728 tagged_above=-999 required=5 tests=[AWL=0.728] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id VkKCWeSg80iI for ; + Fri, 3 Apr 2015 16:11:36 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id C02896DE19FD + for ; Fri, 3 Apr 2015 16:11:35 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YeAjW-0002Mc-Qu; Fri, 03 Apr 2015 23:10:38 +0000 +Received: (nullmailer pid 7585 invoked by uid 1000); Fri, 03 Apr 2015 + 23:10:21 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH] test/thread-order: more robust loop exit in case of + broken input +In-Reply-To: <1427643036-7171-1-git-send-email-tomi.ollila@iki.fi> +References: <1427643036-7171-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sat, 04 Apr 2015 08:10:21 +0900 +Message-ID: <87twww4xlu.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: tomi.ollila@iki.fi +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Fri, 03 Apr 2015 23:11:37 -0000 + +Tomi Ollila writes: + +> When creating $THREADS data it may end of not having 'None' at all +> or the numbers in line output yields a loop. +> + +pushed, + +d -- 2.26.2