[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30270: [PATCH] url-fetch returns #t instead of FILE
From: |
Ludovic Courtès |
Subject: |
bug#30270: [PATCH] url-fetch returns #t instead of FILE |
Date: |
Sun, 28 Jan 2018 23:02:14 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Maxim Cournoyer <address@hidden> skribis:
> From 61ca016f3a2a6504d899a6ec3b9daaf1647be451 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <address@hidden>
> Date: Sat, 27 Jan 2018 12:22:11 -0500
> Subject: [PATCH] download: Fix return value of the url-fetch procedure.
>
> Fixes #30270 which was introduced by commit 347fa4aebf.
>
> * guix/build/download.scm (url-fetch): Return `file' instead of #t upon
> success.
Good catch!
I changed the log to read “Fixes <http://...>” and committed.
Thanks,
Ludo’.