guix-devel
[Top][All Lists]
Advanced

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

manifest load error report.


From: Mathieu Othacehe
Subject: manifest load error report.
Date: Mon, 13 Nov 2017 13:58:15 +0100
User-agent: mu4e 0.9.18; emacs 25.3.1

Hi Guix,

When loading a manifest with an obvious error like "definee
packages-list" instead of "define package-list", no error is reported,
the "guix package -m manifest.scm command just exit with error 1.

When using load instead of load* in a guile repl, the error is correctly
reported :

--8<---------------cut here---------------start------------->8---
/home/mathieu/manifest.scm:1:0: /home/mathieu/manifest.scm:1:0: definee: 
unbound variable

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
--8<---------------cut here---------------end--------------->8---

Pusing a bit the investigation, it seems that in the pre-unwind-handler
of load* in (guix ui), the "make-stack" call returns #f.

Any idea why ?

Thanks,

Mathieu



reply via email to

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