-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aosd): Lookup node linkage breadth-first
Change finding nodes from depth- to breadth-first for a more compact implementation. This also fixes a bug of the original implementation which "swallowed" the return value of `traverse()` calls which resulted in the `linking` of transitive dependencies to be wrong. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
15a6021
commit 3bb2ef4
Showing
1 changed file
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters