unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Clément Lassieur" <clement@lassieur.org>
To: 38445@debbugs.gnu.org, ludo@gnu.org
Subject: bug#38445: Guix CI evaluation broken
Date: Sun, 01 Dec 2019 18:20:24 +0100	[thread overview]
Message-ID: <87muccvu7b.fsf@lassieur.org> (raw)

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

             reply	other threads:[~2019-12-01 17:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-01 17:20 Clément Lassieur [this message]
2019-12-02  3:33 ` bug#38445: Guix CI evaluation broken 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87muccvu7b.fsf@lassieur.org \
    --to=clement@lassieur.org \
    --cc=38445@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).