unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* 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

* bug#41527: ‘file-append’ expansion is incorrect when passed a store item
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-05-26  7:56 UTC (permalink / raw)
  To: 41527-done

Ludovic Courtès <ludovic.courtes@inria.fr> 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’.




^ 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).