From cc8598cb4da2cb75768be8753e6d01cb9859b9dd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 22 Nov 2005 19:45:37 +0000 Subject: [PATCH] don't require in module svn: r1372 --- collects/errortrace/doc.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/errortrace/doc.txt b/collects/errortrace/doc.txt index 7555ce61cc..eeac8ab681 100644 --- a/collects/errortrace/doc.txt +++ b/collects/errortrace/doc.txt @@ -33,7 +33,7 @@ handler or the error display handler. Exception Information --------------------- -Invoking the errortrace.ss module sets the compilation handler to +Invoking the _errortrace.ss_ module sets the compilation handler to instrument Scheme source code. It also sets the error display handler to report source information for an exception, and it sets the `use-compiled-file-paths' parameter to trigger the use of @@ -44,6 +44,9 @@ errortrace-specific .zo files. file). But use the "--mode errortrace" flag to Setup PLT to create .zo files with errortrace information. +Explicitly requiring "errortrace.ss" within a module is generally a +bad idea, since "errortrace.ss" sets various parameters. + Errortrace's instrumentation can be explicitly disabled via the `instrumenting-enabled' boolean parameter. Instrumentation is on by default. The `instrumenting-enabled' parameter affects only the way