* 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:
Eelco Dolstra 2005-04-12 10:07:02 +00:00
parent 1d86790910
commit d5219a351a
1 changed files with 4 additions and 4 deletions

View File

@ -237,10 +237,10 @@ foreach my $p (keys %dstOutPaths) {
$ratio = 1 / $ratio if $ratio < 1;
print " USE $srcUses $dstUses $ratio $q\n";
if ($ratio >= 2) {
print " SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n";
next;
}
# if ($ratio >= 2) {
# print " SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n";
# next;
# }
# If there are multiple matching names, include the ones
# with the closest version numbers.