[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: guix lint: Export checkers and <lint-checker> accessors.
From: |
Alex Kost |
Subject: |
01/12: guix lint: Export checkers and <lint-checker> accessors. |
Date: |
Fri, 14 Aug 2015 08:18:13 +0000 |
alezost pushed a commit to branch wip-emacs-popup-ui
in repository guix.
commit 1f19c5f1ad4595190f2d320629e75f7c6a816aa5
Author: Alex Kost <address@hidden>
Date: Wed Aug 12 14:17:44 2015 +0300
guix lint: Export checkers and <lint-checker> accessors.
* guix/scripts/lint.scm (%checkers, make-lint-checker, lint-checker,
lint-checker?, lint-checker-name, lint-checker-description,
lint-checker-check): Export.
---
guix/scripts/lint.scm | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 8145b2b..38210fc 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -54,7 +54,15 @@
check-synopsis-style
check-derivation
check-home-page
- check-source))
+ check-source
+
+ %checkers
+ make-lint-checker
+ lint-checker
+ lint-checker?
+ lint-checker-name
+ lint-checker-description
+ lint-checker-check))
;;;
- branch wip-emacs-popup-ui created (now 220f64d), Alex Kost, 2015/08/14
- 01/12: guix lint: Export checkers and <lint-checker> accessors.,
Alex Kost <=
- 02/12: emacs: Add 'guix-lint-checker-names'., Alex Kost, 2015/08/14
- 05/12: emacs: Add 'guix-any'., Alex Kost, 2015/08/14
- 03/12: emacs: Add 'guix-package-names'., Alex Kost, 2015/08/14
- 04/12: emacs: Add and use 'guix-while-search'., Alex Kost, 2015/08/14
- 06/12: emacs: Add and use 'guix-concat-strings'., Alex Kost, 2015/08/14
- 09/12: emacs: Add code for executing guix commands in REPL., Alex Kost, 2015/08/14
- 10/12: emacs: Add "guix-popup.el"., Alex Kost, 2015/08/14
- 08/12: emacs: Add minibuffer readers., Alex Kost, 2015/08/14
- 07/12: emacs: Move help variables to "guix-help-vars.el"., Alex Kost, 2015/08/14
- 11/12: doc: Reorganize "Emacs Interface" node., Alex Kost, 2015/08/14