Fix some props, and fix uses of load-relative.

This commit is contained in:
Sam Tobin-Hochstadt 2013-11-04 20:05:18 -05:00
parent 8cfe4173c4
commit 85070e3679
3 changed files with 4 additions and 2 deletions

View File

@ -1590,6 +1590,7 @@ path/s is either such a string or a list of them.
"racket/collects/racket/private/generic-interfaces.rkt" responsible (asumu stamourv cce)
"racket/collects/racket/private/generic-methods.rkt" responsible (asumu stamourv cce)
"racket/collects/racket/private/generic.rkt" responsible (asumu stamourv cce)
"racket/collects/racket/private/shared-body.rktl" drdr:command-line #f
"racket/collects/raco/main.rkt" drdr:command-line #f
"racket/collects/raco/raco.rkt" drdr:command-line #f
"racket/collects/s-exp" responsible (eli mflatt)
@ -1597,6 +1598,7 @@ path/s is either such a string or a list of them.
"racket/collects/setup/setup-go.rkt" drdr:command-line #f
"racket/collects/setup/unixstyle-install.rkt" drdr:command-line (mzc *)
"racket/collects/setup/winvers.rkt" drdr:command-line (mzc *)
"racket/collects/setup/winstrip.rkt" drdr:command-line (mzc *)
"racket/collects/syntax/parse" responsible (ryanc)
"racket/collects/syntax/parse.rkt" responsible (ryanc)
"racket/collects/unstable/sequence.rkt" responsible (samth)

View File

@ -1,4 +1,4 @@
(load-relative "../racket/loadtest.rktl")
(load-relative (collection-file-path "loadtest.rktl" "tests/racket"))
(require mzlib/class
syntax-color/paren-tree)

View File

@ -1,4 +1,4 @@
(load-relative "../racket/loadtest.rktl")
(load-relative (collection-file-path "loadtest.rktl" "tests/racket"))
(require mzlib/class
syntax-color/token-tree)