fix redex docs and disable running test-docs-complete.rkt directly
in drdr (it runs already via run-tests.rkt)
This commit is contained in:
parent
4c3ee9c3c9
commit
a4d440a5e9
|
@ -938,6 +938,7 @@ path/s is either such a string or a list of them.
|
||||||
"collects/redex/tests/run-tests.rkt" drdr:command-line (racket * "--examples" "--no-bitmap-gui") drdr:timeout 360
|
"collects/redex/tests/run-tests.rkt" drdr:command-line (racket * "--examples" "--no-bitmap-gui") drdr:timeout 360
|
||||||
"collects/redex/tests/stepper-test.rkt" drdr:command-line (mzc *)
|
"collects/redex/tests/stepper-test.rkt" drdr:command-line (mzc *)
|
||||||
"collects/redex/tests/term-test.rkt" drdr:command-line (mzc *)
|
"collects/redex/tests/term-test.rkt" drdr:command-line (mzc *)
|
||||||
|
"collects/redex/tests/test-docs-complete.rkt" drdr:command-line (raco "make" *)
|
||||||
"collects/redex/tests/tl-test.rkt" drdr:command-line (mzc *)
|
"collects/redex/tests/tl-test.rkt" drdr:command-line (mzc *)
|
||||||
"collects/repo-time-stamp" responsible (eli)
|
"collects/repo-time-stamp" responsible (eli)
|
||||||
"collects/rnrs" responsible (mflatt)
|
"collects/rnrs" responsible (mflatt)
|
||||||
|
|
|
@ -2178,14 +2178,14 @@ seeds it with the reduction-sequence supplied in @racket[seed].
|
||||||
as an index into @racket[derivations].
|
as an index into @racket[derivations].
|
||||||
}
|
}
|
||||||
|
|
||||||
@defproc[(derivations/ps [derivation derivation?]
|
@defproc[(derivation/ps [derivation derivation?]
|
||||||
[filename path-string?]
|
[filename path-string?]
|
||||||
[#:pp pp
|
[#:pp pp
|
||||||
(or/c (any -> string)
|
(or/c (any -> string)
|
||||||
(any output-port number (is-a?/c text%) -> void))
|
(any output-port number (is-a?/c text%) -> void))
|
||||||
default-pretty-printer]
|
default-pretty-printer]
|
||||||
[#:racket-colors? racket-colors? boolean? #f]
|
[#:racket-colors? racket-colors? boolean? #f]
|
||||||
[#:post-process post-process (-> (is-a?/c pasteboard%) any)])
|
[#:post-process post-process (-> (is-a?/c pasteboard%) any)])
|
||||||
void?]{
|
void?]{
|
||||||
|
|
||||||
Like @racket[show-derivations], except it prints a single
|
Like @racket[show-derivations], except it prints a single
|
||||||
|
|
Loading…
Reference in New Issue
Block a user