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

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

bug#43810: closed (ripgrep and fd create .crates.toml which reference to


From: GNU bug Tracking System
Subject: bug#43810: closed (ripgrep and fd create .crates.toml which reference to build dir.)
Date: Tue, 06 Oct 2020 07:42:01 +0000

Your message dated Tue, 6 Oct 2020 10:40:23 +0300
with message-id <20201006074023.GE21174@E5400>
and subject line Re: bug#43810: ripgrep and fd create .crates.toml which 
reference to build dir.
has caused the debbugs.gnu.org bug report #43810,
regarding ripgrep and fd create .crates.toml which reference to build dir.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43810: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43810
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: ripgrep and fd create .crates.toml which reference to build dir. Date: Mon, 5 Oct 2020 15:45:45 +0800 (CST)
In Guix commit 7cb4440951fa3a91d48c63ac5be123636abfcf82. I found that ripgrep and fd will emit a `.crates.toml` file outside of FHS structure(at the root of profile).

For example, the .crates.toml file from fd looks like.

```
[v1]
"fd-find 8.1.1 (path+file:///tmp/guix-build-fd-8.1.1.drv-0/fd-find-8.1.1)" = ["fd"]
```

This file records the build directory, I think we'd better to exclude this to improve the determinisitc(If this file doesn't affect the functionality).

If we can't exclude it, it's better to place it in a proper place, if we leave it in the root of profile, .crates.toml from different rust apps will override each other.


 


--- End Message ---
--- Begin Message --- Subject: Re: bug#43810: ripgrep and fd create .crates.toml which reference to build dir. Date: Tue, 6 Oct 2020 10:40:23 +0300
I've pushed a patch to remove this file during the install phase when
building crates & rust apps.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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