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

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

[debbugs-tracker] bug#32104: closed ([PATCH 0/3] guix environment: Simpl


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32104: closed ([PATCH 0/3] guix environment: Simplify environment creation)
Date: Tue, 10 Jul 2018 23:03:01 +0000

Your message dated Wed, 11 Jul 2018 01:02:28 +0200
with message-id <address@hidden>
and subject line Re: [bug#32104] [PATCH 0/3] guix environment: Simplify 
environment creation
has caused the debbugs.gnu.org bug report #32104,
regarding [PATCH 0/3] guix environment: Simplify environment creation
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32104: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32104
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/3] guix environment: Simplify environment creation Date: Mon, 9 Jul 2018 13:31:47 +0200
Hello Guix!

These patches aim to simplify (guix scripts environment) by (1) factorizing
part of the search path handling machinery in (guix profiles), and (2) by
using manifests internally instead of loosely defined lists of “inputs.”

The goal is to gradually move towards a situation where (guix scripts
environment) contains nothing but UI code and related plumbing.

Ludo’.

Ludovic Courtès (3):
  profiles: Factorize 'manifest-search-paths'.
  environment: Simplify code by using manifests internally.
  profiles: Introduce 'profile-search-paths' and use it.

 guix/build/profiles.scm      |   2 +-
 guix/profiles.scm            |  26 ++++-
 guix/scripts/environment.scm | 208 ++++++++++++++---------------------
 3 files changed, 110 insertions(+), 126 deletions(-)

-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32104] [PATCH 0/3] guix environment: Simplify environment creation Date: Wed, 11 Jul 2018 01:02:28 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hey David,

"Thompson, David" <address@hidden> skribis:

> On Mon, Jul 9, 2018 at 7:31 AM, Ludovic Courtès <address@hidden> wrote:
>> Hello Guix!
>>
>> These patches aim to simplify (guix scripts environment) by (1) factorizing
>> part of the search path handling machinery in (guix profiles), and (2) by
>> using manifests internally instead of loosely defined lists of “inputs.”
>>
>> The goal is to gradually move towards a situation where (guix scripts
>> environment) contains nothing but UI code and related plumbing.
>
> This is a great initiative. Using manifests for everything makes a lot
> of sense. All the patches look good to me!

Pushed now, thanks for reviewing!

Ludo’.


--- End Message ---

reply via email to

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