GNU bug report logs -
#26652
[PATCH 0/2] fresh: add -m manifest option.
Previous Next
Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>
Date: Tue, 25 Apr 2017 12:59:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Ludo,
Thanks for the review :)
>> (display (_ "
>> + -m, --manifest=FILE select all the packages in FILE manifest"))
>
> “select all the package from the manifest in FILE” maybe?
Ok.
> Also, maybe s/get-manifest-packages/packages-from-manifest/, because
> ‘get-’ is quite unusual. :-)
Seems better !
>
>> + (packages
>> + (or manifest-packages args-packages)))
>
> Maybe (append (match (assoc-ref opts 'manifest)
> (#f '())
> ((? string? file) (packages-from-manifest file)))
> args-packages)
Mmh, I dont think we want to append manifest packages and args-packages.
We want only manifest packages if a manifest is specified IMO.
>
> ?
>
> Could you also update guix.texi to mention this option and the intended
> use case?
Sure.
I sent an updated patch taking your remarks into account.
Mathieu
This bug report was last modified 7 years and 354 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.