From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39041) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFPmY-0001N5-G1 for guix-patches@gnu.org; Tue, 01 Oct 2019 17:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFPmX-0006Dj-KX for guix-patches@gnu.org; Tue, 01 Oct 2019 17:34:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54418) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFPmU-0006Cz-Ks for guix-patches@gnu.org; Tue, 01 Oct 2019 17:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFPmU-00073Q-GN for guix-patches@gnu.org; Tue, 01 Oct 2019 17:34:02 -0400 Subject: bug#37525: [PATCH v2 1/3] added recusive import functionality to the crate importer Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190926182812.10566-1-mjbecze@riseup.net> <20191001205458.20926-1-mjbecze@riseup.net> Date: Tue, 01 Oct 2019 23:33:07 +0200 In-Reply-To: <20191001205458.20926-1-mjbecze@riseup.net> (Martin Becze's message of "Tue, 1 Oct 2019 16:54:56 -0400") Message-ID: <87r23wjgmk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Martin Becze Cc: 37525-done@debbugs.gnu.org Hi, Applied! Note that I merged patches #2 and #3, because we usually document features as we add them, not separately. I had to fix up the Texinfo markup so that =E2=80=98--recursive=E2=80=99 is described under =E2=80=98cr= ate=E2=80=99. Anyway it seems to work well, thanks for the patches! Ludo=E2=80=99.