GNU bug report logs - #25281
rust importer duplicates input

Previous Next

Package: guix;

Reported by: ng0 <ng0 <at> libertad.pw>

Date: Tue, 27 Dec 2016 16:11:02 UTC

Severity: normal

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 25281 <at> debbugs.gnu.org (full text, mbox):

From: David Craven <david <at> craven.ch>
To: ng0 <ng0 <at> libertad.pw>
Cc: 25281 <at> debbugs.gnu.org
Subject: Re: bug#25281: rust importer duplicates input
Date: Wed, 28 Dec 2016 01:01:39 +0100
Looking at the Cargo.toml file we see this:

[target."cfg(unix)".dependencies]
libc = "0.2.14"
# Compat with older Cargo versions temporarily
[target.x86_64-unknown-linux-gnu.dependencies]
libc = "0.2.14"
[target.i686-unknown-linux-gnu.dependencies]
libc = "0.2.14"
[target.x86_64-apple-darwin.dependencies]
libc = "0.2.14"
[target.i686-apple-darwin.dependencies]
libc = "0.2.14"

I started reimplementing cargos dependency resolution algorithm, but
think now that it's better to use a Cargo.lock file when one is
provided.

When there isn't a cargo lock file it's a library in the sense that it
is a collection of source code that can be reused in a cargo project
that has a Cargo.lock file.

I don't think that this is a issue that needs fixing.




This bug report was last modified 4 years and 20 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.