unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45594] [PATCH] environment: remove unused modules.
@ 2021-01-01 13:29 gfleury via Guix-patches via
  2021-01-04 10:32 ` bug#45594: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: gfleury via Guix-patches via @ 2021-01-01 13:29 UTC (permalink / raw)
  To: 45594

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

hi,

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

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-environment-remove-unused-modules.patch --]
[-- Type: text/x-diff, Size: 890 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45594: [PATCH] environment: remove unused modules.
  2021-01-01 13:29 [bug#45594] [PATCH] environment: remove unused modules gfleury via Guix-patches via
@ 2021-01-04 10:32 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-01-04 10:32 UTC (permalink / raw)
  To: gfleury; +Cc: 45594-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-04 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-01 13:29 [bug#45594] [PATCH] environment: remove unused modules gfleury via Guix-patches via
2021-01-04 10:32 ` bug#45594: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).