From 78f7c4fcd4afb705550eb6a07cb8506dd0178653 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Sat, 27 Aug 2011 00:52:34 -0600 Subject: [PATCH] db: fix problems found by drdr avoid running odbc-dependent modules in drdr fix scribble config to use abs mod paths in eval setup --- collects/db/scribblings/config.rkt | 4 ++-- collects/meta/props | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/collects/db/scribblings/config.rkt b/collects/db/scribblings/config.rkt index 290492679a..d7f8479318 100644 --- a/collects/db/scribblings/config.rkt +++ b/collects/db/scribblings/config.rkt @@ -14,8 +14,8 @@ (void (interaction-eval #:eval the-eval (require racket/class - "main.rkt" - "util/datetime.rkt")) + db + db/util/datetime)) (interaction-eval #:eval the-eval (define connection% (class object% (super-new)))) (interaction-eval #:eval the-eval diff --git a/collects/meta/props b/collects/meta/props index 5086c1f9e2..6cd4c20049 100755 --- a/collects/meta/props +++ b/collects/meta/props @@ -608,6 +608,11 @@ path/s is either such a string or a list of them. "collects/data" responsible (ryanc samth) "collects/datalog" responsible (jay) "collects/db" responsible (ryanc) +"collects/db/odbc.rkt" drdr:command-line #f +"collects/db/private/odbc/connection.rkt" drdr:command-line #f +"collects/db/private/odbc/dbsystem.rkt" drdr:command-line #f +"collects/db/private/odbc/ffi.rkt" drdr:command-line #f +"collects/db/private/odbc/main.rkt" drdr:command-line #f "collects/defaults" responsible (robby) "collects/deinprogramm" responsible (sperber) "collects/deinprogramm/contract/contract-test-display.rkt" drdr:command-line (gracket-text "-t" *)