GNU bug report logs -
#76074
[PATCH] gnu: emacs-go-translate: Improve code style.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76074 in the body.
You can then email your comments to 76074 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76074
; Package
guix-patches
.
(Wed, 05 Feb 2025 17:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Wed, 05 Feb 2025 17:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76074
; Package
guix-patches
.
(Sun, 09 Feb 2025 05:11:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76074 <at> debbugs.gnu.org (full text, mbox):
Hi Evgeny,
Pushed as fd3876ec2a. Thank you for contributing!
-- Ian
bug closed, send any further explanations to
76074 <at> debbugs.gnu.org and Evgeny Pisemsky <mail <at> pisemsky.site>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sun, 09 Feb 2025 05:11:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 09 Mar 2025 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.