unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Ozhap <ozhap@vollbio.de>
Cc: 46769-done@debbugs.gnu.org
Subject: bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel
Date: Tue, 30 Mar 2021 12:31:24 +0200	[thread overview]
Message-ID: <87pmzhgcg3.fsf@gnu.org> (raw)
In-Reply-To: <87lfbcs126.fsf@vollbio.de> (ozhap@vollbio.de's message of "Thu,  25 Feb 2021 19:26:49 +0530")

Ozhap <ozhap@vollbio.de> skribis:

> So for eg, this:
>
> (channel
>  (version 0)
>  (dependencies
>   (channel
>    (name 'some-collection)
>    ...
>    )))
>
> ...as given in info:guix#Declaring_Channel_Dependencies causes 'guix
> pull' to fail ("channels.scm:719:22"). But when the value is unquoted:
>
> (channel
>  (version 0)
>  (dependencies
>   (channel
>    (name some-collection)
>    ...
>    )))
>
> ...it works fine.

Fixed in 52e64b21be50e2c5febd7bf1accd88ffdc05a4bb, thanks!

Ludo’.




      reply	other threads:[~2021-03-30 10:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 13:56 bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel Ozhap
2021-03-30 10:31 ` Ludovic Courtès [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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmzhgcg3.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=46769-done@debbugs.gnu.org \
    --cc=ozhap@vollbio.de \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).