From mboxrd@z Thu Jan 1 00:00:00 1970 From: mjbecze@riseup.net Subject: Re: [PATCH] WIP patches for the rust importer Date: Wed, 27 Nov 2019 12:06:43 -0800 Message-ID: References: <20191126120408.GL1124@E5400> 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]:35597) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ia3aI-0007Mt-S9 for guix-devel@gnu.org; Wed, 27 Nov 2019 15:06:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ia3aH-0001MR-NM for guix-devel@gnu.org; Wed, 27 Nov 2019 15:06:46 -0500 Received: from mx1.riseup.net ([198.252.153.129]:56538) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ia3aH-0001IV-DE for guix-devel@gnu.org; Wed, 27 Nov 2019 15:06:45 -0500 In-Reply-To: <20191126120408.GL1124@E5400> 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: Efraim Flashner Cc: guix-devel@gnu.org Hi Efraim, > Unfortunately, this also breaks the recursive crate importer. I'm going > to continue working on it, but I could use some help getting the > recursive aspect of it working. I recently rewrote the recusive crate importer to use semantic versioning= . I'll get a patch in later today. I'll see if I can get it to work with your changes as well.