From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 05 12:06:36 2025 Received: (at submit) by debbugs.gnu.org; 5 Feb 2025 17:06:36 +0000 Received: from localhost ([127.0.0.1]:52166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tfirE-0005h8-7G for submit@debbugs.gnu.org; Wed, 05 Feb 2025 12:06:36 -0500 Received: from lists.gnu.org ([2001:470:142::17]:37014) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tfirB-0005gu-5w for submit@debbugs.gnu.org; Wed, 05 Feb 2025 12:06:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tfir3-0005gS-EO for guix-patches@gnu.org; Wed, 05 Feb 2025 12:06:27 -0500 Received: from sofi-shared.hosting.energy ([2001:41d0:602:1f56::] helo=sofi.hosting.energy) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tfiqz-0004QP-Hq for guix-patches@gnu.org; Wed, 05 Feb 2025 12:06:24 -0500 Received: from [212.233.84.149] (helo=localhost.localdomain) by sofi.hosting.energy with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1tfiqY-0000Vo-3Q for guix-patches@gnu.org; Wed, 05 Feb 2025 20:05:54 +0300 From: Evgeny Pisemsky To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-go-translate: Improve code style. Date: Wed, 5 Feb 2025 20:05:32 +0300 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Divya Ranjan Pattanaik , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit Received-SPF: permerror client-ip=2001:41d0:602:1f56::; envelope-from=mail@pisemsky.site; helo=sofi.hosting.energy X-Spam_score_int: 19 X-Spam_score: 1.9 X-Spam_bar: + X-Spam_report: (1.9 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.398, RCVD_IN_SBL_CSS=3.335, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-go-translate): Improve code style. Change-Id: I0a2601a34907169a0792e1a7a2b05ecd8ca2119a --- gnu/packages/emacs-xyz.scm | 16 ++++++ 1 file changed, 6 insertions(+), 10 deletions(-) Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 T_SPF_PERMERROR SPF: test of record failed (permerror) 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [212.233.84.149 listed in zen.spamhaus.org] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] X-Debbugs-Envelope-To: submit 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: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-go-translate): Improve code style. Change-Id: I0a2601a34907169a0792e1a7a2b05ecd8ca2119a --- gnu/packages/emacs-xyz.scm | 16 ++++++ 1 file changed, 6 insertions(+), 10 deletions(-) Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [212.233.84.149 listed in zen.spamhaus.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 T_SPF_PERMERROR SPF: test of record failed (permerror) -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/emacs-xyz.scm (emacs-go-translate): Improve code style. Change-Id: I0a2601a34907169a0792e1a7a2b05ecd8ca2119a --- gnu/packages/emacs-xyz.scm | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cbd4e25e2b..dd052d0b93 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -29204,15 +29204,10 @@ (define-public emacs-go-translate (arguments (list #:tests? #t - #:test-command #~(list "emacs" - "-Q" - "--batch" - "-L" - "." - "-l" - "gt-tests.el" - "-f" - "ert-run-tests-batch-and-exit") + #:test-command #~(list "emacs" "-Q" "--batch" + "-L" "." + "-l" "gt-tests.el" + "-f" "ert-run-tests-batch-and-exit") #:phases #~(modify-phases %standard-phases (add-before 'check 'skip-failing-tests (lambda _ @@ -29220,7 +29215,8 @@ (define-public emacs-go-translate (("\\(ert-deftest test--gt-translation-life-cycle .*" all) (string-append all "(skip-unless nil)\n")) - (("\\(ert-deftest test--gt-valid-literally .*" all) + (("\\(ert-deftest test--gt-valid-literally .*" + all) (string-append all "(skip-unless nil)\n")))))))) (home-page "https://github.com/lorniu/go-translate/") (synopsis "Configurable and scalable translation framework") base-commit: c25137aaa75236a8d9f06fa2f38a8c29e77c0f16 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 09 00:10:04 2025 Received: (at 76074) by debbugs.gnu.org; 9 Feb 2025 05:10:05 +0000 Received: from localhost ([127.0.0.1]:42578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgza0-0002dV-9f for submit@debbugs.gnu.org; Sun, 09 Feb 2025 00:10:04 -0500 Received: from fhigh-a4-smtp.messagingengine.com ([103.168.172.155]:60073) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgzZx-0002cI-9u; Sun, 09 Feb 2025 00:10:02 -0500 Received: from phl-compute-09.internal (phl-compute-09.phl.internal [10.202.2.49]) by mailfhigh.phl.internal (Postfix) with ESMTP id BC0701140253; Sun, 9 Feb 2025 00:09:55 -0500 (EST) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-09.internal (MEProxy); Sun, 09 Feb 2025 00:09:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:cc:content-type:content-type:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:subject:subject:to:to; s=fm2; t=1739077795; x=1739164195; bh=/W1TQjVQv7V3zCyEeGzYCGsVAQtuBps3 WH/C7NMjjh4=; b=WoXomYWiHey4xe1Sbfx84OmZF69Lap6TmYhK21ddFfkFxUCg j+BxvVUw/0I2gX6le9iQh0h6KsNZs25Ze4ZFHm49SsaE3Bp1wmBaCbGWkMB1QB6c 3AeQq+6+Y/O7sPquXlQk60bMRps4QhHL1QjWEp9/DOsBai9t3A/vGZf7eKUzNLDc 5bvIdW+OITYV153gVQP6GCU03UhSyi3+Mi0LpzhUP1YBlFU0+oMY2UI8ie1TMC0S aJsDFp9s95ZF5AxewpbqpaLUdGFfIMtm1lnxMgMR9Sxp+qO3BCMhgK3Wd6cDanCe hv0eQHlUJJa9BBvSLPH7vxuoBQl5wjoDwsKWhA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:subject:subject:to:to:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1739077795; x= 1739164195; bh=/W1TQjVQv7V3zCyEeGzYCGsVAQtuBps3WH/C7NMjjh4=; b=V i+MDGAnEEjVrtWkA8okT5jwnuLxasezwfg3VIENnZNWcnGzcnK1+XOeBDO/Qx5wr bn130QY7OTgy98qUueaMsD6BlFDWkEwPLYMW85fzB6ygv9UxagRZ/zOCtxGVJTzD a4Eo1YboBAQs/m05XwvaHWTSX8LLMFYW7V9Jy2vAXmq+r8+l8Mk8jbdsxr+FP/Gt dGzSUcqw9XQlofHi3fcug4YTqkGC/dM3iKJDhAC2ExnftuE8Pi0SKxA9zzTp7LDy En+Df75nORoh6afihmA/VgMD8DtU/wVGNLUgIEa6+7c8yezpwT4jo/32ydNJ4aKv 0L7zb7QMAGmjjJTdi6ZJA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdefgedvgecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecunecujfgurhephffvve fufgffkfggtgesthdtredttdertdenucfhrhhomhepkfgrnhcugfhurhgvuceoihgrnhes rhgvthhrohhsphgvtgdrthhvqeenucggtffrrghtthgvrhhnpeefgeegtddvudejvddvfe eljeehleejffevheevffeugffhffefleekhffhtefhteenucevlhhushhtvghrufhiiigv pedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehirghnsehrvghtrhhoshhpvggtrdhtvh dpnhgspghrtghpthhtohepfedpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtoheptgho nhhtrhholhesuggvsggsuhhgshdrghhnuhdrohhrghdprhgtphhtthhopeejiedtjeegse guvggssghughhsrdhgnhhurdhorhhgpdhrtghpthhtohepmhgrihhlsehpihhsvghmshhk hidrshhithgv X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 9 Feb 2025 00:09:54 -0500 (EST) From: Ian Eure To: Evgeny Pisemsky Subject: Re: [bug#76074] [PATCH] gnu: emacs-go-translate: Improve code style. User-Agent: mu4e 1.12.8; emacs 29.4 Date: Sat, 08 Feb 2025 21:09:52 -0800 Message-ID: <87msevya8v.fsf@retrospec.tv> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76074 Cc: control@debbugs.gnu.org, 76074@debbugs.gnu.org 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 (-) Hi Evgeny, Pushed as fd3876ec2a. Thank you for contributing! -- Ian From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 09 00:10:13 2025 Received: (at control) by debbugs.gnu.org; 9 Feb 2025 05:10:13 +0000 Received: from localhost ([127.0.0.1]:42588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgza9-0002j9-A3 for submit@debbugs.gnu.org; Sun, 09 Feb 2025 00:10:13 -0500 Received: from fhigh-a4-smtp.messagingengine.com ([103.168.172.155]:45695) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgza7-0002fF-M2 for control@debbugs.gnu.org; Sun, 09 Feb 2025 00:10:11 -0500 Received: from phl-compute-01.internal (phl-compute-01.phl.internal [10.202.2.41]) by mailfhigh.phl.internal (Postfix) with ESMTP id 86D961140253 for ; Sun, 9 Feb 2025 00:10:06 -0500 (EST) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-01.internal (MEProxy); Sun, 09 Feb 2025 00:10:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:content-type:date:date:from:from:in-reply-to:message-id :reply-to:subject:subject:to:to; s=fm2; t=1739077806; x= 1739164206; bh=a3crn48e+E09qpEJUVqHcX4R4sSaIRKQVDaR5/Q50aE=; b=t 8eeaNwq4IxIvxB72IFn8FrX+oAzylLHfdxquoMGZ/tGOxhVwkt3z3Zw0ymBQs1fS VEhSv/i5p+45RLQDMWq7joeGVWYrLJXrsnwL/ozVAex5NLTPMB7g8mYfnSHrwmIB tvujwCQXmciQG6VZQtAxpJ/48qG5zUaohowoVlwocoyBvDmUMtZCvjCEyb+App98 UHgFgESjviKAQulZ3bUh5SwivW54GbLVr+dbdFhvjdYLqSG5LrwxRQVsOliu8JZF WhHnnlpb4W0Vv0EAzW3E7V5XPZomot+2BA7oUADJR2rN8P3mqx0qqXVLLvNwps8E lVLxM8WkMAXYIJOE375Rg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:message-id:reply-to:subject :subject:to:to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; t=1739077806; x=1739164206; bh=a3crn48e+E09qpEJUVqHcX4R4sSa IRKQVDaR5/Q50aE=; b=vTrPMBpukpMNykt3TFT4IHxvlJeLKMMfLD0m2s3Fv/mC O4pCJY+ARuHTERusJl2BvxEMm+0S/rqa7GK6OnaQCHf3QbqDdvFxRmV7qUPF00Oa 8hVxekVZ0hJJX2BwHYBWYkX+gapWMYv7UDvBC1sIXt+NmR084B7srBSMdzyRsyaN KSlcw6HERTt3NAJtJtwqitROUrmVKaY1Z+U3bJqhgvHM+KYBVYnb+BMl6/zDaeNE I+XpHGl89uDHGEONL0SabKPGCwNvL9NlJ6gLVKCaa90n5so6qin2NNFry+vxJjeY 4oa/rpddyhZfbl3NwaOW4tMAPX3FoHBDaW2emuOV7w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdefgedvgecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecunecujfgurhepfffkvf fhufestddtredttddttdenucfhrhhomhepkfgrnhcugfhurhgvuceoihgrnhesrhgvthhr ohhsphgvtgdrthhvqeenucggtffrrghtthgvrhhnpeetkeejhfefhfetieegkeehheevvd efgffggeevffdtvddufeehiefgteeiueehkeenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehirghnsehrvghtrhhoshhpvggtrdhtvhdpnhgspg hrtghpthhtohepuddpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtoheptghonhhtrhho lhesuggvsggsuhhgshdrghhnuhdrohhrgh X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Sun, 9 Feb 2025 00:10:05 -0500 (EST) Date: Sat, 08 Feb 2025 21:10:05 -0800 Message-Id: <87ldufya8i.fsf@retrospec.tv> To: control@debbugs.gnu.org From: Ian Eure Subject: control message for bug #76074 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (-) close 76074 quit From unknown Fri Aug 15 16:21:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 Mar 2025 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator