Compare commits

...

2 Commits

Author SHA1 Message Date
Dylan Conway
5b25a904d9 update 2025-10-06 19:28:01 -07:00
Dylan Conway
71fcf1033d start at the parent 2025-10-06 19:26:54 -07:00

View File

@@ -253,10 +253,7 @@ pub fn installIsolatedPackages(
// ids are equal.
const peer_dep = dependencies[peer_dep_id];
// TODO: double check this
// Start with the current package. A package
// can satisfy it's own peers.
var curr_id = node_id;
var curr_id = node_parent_ids[node_id.get()];
visited_parent_node_ids.clearRetainingCapacity();
while (curr_id != .invalid) {