From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54558) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1if20B-0007fT-Rc for guix-patches@gnu.org; Wed, 11 Dec 2019 08:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1if20A-0003Jp-LY for guix-patches@gnu.org; Wed, 11 Dec 2019 08:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51039) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1if20A-0003GV-I3 for guix-patches@gnu.org; Wed, 11 Dec 2019 08:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1if1cw-00059h-U9 for guix-patches@gnu.org; Wed, 11 Dec 2019 08:02:02 -0500 Subject: bug#37730: [PATCH] Topologically sort recursively-imported packages Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87lfti5rip.fsf@gnu.org> <87immqpww5.fsf@gnu.org> Date: Wed, 11 Dec 2019 12:26:12 +0100 In-Reply-To: (Brian Leung's message of "Sun, 8 Dec 2019 10:31:23 -0800") Message-ID: <87pngvje7f.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: Brian Leung Cc: 37730-done@debbugs.gnu.org Hi Brian, Brian Leung skribis: >> If that=E2=80=99s fine with you, I=E2=80=99d be willing to apply this pa= tch, and then >> apply other bits of your patch (the tests and stream removal) on top of >> it. How does that sound? > > Sure, your patch seems clearer to me. I pushed patches that combine mine and yours: 4982de4c32 import: crate: Add recursive import test. 70a8e13277 import: utils: 'recursive-import' returns a list rather than a= stream. ddd5915900 import: utils: 'recursive-import' returns packages in topologi= cal order. Let me know if you notice anything wrong! Thank you, Ludo=E2=80=99.