* Damn. Disable the USE heuristic for now, since the deriver in the
database isn't always in the manifest (so the reference graph cannot be reconstructed fully).
This commit is contained in:
parent
1d86790910
commit
d5219a351a
1 changed files with 4 additions and 4 deletions
|
@ -237,10 +237,10 @@ foreach my $p (keys %dstOutPaths) {
|
||||||
$ratio = 1 / $ratio if $ratio < 1;
|
$ratio = 1 / $ratio if $ratio < 1;
|
||||||
print " USE $srcUses $dstUses $ratio $q\n";
|
print " USE $srcUses $dstUses $ratio $q\n";
|
||||||
|
|
||||||
if ($ratio >= 2) {
|
# if ($ratio >= 2) {
|
||||||
print " SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n";
|
# print " SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n";
|
||||||
next;
|
# next;
|
||||||
}
|
# }
|
||||||
|
|
||||||
# If there are multiple matching names, include the ones
|
# If there are multiple matching names, include the ones
|
||||||
# with the closest version numbers.
|
# with the closest version numbers.
|
||||||
|
|
Loading…
Reference in a new issue