From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 06 12:04:08 2019 Received: (at 35813) by debbugs.gnu.org; 6 Aug 2019 16:04:08 +0000 Received: from localhost ([127.0.0.1]:37668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hv1wW-0006kE-6g for submit@debbugs.gnu.org; Tue, 06 Aug 2019 12:04:08 -0400 Received: from mail-qk1-f181.google.com ([209.85.222.181]:34480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hv1wT-0006ji-8X for 35813@debbugs.gnu.org; Tue, 06 Aug 2019 12:04:06 -0400 Received: by mail-qk1-f181.google.com with SMTP id t8so63285529qkt.1 for <35813@debbugs.gnu.org>; Tue, 06 Aug 2019 09:04:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=v53dG55hcVaAAj1NEiJTmqPQDrN9cPhY/d0IaC+9XAQ=; b=vbMj48K+nRUtDfFGqNt5TAgJEBHh7TiKdEhYrgmCPtAuZWEuefNVgctD6Yfai4fesA kiJGfMWVudOT4MO9Imobu1L0letPdBjPzl1nJLtcpdfI0cWGobuuSarNObJYsNltGElQ l+4X95w02xYrAIRZHQX3qmg2o6P4fd8mkEH1P91RbXm+N1J/CKLlE3jsULrvYWV4XQ0m +eSZHQXEZ9kzyJFsyZexmB54WnmujpQBWMOqJSVt4IMW6Fhu+YXjI1qirLw0R5tGn5eA wS6RLPFRHDbxz8K69d5gSVO7/OPBlbYYZO/TH9kZQ6dQTWzfDimryN6dW7RHYRFwkD0K u/ZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=v53dG55hcVaAAj1NEiJTmqPQDrN9cPhY/d0IaC+9XAQ=; b=PyBbAj5ZKNDnrrXjbh1UuKNDNrtAZHPCClGEJz3gBsrno/FLQu8Zl4hDAdRgoGO3GF r687bufJzVtVOg1SQ94+Lt45WdkPsVFTdeAZ1ymxbtM/4kuWRXe08S4KD5wdASBmraOc B+e7Dz/6hVnX2H5nSt5GTqDUp0EUHsUOvKX+cvZLs93n0XzAQMNySIJv3Yx4zRy4pOob pevwVxDaoc7C68khmsu0cOmNL/McKgTXbz+1XLFvRidfHsVzIsl9Lo+EeINaXjRjP/X0 ebvQwnbMT5BDb7DA/xBDNCaU/m+7qq7Yel4SlLo2LcCtZWBmiu6GtlYLW69tPDQPNH7l 4UUw== X-Gm-Message-State: APjAAAW5K58dhqUGoeugEA/6B9qJ2vgktyMg239C7WoX35pMFbtUSOru tuL6XomIu8pckkCJx9Zu6ZO0P/t8RW1sDPAVvAXB38pV X-Google-Smtp-Source: APXvYqyXk9eZBrNt7dFyGzH6N19WzlOG6eevaOQym7D5K6K/lfXqAv0ZKZNWhbswUNGvjOFsytB0L+pYuE/8PCSVlQk= X-Received: by 2002:a37:49c2:: with SMTP id w185mr3573128qka.407.1565107439641; Tue, 06 Aug 2019 09:03:59 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Brian Leung Date: Tue, 6 Aug 2019 18:03:23 +0200 Message-ID: Subject: Re: [PATCH] Add crate-recursive-import. To: 35813@debbugs.gnu.org, Ivan Petkov Content-Type: multipart/alternative; boundary="000000000000f9a9a4058f74f886" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 35813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --000000000000f9a9a4058f74f886 Content-Type: text/plain; charset="UTF-8" Should have sent this to you too, Ivan. On Tue, Aug 6, 2019 at 5:42 AM Brian Leung wrote: > OK, I updated to remove print statements I missed. > > On Mon, Aug 5, 2019 at 7:50 PM Brian Leung wrote: > >> I took Karl's changes and updated them accordingly. I've also added a >> small test. The patch containing his importer, my changes, and my test is >> attached (the commit was made using my name--not sure if I should instead >> apply Karl's patch). >> > --000000000000f9a9a4058f74f886 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Should have sent this to you too, Ivan.

On Tue, Aug 6, 2019= at 5:42 AM Brian Leung <bkleung8= 9@gmail.com> wrote:
OK, I updated to remove print statements I miss= ed.

On Mon, Aug 5, 2019 at 7:50 PM Brian Leung <bkleung89@gmail.com> wrote:
I took = Karl's changes and updated them accordingly. I've also added a smal= l test. The patch containing his importer, my changes, and my test is attac= hed (the commit was made using my name--not sure if I should instead apply = Karl's patch).
--000000000000f9a9a4058f74f886--