[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH -v2 1/2] build: union: Add create-all-directories? parameter
From: |
Danny Milosavljevic |
Subject: |
Re: [PATCH -v2 1/2] build: union: Add create-all-directories? parameter to union-build |
Date: |
Tue, 7 Mar 2017 21:35:09 +0100 |
Hi,
On Tue, 7 Mar 2017 19:07:48 +0800
Huang Ying <address@hidden> wrote:
> * guix/build/union.scm (union-build): Add create-all-directories? keyword
> parameter. To add/remove some files from the directory.
Maybe without "To add/remove some files from the directory." ?
If you'd like to document your new functionality, please update the docstring
in the source code - it's not like we read the git log for API documentation.
The source code currently says:
"Build in the OUTPUT directory a symlink tree that is the union of all
the INPUTS."
and it could be updated to say:
"Build in the OUTPUT directory a symlink tree that is the union of all
the INPUTS. As a special case, if CREATE-ALL-DIRECTORIES?, creates
the direct subdirectories in the output directory to make sure the
user can add to them later."
Otherwise LGTM!
Re: [PATCH -v2 1/2] build: union: Add create-all-directories? parameter to union-build,
Danny Milosavljevic <=
Re: [PATCH -v2 1/2] build: union: Add create-all-directories? parameter to union-build, Ludovic Courtès, 2017/03/08