From: Ricardo Wurmus <rekado@elephly.net>
To: Joseph LaFreniere <joseph@lafreniere.xyz>
Cc: help-guix@gnu.org
Subject: Re: Use of `load' in declarative module
Date: Thu, 10 Sep 2020 20:28:07 +0200 [thread overview]
Message-ID: <874ko54hc8.fsf@elephly.net> (raw)
In-Reply-To: <87a6ykg09k.fsf@odyssey.lafreniere.xyz>
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
prev parent reply other threads:[~2020-09-10 18:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-24 4:01 Use of `load' in declarative module Joseph LaFreniere
2020-09-10 14:03 ` Joshua Branson
2020-09-10 18:28 ` Ricardo Wurmus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874ko54hc8.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=help-guix@gnu.org \
--cc=joseph@lafreniere.xyz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.