-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doctests assume cabal-install #196
Comments
fwiw, this also affects
|
Yes, the new travis.yml is showing this: https://travis-ci.org/haskell/network/jobs/135456991 |
I've seen |
Hmm, digging around a bit. This might just require a doctest upgrade for auto discovery. Will dig further, but Warp's doctest usage is quite simple: |
Hmm, actually we are using the same version. @kazu-yamamoto do you have any specifics on the current doc test setup? |
the problem for |
I close this in favor of #268. |
The doctests test suite fails when using Stack:
This is because
doctests.hs
hardcodes a bunch of paths that are private to Cabal and private to where cabal-install decides to put the builddir etc.We need a more generic way of running doctests so as to support running all test suites on all build tools users/developers commonly use.
The text was updated successfully, but these errors were encountered: