[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/16: packages: Use address@hidden syntax when reporting ambiguities.
From: |
Ludovic Courtès |
Subject: |
15/16: packages: Use address@hidden syntax when reporting ambiguities. |
Date: |
Wed, 8 Mar 2017 17:44:35 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit d75e8f36a80be8155f40678e30d8384c205cf96f
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 8 23:12:09 2017 +0100
packages: Use address@hidden syntax when reporting ambiguities.
* gnu/packages.scm (%find-package): Upon ambiguity, use the
address@hidden syntax instead of 'package-full-name'.
---
gnu/packages.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages.scm b/gnu/packages.scm
index 10ca3bb..92bab72 100644
--- a/gnu/packages.scm
+++ b/gnu/packages.scm
@@ -311,8 +311,8 @@ return its return value."
((pkg . pkg*)
(unless (null? pkg*)
(warning (_ "ambiguous package specification `~a'~%") spec)
- (warning (_ "choosing ~a from ~a~%")
- (package-full-name pkg)
+ (warning (_ "choosing address@hidden from ~a~%")
+ (package-name pkg) (package-version pkg)
(location->string (package-location pkg))))
(when fallback?
(warning (_ "deprecated NAME-VERSION syntax; \
- branch master updated (6f5d28f -> 7447aa3), Ludovic Courtès, 2017/03/08
- 03/16: services: prosody: Make sure 'id' is available at expansion time., Ludovic Courtès, 2017/03/08
- 02/16: gnu: Remove unneeded imports., Ludovic Courtès, 2017/03/08
- 04/16: services: prosody: Use 'id' to introduce unhygienic top-level identifiers., Ludovic Courtès, 2017/03/08
- 05/16: build: Unset 'NIX_BUILD_HOOK' when offloading support is missing., Ludovic Courtès, 2017/03/08
- 09/16: gnu: Add guile2.2-reader., Ludovic Courtès, 2017/03/08
- 01/16: guix archive: Allow compilation with Guile 2.2., Ludovic Courtès, 2017/03/08
- 06/16: hash: Close or flush sha256 output ports before calling their 'get' procedure., Ludovic Courtès, 2017/03/08
- 11/16: download: Update the Savannah mirror list., Ludovic Courtès, 2017/03/08
- 12/16: ui: Avoid '_' as a pattern variable in 'match'., Ludovic Courtès, 2017/03/08
- 15/16: packages: Use address@hidden syntax when reporting ambiguities.,
Ludovic Courtès <=
- 13/16: ui: Don't use '%default-port-encoding' to set the encoding of string ports., Ludovic Courtès, 2017/03/08
- 16/16: utils: Make sure to use the right 'bytevector->string'., Ludovic Courtès, 2017/03/08
- 14/16: list-runtime-roots: Bufferize the lsof pipe., Ludovic Courtès, 2017/03/08
- 07/16: tests: Avoid zero-expression 'begin' form., Ludovic Courtès, 2017/03/08
- 08/16: gnu: guile-reader: Update to 0.6.2., Ludovic Courtès, 2017/03/08
- 10/16: gnu: Add guile2.2-haunt., Ludovic Courtès, 2017/03/08