From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51247) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFQ4s-0004np-Pw for guix-patches@gnu.org; Tue, 01 Oct 2019 17:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFQ4r-0005hS-W7 for guix-patches@gnu.org; Tue, 01 Oct 2019 17:53:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54539) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFQ4r-0005hK-Ss for guix-patches@gnu.org; Tue, 01 Oct 2019 17:53:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFQ4r-0007gM-Px for guix-patches@gnu.org; Tue, 01 Oct 2019 17:53:01 -0400 Subject: [bug#37525] [PATCH v2 1/3] added recusive import functionality to the crate importer Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Tue, 01 Oct 2019 14:52:47 -0700 From: Martin Becze In-Reply-To: <87r23wjgmk.fsf@gnu.org> References: <20190926182812.10566-1-mjbecze@riseup.net> <20191001205458.20926-1-mjbecze@riseup.net> <87r23wjgmk.fsf@gnu.org> Message-ID: <844562e2d2fba3cc2f5b0c563635777d@riseup.net> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37525-done@debbugs.gnu.org On 2019-10-01 21:33, Ludovic Courtès wrote: > 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 ‘--recursive’ is described under ‘crate’. > > Anyway it seems to work well, thanks for the patches! > > Ludo’. Awesome thanks! > features as we add them, not separately. Do you mean in the same commit that makes the changes to the code? or when you apply patches to master?