[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] guix package: Add '--delete-generations'.
From: |
Nikita Karetnikov |
Subject: |
Re: [PATCH] guix package: Add '--delete-generations'. |
Date: |
Mon, 23 Sep 2013 14:11:33 +0400 |
> “Delete the generations matching @var{patterns} or ... when omitted.”
> Or what actually? I would expect it to delete all the generations but
> the current one when PATTERN is omitted, right?
‘--delete-generations’ deletes everything and points the profile to the
zeroth generation. There are range patterns if you want to keep the
current generation. I prefer the current behavior.
> Ideally this factorization would go in a patch of its own, before the
> one that adds --delete-generations. Is that doable for you?
I think so.
> No need for ‘begin’ in the body of a ‘cond’ clause.
Why? Is it specified somewhere? Or is it easier to read?
> Why is there this big hunk? If it’s just reindenting, could you arrange
> to remove this hunk?
I couldn’t avoid reindenting since the word “cond” is longer than “if.”
However, I used this opportunity to move a couple of things around. I’d
prefer to keep this change.
Frankly, I think that the module should be reorganized at some point
(especially the ‘guix-package’ function). I don’t like that functions
don’t fit on the screen.
pgpsv8o_qN6_B.pgp
Description: PGP signature
- Re: [PATCH] guix package: Show which generation is the current one., (continued)
- Re: Generation 0, Ludovic Courtès, 2013/09/24
- Re: Generation 0, Nikita Karetnikov, 2013/09/24
- Re: Generation 0, Ludovic Courtès, 2013/09/25
- Re: Generation 0, Nikita Karetnikov, 2013/09/25
- Re: Generation 0, Ludovic Courtès, 2013/09/25
- Re: Generation 0, Nikita Karetnikov, 2013/09/25
- Re: Generation 0, Ludovic Courtès, 2013/09/26
Re: [PATCH] guix package: Add '--delete-generations'., Ludovic Courtès, 2013/09/22
- Re: [PATCH] guix package: Add '--delete-generations'.,
Nikita Karetnikov <=
Re: [PATCH] guix package: Add '--delete-generations'., Nikita Karetnikov, 2013/09/25
Re: [PATCH] guix package: Add '--delete-generations'., Ludovic Courtès, 2013/09/25
Re: [PATCH] guix package: Add '--delete-generations'., Nikita Karetnikov, 2013/09/25
Re: [PATCH] guix package: Add '--delete-generations'., Ludovic Courtès, 2013/09/26
Re: [PATCH] guix package: Add '--delete-generations'., Ludovic Courtès, 2013/09/27