[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#37730: [PATCH] Topologically sort recursively-imported packages
From: |
Ludovic Courtès |
Subject: |
bug#37730: [PATCH] Topologically sort recursively-imported packages |
Date: |
Wed, 11 Dec 2019 12:26:12 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi Brian,
Brian Leung <address@hidden> skribis:
>> If that’s fine with you, I’d be willing to apply this patch, 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 topological
order.
Let me know if you notice anything wrong!
Thank you,
Ludo’.