[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38460] [PATCH 0/1] lint: Add '--load-path' option.
From: |
zimoun |
Subject: |
[bug#38460] [PATCH 0/1] lint: Add '--load-path' option. |
Date: |
Mon, 2 Dec 2019 21:47:59 +0100 |
Dear,
Currently, when developing personal packages, "guix lint" needs the variable
GUIX_PACKAGE_PATH which is not user friendly, IMO. The patch uses the common
option '-L' to prepend a load path.
Other said,
GUIX_PACKAGE_PATH=/path/to/my/package guix lint foo
becomes
guix lint -L /path/to/my/package foo
All the best,
simon
zimoun (1):
lint: Add '--load-path' option.
guix/scripts/lint.scm | 8 ++++++++
tests/guix-lint.sh | 12 ++++++++++++
2 files changed, 20 insertions(+)
--
2.23.0
- [bug#38460] [PATCH 0/1] lint: Add '--load-path' option.,
zimoun <=
- [bug#38460] [PATCH 1/1] lint: Add '--load-path' option., zimoun, 2019/12/02
- [bug#38460] [PATCH 1/1] lint: Add '--load-path' option., Ludovic Courtès, 2019/12/04
- [bug#38460] [PATCH v2] lint: Add '--load-path' option., zimoun, 2019/12/04
- [bug#38460] [PATCH 1/1] lint: Add '--load-path' option., zimoun, 2019/12/04
- [bug#38460] [PATCH 1/1] lint: Add '--load-path' option., Ludovic Courtès, 2019/12/07
- [bug#38460] [PATCH 1/1] lint: Add '--load-path' option., zimoun, 2019/12/08
- bug#38460: [PATCH 1/1] lint: Add '--load-path' option., Ludovic Courtès, 2019/12/08