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

  • Done
  • quality assurance status badge
Details
2 participants
  • Z572
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

T
T
Tomas Volf wrote on 27 Jun 11:28 -0700
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
7c7c8db433e5543134df5e3619720801af38dccb.1751048883.git.~@wolfsden.cz
* 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(+)

Toggle diff (14 lines)
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
Z
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 78915-done@debbugs.gnu.org)
87ecv48ux4.fsf@z572.online
Tomas Volf <~@wolfsden.cz> writes:

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

and pushed.

Toggle quote (24 lines)
>
> 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)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmhfUncACgkQO1qpk+Gi
3/CmMw/8CwTRflUj7CHrCG/1TiZcgtjUqc1o6soaue0exM5NPVZHPKV/OBKhSsyC
pkcLXf0vpiuDgMlgvvf/0U1FuUqv7C09HrnhLmTs2bNQjwil7xkPQ7vAPotrAu54
Hp8VkPQQ5xgthAg2NordnsVTrYQEWe7DKn1D1VI4LbXlVOCLaaV/uQkij//zwmaH
k1Vyz9aI1JVMwYuDKLb5z8ZPCDeSR8p9FFAU83CgtssKl3vvDd/YZVfw3o2mMVEc
BaTwNee8J/2p7x8riRBh1WuwNNsciq4IgnWuY65k17aZTnElpviomN9pNbRStOaO
Hxe8ppUzlNaJP91BhSiVaUjs5vanyMHMw+nSjaGs2a9SEEkciEzn99eQVEI6/w16
bb956hgC7FRw+fRtWAfo55IcSEs91kMTHSvRPQl3lAy3p8B7b64LCnh5qL2OZ5Mw
caRgcsUrXViOKOdtbvOSrTev3kx0rQyJv5BtZPQeOokf1Ay0aKCPDm/2yI2md6Bj
PGu4MGf1p5gwfIxFLce4wxFtmI1KVMEJSlytUlftlPHP4TWdC+m0Zh89kwYKEzfR
pjl6CLHnrcGPiIDMCR03b5bAY+hkb7Z6gaCwwj87gOrMqoMj6trZ5RkoTwbZGXjZ
7wwkcGUEhvzKStAqqWe5dtmIzowsBqaiwYbPeXNyLz4S591IEXk=
=Kh4e
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 78915@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 78915
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch