From f425719cca8e9a4d614d036431fddfd12fbe2f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 21 Sep 2016 18:44:12 +0200 Subject: [PATCH] Disabled doc-coverage until scribble patch for issue 44 is accepted. --- .travis.yml | 2 +- scribblings/xlist.scrbl | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8748b0b..7eabf27 100644 --- 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 index ef1b188..32a4628 100644 --- 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