From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 6/7] gnu: Add cargo-bootstrap. Date: Tue, 04 Oct 2016 11:11:10 +0200 Message-ID: <87d1jgcwcx.fsf@gnu.org> References: <20160928151538.11679-1-david@craven.ch> <20160928151538.11679-6-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brLks-00006Y-B7 for guix-devel@gnu.org; Tue, 04 Oct 2016 05:11:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brLko-0005cm-1A for guix-devel@gnu.org; Tue, 04 Oct 2016 05:11:17 -0400 In-Reply-To: <20160928151538.11679-6-david@craven.ch> (David Craven's message of "Wed, 28 Sep 2016 17:15:37 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/packages/rust.scm (cargo-bootstrap): New variable. Please add (supported-platforms '("x86_64-linux")). > + (synopsis "Cargo bootstrap") > + (description "This package prepares the cargo binary for bootstrappi= ng @command{cargo} > +the cargo package and it's dependencies. When rustc is build using the = new ^ ^ ^ ^ the @code{cargo} package and its dependencies. When @command{rustc} is bui= lt What about being more explicit here: This package provides a pre-built binary of the Cargo build tool, which in turn is used to build the Rust compiler and the final Cargo package. ? > +rustbuild build system it also requires cargo. The gnu build system is = going requires Cargo. > +to be deprecated.") The last sentence is hard to understand in the context of the description of this package. Probably best to remove it or to write it as a comment with a longer explanation. Otherwise LGTM, thanks! Ludo=E2=80=99.