From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#50629: 28.0.50; hard to debug an uncaught error with ert Date: Sun, 28 Aug 2022 12:03:07 +0200 Message-ID: <875yicptwk.fsf@gnus.org> References: <15445.1631834888@alto> <87pmgncjvg.fsf@gnus.org> <871qt1aklk.fsf@gnus.org> <875yid94k2.fsf@gnus.org> <871qt192vj.fsf@gnus.org> <040ecbba-3db2-44dc-b398-8365c7542dd3@gmail.com> <87ilmdduxu.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6152"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Mike Kupfer , Ihor Radchenko , 50629@debbugs.gnu.org To: Gerd =?UTF-8?Q?M=C3=B6llmann?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 28 12:04:10 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSF9F-0001SG-In for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 28 Aug 2022 12:04:09 +0200 Original-Received: from localhost ([::1]:42012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oSF9E-0002wS-MN for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 28 Aug 2022 06:04:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSF98-0002wK-AH for bug-gnu-emacs@gnu.org; Sun, 28 Aug 2022 06:04:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39642) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oSF98-0005ZP-0E for bug-gnu-emacs@gnu.org; Sun, 28 Aug 2022 06:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oSF97-00086F-Ri for bug-gnu-emacs@gnu.org; Sun, 28 Aug 2022 06:04:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 28 Aug 2022 10:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50629 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 50629-submit@debbugs.gnu.org id=B50629.166168100231082 (code B ref 50629); Sun, 28 Aug 2022 10:04:01 +0000 Original-Received: (at 50629) by debbugs.gnu.org; 28 Aug 2022 10:03:22 +0000 Original-Received: from localhost ([127.0.0.1]:57624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSF8U-00085G-5O for submit@debbugs.gnu.org; Sun, 28 Aug 2022 06:03:22 -0400 Original-Received: from quimby.gnus.org ([95.216.78.240]:35422) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSF8Q-00084y-Fb for 50629@debbugs.gnu.org; Sun, 28 Aug 2022 06:03:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :Date:References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Ynghaq923Fe8aeaMxFX6G8LV5moh1lQaBRWUVyxh3Z8=; b=MCz0GmmPTWKduMly0opW3AQ97G V9T/BhXdMV/s981wdiXpEmFCBiWisEUuSzgtUSQEnH7cX/vyOXvOVpX4Gtw84ULlTw4yuWItiVXeA ahxL8pourAB1hHQQpMHGeSBlFA2g06Fd5v9bs7T9P8d85rWmfqr6K6Kdfw8DYMsFy91Q=; Original-Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSF8G-0003fK-Ii; Sun, 28 Aug 2022 12:03:10 +0200 In-Reply-To: ("Gerd =?UTF-8?Q?M=C3=B6llmann?="'s message of "Sun, 28 Aug 2022 11:27:01 +0200") Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEXYebPYd7KtYpCK TnJHKDvwyeL////KdnvEAAAAAWJLR0QGYWa4fQAAAAlwSFlzAAAAZAAAAGQAD5bF3QAAAAd0SU1F B+YIHAk5CV7//0gAAAGlSURBVDjLbZNtjoQgDIYLM/wHXP8reIDNlBMMHABnw/2vsgVEUaeJIekj Lf14Aa7GZmYRw80PWhobXAB1GJOKaWOGgC4ESCKmmEQiExBFNPOyAbKYimUaP9p58lcgs3MsYFqH UKyANbMKIlvCcSN24IPdDZYSbED8uQ5AAzHND4e4hyrRMvibjEVvMRx1xCSjsM5jNk8EjqJVjY4F 9r3SW9rgTb5x2BJ668DzDHICpSR93J8AVUCFUVtFpLY2t2t1xFz16uyWfe/VuJaBPOu73kstMHdo pQqpymjyz78lRxwrYKX9+oXO/xzJRZ0t/cEx2KO7dYjF4LE/t05btjPn9/wC6NEy+0EPe6h28vwq MOCAhkHpRT3HRA17M1gsgsqTYKqes6IdkQD8xU/rrCVYQ36QFKwHw8Symyma/AlwyYsOtEV3AlKa ogN91YdRE+GJW3cB3FB8rcrGndWk6KFNOBfjryaciy2zvq1P3TqKFNwXwEmy3wCzFr+GotJIm3gD A70H0d5AESxpwJ23veogq4Ng30TVdED6OPVqaBvtLznaRlX7B5KPsgegCyajAAAAJXRFWHRkYXRl OmNyZWF0ZQAyMDIyLTA4LTI4VDA5OjU3OjA5KzAwOjAwDcRFfwAAACV0RVh0ZGF0ZTptb2RpZnkA MjAyMi0wOC0yOFQwOTo1NzowOSswMDowMHyZ/cMAAAAASUVORK5CYII= X-Now-Playing: Hexting's _Post Post Rock Rock_: "Annie Lennox Shreds" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:240977 Archived-At: Gerd M=C3=B6llmann writes: > Interestingly with condition-case-unless I get one less error with make > check: Are you sure you removed all the .elc files under test first? Since this is a change in an ert macro, you have to do that to get meaningful results. Anyway, that condition-case is presumably there to allow checking for failures? I.e., the :expected stuff. Instead of altering removing the condition-case there, wouldn't it be possible to output the backtrace explicitly in the handler?