GNU bug report logs - #48222
[PATCH] guix: cvs-download: Fix module exports

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Tue, 4 May 2021 10:02: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: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Subject: bug#48222: closed (Re: bug#48222: [PATCH] guix: cvs-download: Fix
 module exports)
Date: Wed, 05 May 2021 13:17:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48222: [PATCH] guix: cvs-download: Fix module exports

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 48222 <at> debbugs.gnu.org.

-- 
48222: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48222
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: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 48222-done <at> debbugs.gnu.org
Subject: Re: bug#48222: [PATCH] guix: cvs-download: Fix module exports
Date: Wed, 05 May 2021 15:16:21 +0200
Hi,

Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

> * guix/cvs-download.scm: Remove non-existent export cvs-reference-url,
>   add cvs-reference-root-directory and cvs-reference-module

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] guix: cvs-download: Fix module exports
Date: Tue, 04 May 2021 12:01:06 +0200
* guix/cvs-download.scm: Remove non-existent export cvs-reference-url,
  add cvs-reference-root-directory and cvs-reference-module
---
 guix/cvs-download.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/cvs-download.scm b/guix/cvs-download.scm
index 11a78f2994..943d971622 100644
--- a/guix/cvs-download.scm
+++ b/guix/cvs-download.scm
@@ -28,7 +28,8 @@
   #:use-module (ice-9 match)
   #:export (cvs-reference
             cvs-reference?
-            cvs-reference-url
+            cvs-reference-root-directory
+            cvs-reference-module
             cvs-reference-revision
             cvs-fetch))
 
-- 
2.31.1




This bug report was last modified 4 years and 12 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.