emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38445: closed (Guix CI evaluation broken)


From: GNU bug Tracking System
Subject: bug#38445: closed (Guix CI evaluation broken)
Date: Mon, 02 Dec 2019 09:08:02 +0000

Your message dated Mon, 02 Dec 2019 10:24:40 +0100
with message-id <address@hidden>
and subject line Re: bug#38445: Guix CI evaluation broken
has caused the debbugs.gnu.org bug report #38445,
regarding Guix CI evaluation broken
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38445: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38445
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Guix CI evaluation broken Date: Sun, 01 Dec 2019 18:20:24 +0100 User-agent: mu4e 1.2.0; emacs 26.3
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#38445: Guix CI evaluation broken Date: Mon, 02 Dec 2019 10:24:40 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi Clément & Bengt,

Bengt Richter <address@hidden> skribis:

> On +2019-12-01 18:20:24 +0100, Clément Lassieur wrote:
>> 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

Sorry for the breakage!  I noticed it yesterday and fixed it in
33d1c970c323971da8d70a662748c7b1b520d6b6.

Let me know if you think anything else is wrong!

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]