From: W. Trevor King Date: Sat, 10 May 2014 19:16:37 +0000 (+1700) Subject: [PATCH 0/2] nmbug-config errors for illegible configs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=387987f5691823d32875412d4bb6f4a61a6b4940;p=notmuch-archives.git [PATCH 0/2] nmbug-config errors for illegible configs --- diff --git a/bc/a12ffe858915b7047e77299dc9a3286d95b2f6 b/bc/a12ffe858915b7047e77299dc9a3286d95b2f6 new file mode 100644 index 000000000..c99e5fbb3 --- /dev/null +++ b/bc/a12ffe858915b7047e77299dc9a3286d95b2f6 @@ -0,0 +1,84 @@ +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 1BE38431FC4 + for ; Sat, 10 May 2014 12:17:27 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] + 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 zx13t-aN0ulu for ; + Sat, 10 May 2014 12:17:19 -0700 (PDT) +Received: from qmta09.westchester.pa.mail.comcast.net + (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) + by olra.theworths.org (Postfix) with ESMTP id 479A8431FBF + for ; Sat, 10 May 2014 12:17:19 -0700 (PDT) +Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) + by qmta09.westchester.pa.mail.comcast.net with comcast + id 0KHA1o0010vyq2s59KHGuR; Sat, 10 May 2014 19:17:16 +0000 +Received: from odin.tremily.us ([24.18.63.50]) + by omta05.westchester.pa.mail.comcast.net with comcast + id 0KHF1o00X152l3L3RKHGZM; Sat, 10 May 2014 19:17:16 +0000 +Received: from mjolnir.tremily.us (unknown [192.168.0.140]) + by odin.tremily.us (Postfix) with ESMTPS id 6F9C1119F4AB; + Sat, 10 May 2014 12:17:15 -0700 (PDT) +Received: (nullmailer pid 7958 invoked by uid 1000); + Sat, 10 May 2014 19:16:43 -0000 +From: "W. Trevor King" +To: notmuch@notmuchmail.org +Subject: [PATCH 0/2] nmbug-config errors for illegible configs +Date: Sat, 10 May 2014 12:16:37 -0700 +Message-Id: +X-Mailer: git-send-email 1.9.1.353.gc66d89d +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; + s=q20140121; t=1399749436; + bh=KJm78UOmgRflAKWbsTyZseBwk4ninVCcK79qTuOqhhA=; + h=Received:Received:Received:Received:From:To:Subject:Date: + Message-Id; + b=NGH8FgJHZqMgehnPcc0jBZXuqTzGZQ9sRroSBFHwYwq3tAmAWNV5QUMnKVmxsMiRp + OZ0CLwv3AH330NDu+jowYTboEjAsKv1opscjr8NLGb1dICKejgVXm9HSSv9BDgpXvD + iYiXxk2hd0xtmz6B/kgjBbAPW925KIuaywH7/2DRWl1Dkn83if2FHCINmydw1DkgrS + mxyZ7aqoOIGgggRV1QOY2TLS3+3KMlxSGHrtJRX08+BzTgbPpMH/9qjLV/F9BZHXid + N43bUCZUv3KJHCp46GHYvBR4aiBXpK6reTB+VkKYSB/3Qm36DhVNxiDVsYvcRdOqoP + aiVEKkdBPqpVQ== +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: Sat, 10 May 2014 19:17:27 -0000 + +More accessible errors and consistent config loading inspired by +Carl's report of the unhelpful 'No JSON object' traceback [1]. + +Cheers, +Trevor + +[1]: id:87wqegr3dm.fsf@yoom.home.cworth.org + http://article.gmane.org/gmane.mail.notmuch.general/17995 + +W. Trevor King (2): + nmbug-status: Clarify errors for illegible configs + nmbug-status: Use 'show-ref --heads' for loading configs + + NEWS | 18 ++++++++++++++++ + devel/nmbug/nmbug | 1 + + devel/nmbug/nmbug-status | 54 ++++++++++++++++++++++++++++++++++++++++-------- + 3 files changed, 64 insertions(+), 9 deletions(-) + +-- +1.9.1.353.gc66d89d +