db: fix problems found by drdr

avoid running odbc-dependent modules in drdr
  fix scribble config to use abs mod paths in eval setup
This commit is contained in:
Ryan Culpepper 2011-08-27 00:52:34 -06:00
parent 92e2d1eb6e
commit 78f7c4fcd4
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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" *)