bug#30270: [PATCH] url-fetch returns #t instead of FILE

2018-01-28 Thread Ludovic Courtès
Maxim Cournoyer skribis: > From 61ca016f3a2a6504d899a6ec3b9daaf1647be451 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > 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.

bug#30270: [PATCH] url-fetch returns #t instead of FILE

2018-01-27 Thread Maxim Cournoyer
Maxim Cournoyer writes: > Hello! > > Commit 347fa4aebf, introduced a regression where `url-fetch' would return #t > instead of the file name (as the docstring says it should), which broke > the fiasco script used to find broken hashes of Github's archives[0]. > > Patch to follow. ^ >From 61ca01

bug#30270: [PATCH] url-fetch returns #t instead of FILE

2018-01-27 Thread Maxim Cournoyer
Hello! Commit 347fa4aebf, introduced a regression where `url-fetch' would return #t instead of the file name (as the docstring says it should), which broke the fiasco script used to find broken hashes of Github's archives[0]. Patch to follow. [0] https://notabug.org/apteryx/fiasco