GNU bug report logs - #78915
[PATCH] import: nuget: Use (ice-9 format).

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Fri, 27 Jun 2025 18:30:03 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

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: Tomas Volf <~@wolfsden.cz>
Subject: bug#78915: closed (Re: [bug#78915] [PATCH] import: nuget: Use
 (ice-9 format).)
Date: Sat, 28 Jun 2025 02:26:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78915: [PATCH] import: nuget: Use (ice-9 format).

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

-- 
78915: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78915
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <z572 <at> z572.online>
To: Tomas Volf <~@wolfsden.cz>
Cc: 78915-done <at> debbugs.gnu.org
Subject: Re: [bug#78915] [PATCH] import: nuget: Use (ice-9 format).
Date: Sat, 28 Jun 2025 10:24:55 +0800
[Message part 3 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> * guix/import/nuget.scm (define-module): Use (ice-9 format).
adjust to "* guix/import/nuget.scm: Use (ice-9 format) module."

and pushed.

>
> Change-Id: I8db23842a4e4ec0347549bd8ad12beee80904d6b
> ---
> Addresses the following warning during compilation:
>
> guix/import/nuget.scm:250:4: warning: "~%;; Source repository not found in NuGet catalog entry.~%;; ~\\n             Attempting to find it in symbol package: ~a~%": unsupported format option ~
> , use (ice-9 format) instead
>
>
>  guix/import/nuget.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/guix/import/nuget.scm b/guix/import/nuget.scm
> index bee74a2e63..baa61e2025 100644
> --- a/guix/import/nuget.scm
> +++ b/guix/import/nuget.scm
> @@ -24,6 +24,7 @@
>  ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
>
>  (define-module (guix import nuget)
> +  #:use-module (ice-9 format)
>    #:use-module (ice-9 match)
>    #:use-module (ice-9 regex)
>    #:use-module (ice-9 pretty-print)
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] import: nuget: Use (ice-9 format).
Date: Fri, 27 Jun 2025 20:28:03 +0200
* guix/import/nuget.scm (define-module): Use (ice-9 format).

Change-Id: I8db23842a4e4ec0347549bd8ad12beee80904d6b
---
Addresses the following warning during compilation:

guix/import/nuget.scm:250:4: warning: "~%;; Source repository not found in NuGet catalog entry.~%;; ~\\n             Attempting to find it in symbol package: ~a~%": unsupported format option ~
, use (ice-9 format) instead


 guix/import/nuget.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/import/nuget.scm b/guix/import/nuget.scm
index bee74a2e63..baa61e2025 100644
--- a/guix/import/nuget.scm
+++ b/guix/import/nuget.scm
@@ -24,6 +24,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

 (define-module (guix import nuget)
+  #:use-module (ice-9 format)
   #:use-module (ice-9 match)
   #:use-module (ice-9 regex)
   #:use-module (ice-9 pretty-print)
-- 
2.49.0



This bug report was last modified 13 days ago.

Previous Next


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