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

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

bug#41527: closed (‘file-append’ expansion is incorrect when passed a st


From: GNU bug Tracking System
Subject: bug#41527: closed (‘file-append’ expansion is incorrect when passed a store item)
Date: Tue, 26 May 2020 07:57:01 +0000

Your message dated Tue, 26 May 2020 09:56:02 +0200
with message-id <address@hidden>
and subject line Re: bug#41527: ‘file-append’ expansion is incorrect when 
passed a store item
has caused the debbugs.gnu.org bug report #41527,
regarding ‘file-append’ expansion is incorrect when passed a store item
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41527: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41527
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: ‘file-append’ expansion is incorrect when passed a store item Date: Mon, 25 May 2020 15:09:11 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Since commit d03001a31a6d460b712825640dba11e3f1a53a14, an object like:

  (file-append (local-file …) "/foo/bar")

where (local-file …) is lowered to a store item, say,
/gnu/store/…-example, would wrongfully expand to:

  /gnu/store/…-example

IOW, the second argument to ‘file-append’ is ignored.

Ricardo noticed it in ‘doc/build.scm’, in ‘guix-manual-text-domain’.

Ludo’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#41527: ‘file-append’ expansion is incorrect when passed a store item Date: Tue, 26 May 2020 09:56:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Ludovic Courtès <address@hidden> skribis:

> Since commit d03001a31a6d460b712825640dba11e3f1a53a14, an object like:
>
>   (file-append (local-file …) "/foo/bar")
>
> where (local-file …) is lowered to a store item, say,
> /gnu/store/…-example, would wrongfully expand to:
>
>   /gnu/store/…-example
>
> IOW, the second argument to ‘file-append’ is ignored.

Fixed in abf43d4511566e97f09049aa8b29453a2ed5ed16.

Ludo’.


--- End Message ---

reply via email to

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