all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 41260@debbugs.gnu.org
Subject: [bug#41260] [PATCH 1/1] guix package: Support multiple profiles with '--list-installed'.
Date: Thu, 21 May 2020 23:43:50 +0200	[thread overview]
Message-ID: <CAJ3okZ3pN8oh_11-OFJjnk2L2MKmVJ472d=bX1vYaSubYetddw@mail.gmail.com> (raw)
In-Reply-To: <87v9kvpywp.fsf@gnu.org>

Hi Ludo,

Sorry for the delay.

On Sat, 16 May 2020 at 19:34, Ludovic Courtès <ludo@gnu.org> wrote:

> How about instead loading all the manifests, merging them with
> ‘concatenate-manifests’, and operating on that?  That would avoid
> special-casing.

See v2.


> Bonus point if you can add a test case for that, similar to
> ‘--search-paths’ with multiple profiles.  :-)

Done in 'tests/guix-packages-net.sh'.  See v2.


BTW, I added a 'delete-duplicates' on profiles.  And I was tempted to
also add 'sort' to always process in the same order.  And personally,
I prefer the alphanumerical order than the order of installation
because it is more reliable and easier to find what I am looking for
-- otherwise I always do the extra step of pipe: |cut -f1| xargs echo|
sort which is "ugly".  The order of installation seems redundant with
--list-generation.  WDYT?


Cheers,
simon




  reply	other threads:[~2020-05-21 21:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-14 14:13 [bug#41260] [PATCH 0/1] Support multiple profiles with '--list-installed' zimoun
2020-05-14 14:17 ` [bug#41260] [PATCH 1/1] guix package: " zimoun
2020-05-16 17:33   ` Ludovic Courtès
2020-05-21 21:43     ` zimoun [this message]
2020-05-22 20:31       ` Ludovic Courtès
2020-05-25  9:32         ` zimoun
2020-05-21 21:43 ` [bug#41260] [PATCH v2] " zimoun
2020-05-23 13:54   ` bug#41260: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ3okZ3pN8oh_11-OFJjnk2L2MKmVJ472d=bX1vYaSubYetddw@mail.gmail.com' \
    --to=zimon.toutoune@gmail.com \
    --cc=41260@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.