Disabled doc-coverage until scribble patch for issue 44 is accepted.
This commit is contained in:
parent
9952f42261
commit
f425719cca
|
@ -52,7 +52,7 @@ script:
|
||||||
- raco test -x -p xlist
|
- raco test -x -p xlist
|
||||||
- raco setup --check-pkg-deps --pkgs xlist
|
- raco setup --check-pkg-deps --pkgs xlist
|
||||||
- raco pkg install --deps search-auto doc-coverage
|
- raco pkg install --deps search-auto doc-coverage
|
||||||
- raco doc-coverage xlist
|
#- raco doc-coverage xlist # Needs scribble patch for issue 44
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- raco pkg install --deps search-auto cover cover-coveralls
|
- raco pkg install --deps search-auto cover cover-coveralls
|
||||||
|
|
|
@ -191,8 +191,11 @@ To use the type expander, you must first require the
|
||||||
|
|
||||||
@emph{Note :} Typed/Racket's type inference is not strong enough (yet) to
|
@emph{Note :} Typed/Racket's type inference is not strong enough (yet) to
|
||||||
support some match patterns, and there is no @elem[#:style 'tt "typed/match"]
|
support some match patterns, and there is no @elem[#:style 'tt "typed/match"]
|
||||||
library which would help with that (yet). This means that some of the patterns
|
library which would help with that (yet). This means that although by
|
||||||
supported by @racket[xlist] will not work in typed/racket.}
|
construction @racket[xlist] tries to avoid to generate such patterns, a few of
|
||||||
|
the patterns supported by @racket[xlist] will not work in
|
||||||
|
@racketmodname[typed/racket] (rest values and spliced lists are the most likely
|
||||||
|
to cause problems).}
|
||||||
|
|
||||||
@include-section{xlist-untyped.scrbl}
|
@include-section{xlist-untyped.scrbl}
|
||||||
@include-section{identifiers.scrbl}
|
@include-section{identifiers.scrbl}
|
Loading…
Reference in New Issue
Block a user