bug#38445: Guix CI evaluation broken

2019-12-01 Thread Clément Lassieur
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-APPEN

bug#38445: Guix CI evaluation broken

2019-12-01 Thread Bengt Richter
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

bug#38445: Guix CI evaluation broken

2019-12-02 Thread Clément Lassieur
Bengt Richter writes: > Would s/exemples/examples/g do any good? Definitely.

bug#38445: Guix CI evaluation broken

2019-12-02 Thread Ludovic Courtès
Hi Clément & Bengt, Bengt Richter 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 "" ".

bug#38445: Guix CI evaluation broken

2019-12-02 Thread Clément Lassieur
Hi Ludo, Ludovic Courtès writes: > Sorry for the breakage! I noticed it yesterday and fixed it in > 33d1c970c323971da8d70a662748c7b1b520d6b6. > > Let me know if you think anything else is wrong! I find the initial commit[1] counterintuitive and would have loved a discussion before the fix. I

bug#38445: Guix CI evaluation broken

2019-12-02 Thread Clément Lassieur
Sorry for my tone, it might sound harsh, it's not what I meant, I just didn't have coffee yet ;) Clément Lassieur writes: > Hi Ludo, > > Ludovic Courtès writes: > >> Sorry for the breakage! I noticed it yesterday and fixed it in >> 33d1c970c323971da8d70a662748c7b1b520d6b6. >> >> Let me know if