From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valentin Ignatev Subject: bug#38709: Recursive crate importer ignores specified version Date: Thu, 26 Dec 2019 08:25:29 +0300 Message-ID: References: <80e9d385ab6ffe18f1ff3120feea56b2@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40854) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikLet-00008v-Rd for bug-guix@gnu.org; Thu, 26 Dec 2019 00:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikLes-0002Ux-O5 for bug-guix@gnu.org; Thu, 26 Dec 2019 00:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48889) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ikLes-0002Up-LC for bug-guix@gnu.org; Thu, 26 Dec 2019 00:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ikLes-0002uE-HG for bug-guix@gnu.org; Thu, 26 Dec 2019 00:26:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <80e9d385ab6ffe18f1ff3120feea56b2@riseup.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Martin Becze Cc: bug-Guix , 38709@debbugs.gnu.org Hey Martin, thanks! I'll follow that one then! I guess this bug can be closed since there's already quite a discussion in #38408 Valentin On 12/26/19, Martin Becze wrote: > On 2019-12-22 18:56, Valentin Ignatev wrote: >> When I'm trying to recursively import specific crate version, it >> imports the latest version instead: >> >> guix import crate --recursive notify@4.0.14 gives this output: >> following redirection to >> `https://static.crates.io/crates/notify/notify-5.0.0-pre.1.crate'... >> following redirection to >> `https://static.crates.io/crates/anymap/anymap-0.12.1.crate'... >> following redirection to >> `https://static.crates.io/crates/bitflags/bitflags-1.2.1.crate'... >> >> And so on, so it follows notify-5.0.0 instead of 4.0.14 >> >> Regards, >> Valentin Ignatev > > Currently the recusive importer doesn't respect version numbers. > Progress is being made on this in issue 38408 > https://issues.guix.gnu.org/issue/38408 > > -Martin Becze >