guix-patches
[Top][All Lists]
Advanced

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

[bug#52722] [PATCH v2 1/2] tests: Smarten up git repository testing fram


From: Attila Lendvai
Subject: [bug#52722] [PATCH v2 1/2] tests: Smarten up git repository testing framework.
Date: Thu, 23 Dec 2021 21:00:10 +0000

> WARNING: (guix tests git): `reset' imported from both (git) and (ice-9 
> control)
>
> We need to make sure that the correct reset is imported here. Can you
> take a look and make any adjustments, if necessary?

i wonder why that is only a warning and not a full error.

but anyway, the fix is to only import let/ec. please change the
relevant line to:

  #:use-module ((ice-9 control) #:select (let/ec))

can you please commit this without going through the full
patch-submission cycle?

- attila






reply via email to

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