GNU bug report logs - #45594
[PATCH] environment: remove unused modules.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: gfleury <gfleury <at> disroot.org>
Subject: bug#45594: closed (Re: [bug#45594] [PATCH] environment: remove
 unused modules.)
Date: Mon, 04 Jan 2021 10:34:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45594: [PATCH] environment: remove unused modules. 

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45594 <at> debbugs.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)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: gfleury <gfleury <at> disroot.org>
Cc: 45594-done <at> debbugs.gnu.org
Subject: Re: [bug#45594] [PATCH] environment: remove unused modules.
Date: Mon, 04 Jan 2021 11:32:54 +0100
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’.

[Message part 3 (message/rfc822, inline)]
From: gfleury <gfleury <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] environment: remove unused modules. 
Date: Fri, 01 Jan 2021 15:29:55 +0200
[Message part 4 (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


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.