guix-patches
[Top][All Lists]
Advanced

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

[bug#46805] [PATCH] guix: ui: Improved error reporting when user file ev


From: Rovanion Luckey
Subject: [bug#46805] [PATCH] guix: ui: Improved error reporting when user file eval fails
Date: Tue, 12 Oct 2021 20:14:05 +0200

I should pattern match instead of using that long (car (cdr (car))) line like something along the lines of (let ((which-file-failed (match rest ((_ _ file) file)))) ...). This will need the module (ice-9 match).

reply via email to

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