emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#36106: closed ([PATCH] guix: git-download: Remove


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36106: closed ([PATCH] guix: git-download: Remove explicit import.)
Date: Thu, 06 Jun 2019 15:44:01 +0000

Your message dated Thu, 06 Jun 2019 17:43:21 +0200
with message-id <address@hidden>
and subject line Re: [bug#36106] [PATCH] guix: git-download: Remove explicit 
import.
has caused the debbugs.gnu.org bug report #36106,
regarding [PATCH] guix: git-download: Remove explicit import.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
36106: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36106
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] guix: git-download: Remove explicit import. Date: Wed, 5 Jun 2019 20:56:14 +0200
With guile-git version 0.2, repository-working-directory is no
longer private.

* guix/git-download.scm (git-file-list): Refer to public
repository-working-directory.
---
 guix/git-download.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/guix/git-download.scm b/guix/git-download.scm
index 6cf267d6c8..f904d11c25 100644
--- a/guix/git-download.scm
+++ b/guix/git-download.scm
@@ -185,9 +185,7 @@ are relative to DIRECTORY, which is not necessarily the 
root of the checkout."
          (directory  (string-append (canonicalize-path directory) "/"))
          (dot-git    (repository-discover directory))
          (repository (repository-open dot-git))
-         ;; XXX: This procedure is mistakenly private in Guile-Git 0.1.0.
-         (workdir    ((@@ (git repository) repository-working-directory)
-                      repository))
+         (workdir    (repository-working-directory repository))
          (head       (repository-head repository))
          (oid        (reference-target head))
          (commit     (commit-lookup repository oid))
-- 
2.20.1 (Apple Git-117)




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36106] [PATCH] guix: git-download: Remove explicit import. Date: Thu, 06 Jun 2019 17:43:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi,

Robert Vollmert <address@hidden> skribis:

> With guile-git version 0.2, repository-working-directory is no
> longer private.
>
> * guix/git-download.scm (git-file-list): Refer to public
> repository-working-directory.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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