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

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

bug#58579: closed ([PATCH 0/4] Rewrite grafts using gexps)


From: GNU bug Tracking System
Subject: bug#58579: closed ([PATCH 0/4] Rewrite grafts using gexps)
Date: Fri, 21 Oct 2022 23:53:03 +0000

Your message dated Sat, 22 Oct 2022 01:51:53 +0200
with message-id <87y1t84twm.fsf@gnu.org>
and subject line Re: bug#58579: [PATCH 0/4] Rewrite grafts using gexps
has caused the debbugs.gnu.org bug report #58579,
regarding [PATCH 0/4] Rewrite grafts using gexps
to be marked as done.

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


-- 
58579: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58579
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/4] Rewrite grafts using gexps Date: Mon, 17 Oct 2022 08:47:50 +0200
Hello Guix!

This patch series rewrites the guts of (guix grafts) using gexps (it
was our last user of ‘build-expression->derivation’).

Incidentally, it fixes <https://issues.guix.gnu.org/58419>.

Feedback welcome!

Ludo’.

Ludovic Courtès (4):
  grafts: Move '%graft?' and related bindings to (guix store).
  Remove now unnecessary uses of (guix grafts).
  grafts: Rewrite using gexps.
  build-system/gnu: Disable grafts in 'python-build'.

 gnu/ci.scm                   |   3 +-
 guix/build-system/python.scm |   3 +-
 guix/gexp.scm                |   1 -
 guix/grafts.scm              | 144 +++++++++++++----------------------
 guix/lint.scm                |   1 -
 guix/scripts.scm             |   1 -
 guix/scripts/archive.scm     |   1 -
 guix/scripts/build.scm       |   3 -
 guix/scripts/challenge.scm   |   1 -
 guix/scripts/deploy.scm      |   1 -
 guix/scripts/environment.scm |   1 -
 guix/scripts/home.scm        |   1 -
 guix/scripts/pack.scm        |   1 -
 guix/scripts/package.scm     |   1 -
 guix/scripts/pull.scm        |   1 -
 guix/scripts/size.scm        |   1 -
 guix/scripts/system.scm      |   1 -
 guix/scripts/weather.scm     |   1 -
 guix/store.scm               |  36 +++++++++
 tests/builders.scm           |   1 -
 tests/channels.scm           |   1 -
 tests/cpan.scm               |   2 +-
 tests/derivations.scm        |   1 -
 tests/gexp.scm               |   1 -
 tests/graph.scm              |   1 -
 tests/guix-daemon.sh         |   4 +-
 tests/monads.scm             |   1 -
 tests/pack.scm               |   1 -
 tests/packages.scm           |   1 -
 tests/profiles.scm           |   1 -
 tests/system.scm             |   1 -
 31 files changed, 93 insertions(+), 126 deletions(-)


base-commit: 4dfaddfc44d3a05db7ad9720b8d8942aec3a1d7f
prerequisite-patch-id: 7016063f1ce703056f764119e0c3c27692487caf
-- 
2.38.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#58579: [PATCH 0/4] Rewrite grafts using gexps Date: Sat, 22 Oct 2022 01:51:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Ludovic Courtès <ludo@gnu.org> skribis:

>   grafts: Move '%graft?' and related bindings to (guix store).
>   Remove now unnecessary uses of (guix grafts).
>   grafts: Rewrite using gexps.
>   build-system/gnu: Disable grafts in 'python-build'.

I took Liliana’s suggestion into account and pushed as
863c228bfd53aac478eee46f6ee54d87fee9d764.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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