diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-03 22:58:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-03 23:18:47 +0200 |
commit | 1b5ee3bdaacf665ad1e7c6142122389fd7033ea2 (patch) | |
tree | f93c155880b48488c1d68df602cf10ec1fa82dbc /Makefile.am | |
parent | ee2691fa33f117bcf51b148b81bb8bc4e7b13a58 (diff) | |
download | guix-1b5ee3bdaacf665ad1e7c6142122389fd7033ea2.tar guix-1b5ee3bdaacf665ad1e7c6142122389fd7033ea2.tar.gz |
Add (guix diagnostics).
* guix/ui.scm (warning, info, report-error, leave)
(location->string, guix-warning-port, program-name)
(highlight-argument, %highlight-argument, define-diagnostic)
(%warning-color, %info-color, %error-color)
(print-diagnostic-prefix): Move to...
* guix/diagnostics.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ba4528ce87..80be73e4bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,6 +144,7 @@ MODULES = \ guix/svn-download.scm \ guix/colors.scm \ guix/i18n.scm \ + guix/diagnostics.scm \ guix/ui.scm \ guix/status.scm \ guix/build/android-ndk-build-system.scm \ |