help-guix
[Top][All Lists]
Advanced

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

Re: Use of `load' in declarative module


From: Ricardo Wurmus
Subject: Re: Use of `load' in declarative module
Date: Thu, 10 Sep 2020 20:28:07 +0200
User-agent: mu4e 1.4.13; emacs 27.1

Joseph LaFreniere <joseph@lafreniere.xyz> writes:

> When attempting to run the code in
> https://guix.gnu.org/en/blog/2020/gnu-shepherd-user-services/, I 
> get the following error:
>
> 2020-08-23T22:43:48-0500 .config/shepherd/init.d $ shepherd
> Service root has been started.
> WARNING: Use of `load' in declarative module (#{ g54}#).  Add
> #:declarative? #f to your define-module invocation.

This is merely a warning.  It is due to a change in Guile 3 that informs
you that certain optimizations are not possible due to the use of load.
You can ignore this.

The module name indicates that this is a *generated* module and not
something you wrote by yourself.

-- 
Ricardo



reply via email to

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