From cee0f72df5186786dd9c4bfb8c0c47c038863baf Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 17 Apr 2008 12:07:07 +0000 Subject: [PATCH] PR 9300, realized the transitive closure operation is actually crazy expensive, interim commit so no one suffers thru that while I think about this svn: r9345 --- collects/drscheme/syncheck.ss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/drscheme/syncheck.ss b/collects/drscheme/syncheck.ss index ccdf33864e..a195069116 100644 --- a/collects/drscheme/syncheck.ss +++ b/collects/drscheme/syncheck.ss @@ -2317,7 +2317,10 @@ If the namespace does not, they are colored the unbound color. (hash-cons! tail-ht stx-from stx-to-to)))) stx-to-tos))) stx-tos))) + + #; (when found-one? + (printf "\n\n") (loop)))))