unofficial mirror of bug-guix@gnu.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; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ 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
     [not found]     ` <8736e3138y.fsf@lassieur.org>
2019-12-02  9:59       ` Clément Lassieur

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