emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49566: closed ([PATCH core-updates 0/4] import: {egg, gem, opam, hac


From: GNU bug Tracking System
Subject: bug#49566: closed ([PATCH core-updates 0/4] import: {egg, gem, opam, hackage}: Emit new-style package inputs.)
Date: Tue, 20 Jul 2021 21:35:02 +0000

Your message dated Tue, 20 Jul 2021 23:34:01 +0200
with message-id <87h7goisae.fsf_-_@gnu.org>
and subject line Re: bug#49566: [PATCH core-updates 0/4] import: {egg, gem, 
opam, hackage}: Emit new-style package inputs.
has caused the debbugs.gnu.org bug report #49566,
regarding [PATCH core-updates 0/4] import: {egg, gem, opam, hackage}: Emit 
new-style package inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49566: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49566
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates 0/4] import: {egg, gem, opam, hackage}: Emit new-style package inputs. Date: Wed, 14 Jul 2021 18:28:22 -0700
Hello Guix,

Together with [0] this should take care of updating all the importers to
new-style package inputs. These are all standalone edits. Tests pass but I did
not manually verify importing.

[0] https://issues.guix.gnu.org/49531

--
Sarah Morgensen (4):
  import: egg: Emit new-style package inputs.
  import: gem: Emit new-style package inputs.
  import: opam: Emit new-style package inputs.
  import: hackage: Emit new-style package inputs.

 guix/import/egg.scm     | 14 ++++++--------
 guix/import/gem.scm     |  8 ++------
 guix/import/hackage.scm | 11 +++++------
 guix/import/opam.scm    | 11 +++++------
 tests/egg.scm           | 27 +++++++--------------------
 tests/gem.scm           | 15 ++++-----------
 tests/hackage.scm       | 18 +++++-------------
 tests/opam.scm          | 10 +++-------
 8 files changed, 37 insertions(+), 77 deletions(-)


base-commit: 8456581375cf03c46005d00907f8fdd1f5615f1e
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#49566: [PATCH core-updates 0/4] import: {egg, gem, opam, hackage}: Emit new-style package inputs. Date: Tue, 20 Jul 2021 23:34:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Applied the whole series.

There was another test needing adjustment (see below) so I added it to
the last patch.

Thank you!

Ludo’.

diff --git a/tests/hackage.scm b/tests/hackage.scm
index dcf9902c97..073e35ad05 100644
--- a/tests/hackage.scm
+++ b/tests/hackage.scm
@@ -411,9 +411,7 @@ executable cabal
         ('base32
          (? string? hash)))))
     ('build-system 'haskell-build-system)
-    ('inputs
-     ('quasiquote
-      (("ghc-http" ('unquote 'ghc-http)))))
+    ('inputs ('list 'ghc-http))
     ('home-page "http://test.org";)
     ('synopsis (? string?))
     ('description (? string?))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]