* bug#41527: ‘file-append’ expansion is incorrect when passed a store item
@ 2020-05-25 13:09 Ludovic Courtès
2020-05-26 7:56 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2020-05-25 13:09 UTC (permalink / raw)
To: 41527
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’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-26 8:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-25 13:09 bug#41527: ‘file-append’ expansion is incorrect when passed a store item Ludovic Courtès
2020-05-26 7:56 ` Ludovic Courtès
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).