GNU bug report logs - #76074
[PATCH] gnu: emacs-go-translate: Improve code style.

Previous Next

Package: guix-patches;

Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>

Date: Wed, 5 Feb 2025 17:07:01 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-go-translate: Improve code style.
Date: Wed,  5 Feb 2025 20:05:32 +0300
* 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





This bug report was last modified 157 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.