GNU bug report logs -
#78915
[PATCH] import: nuget: Use (ice-9 format).
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78915 in the body.
You can then email your comments to 78915 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78915
; Package
guix-patches
.
(Fri, 27 Jun 2025 18:30:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 27 Jun 2025 18:30:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Z572 <z572 <at> z572.online>
:
You have taken responsibility.
(Sat, 28 Jun 2025 02:26:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Sat, 28 Jun 2025 02:26:05 GMT)
Full text and
rfc822 format available.
Message #10 received at 78915-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 26 Jul 2025 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.