all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#38445: Guix CI evaluation broken
@ 2019-12-01 17:20 Clément Lassieur
  2019-12-02  3:33 ` Bengt Richter
  0 siblings, 1 reply; 8+ messages in thread
From: Clément Lassieur @ 2019-12-01 17:20 UTC (permalink / raw)
  To: 38445, ludo

Hi,

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=99c45877a984dd0148151b2e304afef6fb04f1a5

broke Guix CI.

The reason is:

    (local-file (string-append "" "../some-file"))

now differs from

    (local-file "../some-file")

And in gnu/system/install.scm (line 246) there's a STRING-APPEND.

We could probably do an easy fix by changing (string-append
"exemples/" ...) to (string-append "gnu/system/exemples/" ...) but
still, I find that new behaviour weird.

Clément

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-12-02 10:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-01 17:20 bug#38445: Guix CI evaluation broken Clément Lassieur
2019-12-02  3:33 ` Bengt Richter
2019-12-02  9:04   ` Clément Lassieur
2019-12-02  9:24   ` Ludovic Courtès
2019-12-02  9:33     ` Clément Lassieur
2019-12-02  9:33     ` Clément Lassieur
2019-12-02  9:59       ` Clément Lassieur
2019-12-02  9:59       ` Clément Lassieur

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.