guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: records: Remove "guix" from error message.


From: guix-commits
Subject: 06/07: records: Remove "guix" from error message.
Date: Fri, 9 Jun 2023 08:52:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1c9e992e8c636ce8798c26fa1c8f744fbe17255e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 9 14:00:51 2023 +0200

    records: Remove "guix" from error message.
    
    * guix/records.scm (map-fields): Tweak error message.
---
 guix/records.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/records.scm b/guix/records.scm
index 5af3e780a0..f4d12a861d 100644
--- a/guix/records.scm
+++ b/guix/records.scm
@@ -110,7 +110,7 @@ error-reporting purposes."
     (syntax-case x ()
       ((_ type within)
        (syntax-violation (syntax->datum #'within)
-                         "undefined guix record-type"
+                         "undefined record type"
                          #'type))
       (_ (syntax-violation 'map-fields "bad use of syntactic keyword" x x)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]