From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38709: Recursive crate importer ignores specified version Date: Mon, 30 Dec 2019 23:20:22 +0100 Message-ID: <87d0c5zc9l.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58779) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1im3PL-0003HW-7b for bug-guix@gnu.org; Mon, 30 Dec 2019 17:21:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1im3PK-0003m6-3u for bug-guix@gnu.org; Mon, 30 Dec 2019 17:21:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55861) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1im3PJ-0003lh-WE for bug-guix@gnu.org; Mon, 30 Dec 2019 17:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1im3PJ-0004Im-SD for bug-guix@gnu.org; Mon, 30 Dec 2019 17:21:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (Valentin Ignatev's message of "Sun, 22 Dec 2019 21:56:03 +0300") 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: Valentin Ignatev Cc: 38709-done@debbugs.gnu.org Hi Valentin, Valentin Ignatev skribis: > 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 Commit c7ca707b59304a978cab8c5c25401259c6c18214 should fix this. Martin Becze skribis: > 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 Yes, that will come in handy, though I think c7ca707b59304a978cab8c5c25401259c6c18214 does provides the immediate fix for the issue at hand. Thanks, Ludo=E2=80=99.