Disabled doc-coverage until scribble patch for issue 44 is accepted.

This commit is contained in:
Georges Dupéron 2016-09-21 18:44:12 +02:00
parent 9952f42261
commit f425719cca
2 changed files with 6 additions and 3 deletions

View File

@ -52,7 +52,7 @@ script:
- raco test -x -p xlist
- raco setup --check-pkg-deps --pkgs xlist
- raco pkg install --deps search-auto doc-coverage
- raco doc-coverage xlist
#- raco doc-coverage xlist # Needs scribble patch for issue 44
after_success:
- raco pkg install --deps search-auto cover cover-coveralls

View File

@ -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
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
supported by @racket[xlist] will not work in typed/racket.}
library which would help with that (yet). This means that although by
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{identifiers.scrbl}