[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56563] [PATCH] gnu: tests: Fix guix-data-service test.
From: |
Timotej Lazar |
Subject: |
[bug#56563] [PATCH] gnu: tests: Fix guix-data-service test. |
Date: |
Fri, 15 Jul 2022 07:52:33 +0200 |
Munyoki Kilyungi <me@bonfacemunyoki.com> [2022-07-15 00:26:16+0300]:
> Timotej Lazar <timotej.lazar@araneo.si> anaandika:
>> + (define* (try-http-get attempts)
>
> Minor nitpick. This function definition does not
> take any optional or key-word arguments AFAICT, so
> it should be a "define" instead :)
It used to but then I changed my mind. :) Nice catch, I’ll send an
update. Thanks!