[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: |
Leo Famulari |
Subject: |
[bug#52722] [PATCH v2 1/2] tests: Smarten up git repository testing framework. |
Date: |
Thu, 23 Dec 2021 12:40:38 -0500 |
On Wed, Dec 22, 2021 at 11:28:55AM +0100, Attila Lendvai wrote:
> * guix/tests/git.scm (with-git-repository): New macro, exported. It can be
> used
> repeatedly inside a WITH-TEMPORARY-GIT-REPOSITORY.
> (populate-git-repository): Extend the DSL with (ADD "some-noise"), (RESET
> "[commit hash]"), (CHECKOUT "branch" ORPHAN).
This commit introduced some ambiguity while importing the RESET
procedure:
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?