From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id SN4mCEjH82J5vQAAbAwnHQ (envelope-from ) for ; Wed, 10 Aug 2022 16:57:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id sJP/B0jH82LyZQAAauVa8A (envelope-from ) for ; Wed, 10 Aug 2022 16:57:12 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D62DB2EA32 for ; Wed, 10 Aug 2022 16:57:11 +0200 (CEST) Received: from localhost ([::1]:44968 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLn8w-0000zM-PV for larch@yhetil.org; Wed, 10 Aug 2022 10:57:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49780) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLn8o-0000yf-9B for bug-guix@gnu.org; Wed, 10 Aug 2022 10:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60692) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLn8o-0005KI-0d for bug-guix@gnu.org; Wed, 10 Aug 2022 10:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oLn8n-0002J5-Si for bug-guix@gnu.org; Wed, 10 Aug 2022 10:57:01 -0400 Subject: bug#57093: 'guix style --whole-file' hangs indefinitely if parenthesis is unmatched Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Wed, 10 Aug 2022 14:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57093 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mohammed AMAR-BENSABER Cc: 57093-done@debbugs.gnu.org Mail-Followup-To: 57093@debbugs.gnu.org, ludo@gnu.org, renken@shione.net Received: via spool by 57093-done@debbugs.gnu.org id=D57093.16601433968827 (code D ref 57093); Wed, 10 Aug 2022 14:57:01 +0000 Received: (at 57093-done) by debbugs.gnu.org; 10 Aug 2022 14:56:36 +0000 Received: from localhost ([127.0.0.1]:50440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLn8O-0002II-7H for submit@debbugs.gnu.org; Wed, 10 Aug 2022 10:56:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLn8M-0002I3-6G for 57093-done@debbugs.gnu.org; Wed, 10 Aug 2022 10:56:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35136) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLn8G-0005It-4H; Wed, 10 Aug 2022 10:56:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=b0IJU9AXpe96oXlF82ZQFmb25Q7kEeaXCCb9z1CZXp0=; b=n0SgUhTOrCcFQM+rcw/d vcaoqt+QYyGMNx7fl3CGRTKrXCkWeOFPLYy6b3sUHEGLchFeB7LOkgyd6bfo/qTmxbxZhMFX4PwXu alcnE38L31XlmL9/bgFgT5EMzoWiwJAgYABLD/9Hb0OSshEjemtPJlysRvXrZtJ5dNEbzUxd8SzTT 3L7U/fqRiY6tKTW161xIZMHu6jw0+e7jZPTFsSNR2bjUrN2uoS4jCO2iWmqiSdBI39BEoQtZbbaJm JPKOMyu4PKwq71x6sCtMpuFSeYUIOAxCpZbUo6tYtzqgF9wz0T94ohrIrGvoBEczD/XWgPOwaBdbE 0dEjAbakufhqDQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64183 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLn8F-0002H3-OQ; Wed, 10 Aug 2022 10:56:27 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <6041017.lOV4Wx5bFT@siga> Date: Wed, 10 Aug 2022 16:56:25 +0200 In-Reply-To: <6041017.lOV4Wx5bFT@siga> (Mohammed AMAR-BENSABER's message of "Tue, 09 Aug 2022 23:25:34 +0200") Message-ID: <87fsi4ywo6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660143431; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=b0IJU9AXpe96oXlF82ZQFmb25Q7kEeaXCCb9z1CZXp0=; b=XuJ05rvaLepBbLcIl8+c1LBZ9I6ADOAnKfRQC6lWH6k/gl/oatRsYdwa81bDxMrrY4jQks Km83yCwzTfXG81z50xJcbRZQHY9owUY21gJwcu+KvLvKUjZSDi9uOm9nIbBFzMciTna2lV Sb2sIePUBpwfZcKmr4vLyQh8t/Xt3jtwJdUYuIBjYUz7OJRL8A2B6GsN+xtKsvgdpIj+9X foVfKGO4aTDSY851YsxYJ26ZCXyXkSlNlL2DhVEebWvKs3meIPxud8Lt9/DujGPNqB3Wsg wvA/7G9UylLBHMXPZt81QlmkCe7uamKWDMupTra1P8Xm3HzrjQUqZibhDTN0AQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660143431; a=rsa-sha256; cv=none; b=CAzufIP93kdvEVBgDZwkh2IG6PVom9T3gGmwbPETk7audCgQzuBfFB8yY287iBPfOmElxe 2CLEDMc8DuPSwQPwtkWwt0ALL7JAKbPlWgvrRJGLViswKAMUtzAPiKr/vYt1+0iar3Iuc7 RuKAeyGxb6GAtzTZ8bFEEt3JCaj8Xm1BRthhTGEikTvSRN0DeTUMmpw53hv66CHe18Qkw9 YahiHTggj70IHs73KQT8zSFof0mtdy5cbrAYCdAvE123BP+t9XY1P/QGt5/6FDpGX/hqdD eaLO/L0u9iioFA8Lwyd489o49JwJGNM60g3UJ3AtSfSoS98t3yDif3Qk4Y6V9Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=n0SgUhTO; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.59 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=n0SgUhTO; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D62DB2EA32 X-Spam-Score: -2.59 X-Migadu-Scanner: scn0.migadu.com X-TUID: v9uDbtFIaX4p Hi Mohammed, Mohammed AMAR-BENSABER skribis: > guix style --whole-file package.scm hangs indefinitely if parenthesis is= =20 > unmatched. Relevant commit a15542d26df42dabdb5e2f76d150ae200230c3b0. Oops, fixed in ebda12e1d2c64480bb7d5977e580d8b2eabeb503: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix style -f /tmp/t.scm /tmp/t.scm:25:0: error: unexpected end of file hint: Did you forget a closing parenthesis? --8<---------------cut here---------------end--------------->8--- Thanks for your report! Ludo=E2=80=99.