From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 21 12:33:04 2021 Received: (at 52577) by debbugs.gnu.org; 21 Dec 2021 17:33:04 +0000 Received: from localhost ([127.0.0.1]:55460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzj0a-0005cH-6o for submit@debbugs.gnu.org; Tue, 21 Dec 2021 12:33:04 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:59744) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzj0W-0005bh-TH for 52577@debbugs.gnu.org; Tue, 21 Dec 2021 12:33:03 -0500 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id Z5Yy2600X4UW6Th015YyF5; Tue, 21 Dec 2021 18:32:59 +0100 Message-ID: Subject: Re: bug#52577: =?UTF-8?Q?=E2=80=98guix?= =?UTF-8?Q?_lint=E2=80=99?= throws an ugly backtrace if the GitHub updater receives =?UTF-8?Q?=E2=80=9Crate?= limit =?UTF-8?Q?exceeded=E2=80=9D?= error From: Maxime Devos To: Xinglu Chen , 52577@debbugs.gnu.org Date: Tue, 21 Dec 2021 17:32:58 +0000 In-Reply-To: <87wnjxev3f.fsf@yoctocell.xyz> References: <87bl1fjpl3.fsf@disroot.org> <746d29cab94d0a8686283a896cd2f639523e9d5d.camel@telenet.be> <87sfurhru8.fsf@disroot.org> <80e40710ed0814ecded0d7f153d1e1ef6e30a311.camel@telenet.be> <87wnjxev3f.fsf@yoctocell.xyz> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1640107979; bh=ECWRqunCBDjLJyN2ykgjsvNDuD9TfIfSfenqT4F3jPs=; h=Subject:From:To:Date:In-Reply-To:References; b=Kkbgovj25frtZaITAmU+CYKL916NIpajAKvvQ+mB98dCu7p/+DIECoEku3VDXm5hw RucI/bq2y05U80H0S0oNCXP8VSJglZhvVipXJqxchedIoHOEkDQJe3W7x5ao4LUnkw OOb1UfE8cDXYeFlmZBgcK5kW//WWb1MQULLBsogyfw8A1GyoV7qg058dyb1bAk0j+M 4K3G4oYBDwZfBfhm5CQN+UaakCpOYCltiz1MxRdH2ByZlIC16mU/P8WBt5pD2qKtMS AtiM88aNKWToFu1AqMkg9kOMnlzqgmp/Mw2iH9ZXKweKd75gM8YTymQZP70gWzoJbl /3mkL5sez9UnQ== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 52577 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Xinglu Chen schreef op di 21-12-2021 om 18:17 [+0100]: > O[...] > Yeah, the catch/throw system doesn’t really work well with ‘raise’. > Here is what I found after some digging: [...] My point was that a raise-style exception shouldn't be wrapped in a (%exception ...) and then again in an &exception-with-kind-and-args, this wrapping should ‘collapse’. Seems like a bug in Guile. Anyway, your patch to Guix looks reasonable to me, though it would be a good idea to look into fixing the double-wrapping in Guile. Greetings, Maxime.