emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45594: closed ([PATCH] environment: remove unused modules. )


From: GNU bug Tracking System
Subject: bug#45594: closed ([PATCH] environment: remove unused modules. )
Date: Mon, 04 Jan 2021 10:34:02 +0000

Your message dated Mon, 04 Jan 2021 11:32:54 +0100
with message-id <874kjxxa95.fsf@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@gnu.org.)


-- 
45594: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45594
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] environment: remove unused modules. Date: Fri, 01 Jan 2021 15:29:55 +0200
hi,

This patch removed two modules that seems not used.
All these relative tests pass:

  -tests/guix-environment.sh
  -tests/guix-environment-container.sh

>From df693d037d57b4b151c99324043486f2ff7fd0c4 Mon Sep 17 00:00:00 2001
From: guy fleury iteriteka <gfleury@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


--- End Message ---
--- Begin Message --- Subject: Re: [bug#45594] [PATCH] environment: remove unused modules. Date: Mon, 04 Jan 2021 11:32:54 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

gfleury <gfleury@disroot.org> skribis:

>>From df693d037d57b4b151c99324043486f2ff7fd0c4 Mon Sep 17 00:00:00 2001
> From: guy fleury iteriteka <gfleury@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]