guix-patches
[Top][All Lists]
Advanced

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

[bug#47597] [PATCH 0/3] Add SourceForge updater and lint warnings


From: Mathieu Othacehe
Subject: [bug#47597] [PATCH 0/3] Add SourceForge updater and lint warnings
Date: Mon, 05 Apr 2021 17:38:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hey Ludo,

> +    (catch #t
> +      (lambda ()
> +        (case (response-code (http-head uri))
> +          ((200 302) #t)
> +          (else #f)))
> +      (const #f)))

Any reason not to use "false-if-exception" here ...

> +         (response (catch #t (lambda () (http-head url))
> +                     (const #f))))

... and here?

Otherwise, I tested the whole patchset, seems fine :).

Thanks,

Mathieu





reply via email to

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