commit f425719cca8e9a4d614d036431fddfd12fbe2f3f
parent 9952f42261407ebf97bcfd33a2f3d70a3a50200d
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Wed, 21 Sep 2016 18:44:12 +0200
Disabled doc-coverage until scribble patch for issue 44 is accepted.
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -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
diff --git a/scribblings/xlist.scrbl b/scribblings/xlist.scrbl
@@ -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}
\ No newline at end of file