GNU bug report logs -
#45594
[PATCH] environment: remove unused modules.
Previous Next
Reported by: gfleury <gfleury <at> disroot.org>
Date: Fri, 1 Jan 2021 13:31:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 04 Jan 2021 11:32:54 +0100
with message-id <874kjxxa95.fsf <at> gnu.org>
and subject line Re: [bug#45594] [PATCH] environment: remove unused modules.
has caused the debbugs.gnu.org bug report #45594,
regarding [PATCH] environment: remove unused modules.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
45594: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45594
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
hi,
This patch removed two modules that seems not used.
All these relative tests pass:
-tests/guix-environment.sh
-tests/guix-environment-container.sh
[0001-environment-remove-unused-modules.patch (text/x-diff, inline)]
From df693d037d57b4b151c99324043486f2ff7fd0c4 Mon Sep 17 00:00:00 2001
From: guy fleury iteriteka <gfleury <at> disroot.org>
Date: Fri, 1 Jan 2021 14:35:11 +0200
Subject: [PATCH] environment: remove unused modules.
* guix/scripts/environment.scm(format): remove it.
(rdelim): Likewise.
---
guix/scripts/environment.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index 40af012..4310dcc 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -42,9 +42,7 @@
#:use-module (gnu packages bash)
#:use-module ((gnu packages bootstrap)
#:select (bootstrap-executable %bootstrap-guile))
- #:use-module (ice-9 format)
#:use-module (ice-9 match)
- #:use-module (ice-9 rdelim)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-11)
#:use-module (srfi srfi-26)
--
2.20.1
[Message part 5 (message/rfc822, inline)]
Hi,
gfleury <gfleury <at> disroot.org> skribis:
>>From df693d037d57b4b151c99324043486f2ff7fd0c4 Mon Sep 17 00:00:00 2001
> From: guy fleury iteriteka <gfleury <at> disroot.org>
> Date: Fri, 1 Jan 2021 14:35:11 +0200
> Subject: [PATCH] environment: remove unused modules.
>
> * guix/scripts/environment.scm(format): remove it.
> (rdelim): Likewise.
Good catch. I tweaked the commit log and applied it, thanks!
Ludo’.
This bug report was last modified 4 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.