bug-guix
[Top][All Lists]
Advanced

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

bug#38445: Guix CI evaluation broken


From: Bengt Richter
Subject: bug#38445: Guix CI evaluation broken
Date: Sun, 1 Dec 2019 19:33:38 -0800
User-agent: Mutt/1.12.2 (2019-09-21)

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
┌──────────────────────────────────────────────────────────────────────┐
│               Would s/exemples/examples/g do any good?               │
├──────────────────────────────────────────────────────────────────────┤
│ > "exemples/" ...) to (string-append "gnu/system/exemples/" ...) but │
│ > still, I find that new behaviour weird.                            │
└──────────────────────────────────────────────────────────────────────┘
> 
> Clément
> 
> 
> 
-- 
Regards,
Bengt Richter





reply via email to

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