emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#46769: closed (guix pull fails when quoted symbol is the 'name' of d


From: GNU bug Tracking System
Subject: bug#46769: closed (guix pull fails when quoted symbol is the 'name' of dependent channel)
Date: Tue, 30 Mar 2021 10:32:01 +0000

Your message dated Tue, 30 Mar 2021 12:31:24 +0200
with message-id <87pmzhgcg3.fsf@gnu.org>
and subject line Re: bug#46769: guix pull fails when quoted symbol is the 
'name' of dependent channel
has caused the debbugs.gnu.org bug report #46769,
regarding guix pull fails when quoted symbol is the 'name' of dependent channel
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46769: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46769
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: guix pull fails when quoted symbol is the 'name' of dependent channel Date: Thu, 25 Feb 2021 19:26:49 +0530 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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.

--
Ozhap



--- End Message ---
--- Begin Message --- Subject: Re: bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel Date: Tue, 30 Mar 2021 12:31:24 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

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