From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45469) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j53n1-0004Mk-Ji for guix-patches@gnu.org; Fri, 21 Feb 2020 03:36:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j53n0-0004QI-HZ for guix-patches@gnu.org; Fri, 21 Feb 2020 03:36:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j53n0-0004Pp-DT for guix-patches@gnu.org; Fri, 21 Feb 2020 03:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j53n0-0003RG-Bb for guix-patches@gnu.org; Fri, 21 Feb 2020 03:36:02 -0500 Subject: [bug#38408] [PATCH v9 0/8] recursive semver crate importer! Resent-Message-ID: References: <20200220185310.GA12545@jasmine.lan> From: Martin Becze Message-ID: <02e2004c-0271-b0fa-3919-04428d6d0570@riseup.net> Date: Fri, 21 Feb 2020 03:35:31 -0500 MIME-Version: 1.0 In-Reply-To: <20200220185310.GA12545@jasmine.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 38408@debbugs.gnu.org, ludo@gnu.org, efraim@flashner.co.il, jsoo1@asu.edu On 2/20/20 1:53 PM, Leo Famulari wrote: > 'rust-clap-2', but the importer makes the packages depend on > 'rust-clap-2.33'. It has to be adjusted by hand. Thats actually not a bug, I think we probably should change rust-clap-2 -> rust-clap-2.33. > > Also, it prints the skip-build? argument on multiple lines, like this... > > #:skip-build? > #t Yeah that is annoying, its a problem with (ice-9 pretty-print). Would be nice to fix.